changeset 32:156366c1d528

added the Guess that Pokemon article to the main page
author Dylan Holmes <ocsenave@gmail.com>
date Wed, 10 Oct 2012 01:34:45 -0400
parents 805d8abc181f
children 4fbad6b74763
files org/index.org org/setup.org
diffstat 2 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/org/index.org	Mon Oct 01 14:05:00 2012 -0400
     1.2 +++ b/org/index.org	Wed Oct 10 01:34:45 2012 -0400
     1.3 @@ -39,6 +39,7 @@
     1.4    - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]]
     1.5    - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]]
     1.6    - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] (watch this space!)
     1.7 +    - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] (in progress)
     1.8    - [[http://www.youtube.com/watch?v=p5T81yHkHtI][Pok\eacute{}mon Yellow Total Control Hack]] (details coming soon!)
     1.9  
    1.10  ** Thoughts
     2.1 --- a/org/setup.org	Mon Oct 01 14:05:00 2012 -0400
     2.2 +++ b/org/setup.org	Wed Oct 10 01:34:45 2012 -0400
     2.3 @@ -3,9 +3,35 @@
     2.4  #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
     2.5  #+babel: :mkdirp yes :noweb yes
     2.6  
     2.7 +#+OPTIONS: toc:nil  
     2.8  
     2.9 +#+LaTeX_CLASS: memoir
    2.10 +#+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,oneside,openany] 
    2.11 +#+LaTeX_HEADER: \firmlists
    2.12  
    2.13  
    2.14  
    2.15 +#+LaTeX_HEADER: \usepackage{times}
    2.16 +#+LaTeX_HEADER: \pagestyle{plain}
    2.17  
    2.18 +#+LaTeX_HEADER: \maxsecnumdepth{subparagraph}
    2.19 +#+LaTeX_HEADER: \renewcommand{\thesection}{\arabic{section}}
    2.20 +#+LaTeX_HEADER: \renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}}
    2.21 +#+LaTeX_HEADER: \renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}}
    2.22  
    2.23 +##+LaTeX_HEADER: \setlength{\droptitle}{0em}
    2.24 +
    2.25 +##+LaTeX_HEADER: \renewcommand{\baselinestretch}{1}
    2.26 +#+LaTeX_HEADER: \preauthor{\begin{center}\normalsize}
    2.27 +#+LaTeX_HEADER: \postauthor{\end{center}}
    2.28 +#+LaTeX_HEADER: \predate{\begin{center}\normalsize}
    2.29 +#+LaTeX_HEADER: \postdate{\end{center}}
    2.30 +
    2.31 +# #+LaTeX_HEADER: \setulmarginsandblock{1in}{1in}{*}
    2.32 +# #+LaTeX_HEADER: \setlrmarginsandblock{1in}{1in}{*}
    2.33 +# #+LaTeX_HEADER: \checkandfixthelayout
    2.34 +
    2.35 +
    2.36 +
    2.37 +
    2.38 +