diff options
| author | 2016-10-06 19:41:07 -0700 | |
|---|---|---|
| committer | 2016-10-06 19:41:07 -0700 | |
| commit | b6b13046af59b4b2600762d4cc6eea82c0bd9b72 (patch) | |
| tree | 6004ee48e997986cbb03ad891686aa3cd5903f73 /Makefile | |
| parent | Trying references (diff) | |
| download | noise-notation.tar.xz noise-notation.zip | |
BibTex referencesnotation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,19 +1,19 @@ default: noise.html noise.pdf -noise.html: noise.md template_pandoc.html spec_markdown.css - pandoc noise.md -s --toc \ +noise.html: noise.md template_pandoc.html spec_markdown.css my.bib + /usr/local/bin/pandoc noise.md -s --toc \ -f markdown+yaml_metadata_block+startnum \ --template template_pandoc.html \ --css=spec_markdown.css \ - --filter pandoc-citeproc \ + --filter /usr/local/bin/pandoc-citeproc \ -o noise.html -noise.pdf: noise.md template_pandoc.latex - pandoc noise.md -s --toc \ +noise.pdf: noise.md template_pandoc.latex my.bib + /usr/local/bin/pandoc noise.md -s --toc \ -f markdown+yaml_metadata_block+startnum \ --template template_pandoc.latex \ - --filter pandoc-citeproc \ + --filter /usr/local/bin/pandoc-citeproc \ -o noise.pdf clean: |
