# HG changeset patch # User Dylan Holmes # Date 1349847285 14400 # Node ID 156366c1d5281299009180817cc13c5395143c1a # Parent 805d8abc181fb19b748237a1b183997f6bfa1752 added the Guess that Pokemon article to the main page diff -r 805d8abc181f -r 156366c1d528 org/index.org --- a/org/index.org Mon Oct 01 14:05:00 2012 -0400 +++ b/org/index.org Wed Oct 10 01:34:45 2012 -0400 @@ -39,6 +39,7 @@ - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] (watch this space!) + - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] (in progress) - [[http://www.youtube.com/watch?v=p5T81yHkHtI][Pok\eacute{}mon Yellow Total Control Hack]] (details coming soon!) ** Thoughts diff -r 805d8abc181f -r 156366c1d528 org/setup.org --- a/org/setup.org Mon Oct 01 14:05:00 2012 -0400 +++ b/org/setup.org Wed Oct 10 01:34:45 2012 -0400 @@ -3,9 +3,35 @@ #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+babel: :mkdirp yes :noweb yes +#+OPTIONS: toc:nil +#+LaTeX_CLASS: memoir +#+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,oneside,openany] +#+LaTeX_HEADER: \firmlists +#+LaTeX_HEADER: \usepackage{times} +#+LaTeX_HEADER: \pagestyle{plain} +#+LaTeX_HEADER: \maxsecnumdepth{subparagraph} +#+LaTeX_HEADER: \renewcommand{\thesection}{\arabic{section}} +#+LaTeX_HEADER: \renewcommand{\thesubsection}{\arabic{section}.\arabic{subsection}} +#+LaTeX_HEADER: \renewcommand{\thesubsubsection}{\arabic{section}.\arabic{subsection}.\arabic{subsubsection}} +##+LaTeX_HEADER: \setlength{\droptitle}{0em} + +##+LaTeX_HEADER: \renewcommand{\baselinestretch}{1} +#+LaTeX_HEADER: \preauthor{\begin{center}\normalsize} +#+LaTeX_HEADER: \postauthor{\end{center}} +#+LaTeX_HEADER: \predate{\begin{center}\normalsize} +#+LaTeX_HEADER: \postdate{\end{center}} + +# #+LaTeX_HEADER: \setulmarginsandblock{1in}{1in}{*} +# #+LaTeX_HEADER: \setlrmarginsandblock{1in}{1in}{*} +# #+LaTeX_HEADER: \checkandfixthelayout + + + + +