h1. Slides for 2014 JMM
These slides were presented at the 2014 Joint Mathematics Meeting in Baltimore, MD. A working web version is not currently available.
h2. Usage
h3. First Clone the Repository
user:~$ git clone https://github.com/b-stone/JMM-2014.git user:~$ cd JMM-2014
h3. Download MathJax
The slides need MathJax to translate the LaTeX to html. The easiest way to get it is to clone the repo.
user:~/JMM-2014$ git clone https://github.com/mathjax/MathJax.git
This creates a directory 'MathJax' in the 'JMM-2014' folder. Depending on your OS, you might have to change the folder name to 'mathjax'.
h3. View
You can start up a local webserver by using python's simple server:
user:~/JMM-2014$ python -m SimpleHTTPServer 3000
Now go to "http://0.0.0.0:3000":http://0.0.0.0:3000/ in your browser to view the slides.