Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Tan Wei Hao committed Apr 12, 2012
1 parent db4527b commit b3101a0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Expand Up @@ -49,9 +49,7 @@ With theme specified:

$ code_rippa -t zenburnesque path_to_single_file.rb

Note that the output file is saved as _out.tex_ in the current directory where _code_rippa_ was called from.

$ pdflatex out.tex # Saved as out.pdf
Note that the output file is saved as _out.pdf_ in the current directory where _code_rippa_ was called from.

### Producing PDF from a directory

Expand All @@ -65,12 +63,7 @@ With theme specified:

$ code_rippa -t rubyblue path_to_directory

Note that the output file is saved as _out.tex_ in the current directory where _code_rippa_ was called from.

Then, you'll need to run _pdflatex_ __twice__. This is because LaTeX needs to generate the bookmarks.

$ pdflatex out.tex # Saved as out.pdf
$ pdflatex out.tex # Remember to run this twice!
Note that the output file is saved as _out.pdf_ in the current directory where _code_rippa_ was called from.

## Credits

Expand Down

0 comments on commit b3101a0

Please sign in to comment.