-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Phill Conrad edited this page Dec 10, 2013
·
6 revisions
Welcome to the AwesomePrelims wiki!
- About utility of multiple choice questions, especially repeated ones: http://cdp.sagepub.com/content/22/6/471
http://google-code-prettify.googlecode.com/svn/trunk/README.html
http://stackoverflow.com/questions/10472927/add-content-to-a-new-open-window
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$