Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document pandoc-crossref dependency #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Current draft proposal includes 11 sections + references (this may be changed by


## build instructions (manual build)
Install pandoc and LaTeX base (try [pandoc](https://pandoc.org/try)). On debian-based linux, you can simply run `make install`, and all dependencies will be installed.
Install pandoc, [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref) and LaTeX base (try [pandoc](https://pandoc.org/try)). On debian-based linux, you can simply run `make install`, and all dependencies will be installed.

After pandoc and LaTeX base are available, you can simply run `make`, which will generate the yellow paper pdf.
After pandoc, pandoc-crossref and LaTeX base are available, you can simply run `make`, which will generate the yellow paper pdf.

### building specific section
Any section can be build using command `make section` and passing `SECTION` parameter.
Expand Down