Skip to content
Phill Conrad edited this page Dec 10, 2013 · 6 revisions

Welcome to the AwesomePrelims wiki!

Interesting articles

JavaScript code prettifier:

http://google-code-prettify.googlecode.com/svn/trunk/README.html

JQuery: write to an new open window

http://stackoverflow.com/questions/10472927/add-content-to-a-new-open-window

Useful LaTeX resources:

How to LaTeX a file.

First run "latex filename.tex", then "dvipdf filename.dvi". That gives you "filename.pdf".

Example:

bash-4.2$ latex setOps1.example.tex
This is pdfTeX, Version 3.1415926-2.5-1.40.13 (TeX Live 2013/dev)
 restricted \write18 enabled.
entering extended mode
(./setOps1.example.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo
aded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo))
(./setOps1.example.aux) [1] [2] [3] [4] (./setOps1.example.aux) )
Output written on setOps1.example.dvi (4 pages, 1240 bytes).
Transcript written on setOps1.example.log.
bash-4.2$ dvipdf setOps1.example.dvi 
bash-4.2$