Skip to content

Commit

Permalink
Instructions for creating paper.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Apr 23, 2015
1 parent 31e7e31 commit d8f1311
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,24 @@ Stay updated by watching this repository.



## Generating paper.pdf

Requirements

- `git`
- [LyX](http://www.lyx.org/) with `lyx` in your `$PATH`.
- `pdflatex`
- [`-shell-escape` enabled for LyX's calls to `pdflatex`](http://tex.stackexchange.com/questions/16366/lyx-how-to-add-command-line-option-flag-for-latex-compiling) [(screenshot)](https://www.tug.org/PSTricks/main.cgi?file=pdf/pdfoutput#lyx).

```bash
./generate-pdfs.sh
open paper/paper.pdf
```

Errors are logged to `paper/generate-pdfs.sh.log`.



---

Copyright (c) 2014, 2015 [Joel Purra](http://joelpurra.com/). Released under the [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)](https://creativecommons.org/licenses/by-nc-nd/4.0/) license.

0 comments on commit d8f1311

Please sign in to comment.