# HG changeset patch # User Robert McIntyre # Date 1319098366 25200 # Node ID a227fe337e83d637baae2a73899665030a86641d # Parent a0384c20e075309d4ec2c1c97c6b163d2acbf7e1 fixed headers diff -r a0384c20e075 -r a227fe337e83 .hgignore --- a/.hgignore Sun Oct 16 08:05:16 2011 -0700 +++ b/.hgignore Thu Oct 20 01:12:46 2011 -0700 @@ -1,3 +1,4 @@ syntax: glob src* lp/farmer.lp +html* \ No newline at end of file diff -r a0384c20e075 -r a227fe337e83 org/lpsolve.org --- a/org/lpsolve.org Sun Oct 16 08:05:16 2011 -0700 +++ b/org/lpsolve.org Thu Oct 20 01:12:46 2011 -0700 @@ -1,12 +1,9 @@ #+title: Discovering Effective Pokemon Types Using Linear Optimization #+author: Robert McIntyre & Dylan Holmes #+EMAIL: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js" -# #+STYLE: -#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t -#+SETUPFILE: ../../aurellem/org/level-0.org +#+SETUPFILE: ../../aurellem/org/setup.org #+INCLUDE: ../../aurellem/org/level-0.org -#+BABEL: :mkdirp yes + * Introduction diff -r a0384c20e075 -r a227fe337e83 org/types.org --- a/org/types.org Sun Oct 16 08:05:16 2011 -0700 +++ b/org/types.org Thu Oct 20 01:12:46 2011 -0700 @@ -1,12 +1,8 @@ #+TITLE: Breadth-first Search for Effective Pokemon Types #+AUTHOR: Robert McIntyre & Dylan Holmes #+EMAIL: rlm@mit.edu -#+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js" -#+STYLE: -#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t -#+SETUPFILE: ../../aurellem/org/level-0.org -#+INCLUDE: ../../aurellem/org/level-0.org -#+BABEL: :mkdirp yes +#+SETUPFILE: ../../aurellem/org/setup.org +#+INCLUDE: ../../aurellem/org/level-0.org * The Pok\eacute{}mon Type System