Skip to content

Commit

Permalink
Documentation: latexmk, rubber.
Browse files Browse the repository at this point in the history
  • Loading branch information
suomela committed Jan 13, 2013
1 parent 4e8fd8e commit cf9da0f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,38 @@ Documentation

For now, refer to template.tex to see how the class is used and what options are available. A more detailed documentation, along with full worked examples, will be published hopefully during January 2013.


Compiling with latexmk
----------------------

Re-compile everything as needed:

latexmk template-en.tex

Clean up everything:

latexmk -C template-en.tex


Compiling with rubber
---------------------

Re-compile everything as needed:

rubber -Wall template-en.tex

Clean up everything:

rubber --clean template-en.tex


Compiling manually
------------------

Compile everything:

pdflatex template-en
bibtex template-en
pdflatex template-en
pdflatex template-en

0 comments on commit cf9da0f

Please sign in to comment.