Skip to content

Commit

Permalink
added generation of paper.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
mayalenE committed Jul 17, 2023
1 parent 653cc43 commit 77cf974
Show file tree
Hide file tree
Showing 3 changed files with 570 additions and 0 deletions.
1 change: 1 addition & 0 deletions paper/generate_pdf.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

# Generate PDF from markdown
pandoc paper.md --citeproc --lua-filter=scholarly-metadata.lua --lua-filter=author-info-blocks.lua --pdf-engine=xelatex --read=markdown --write=latex --standalone -o paper.tex
pandoc paper.md --citeproc --lua-filter=scholarly-metadata.lua --lua-filter=author-info-blocks.lua --pdf-engine=xelatex -o paper.pdf
Binary file modified paper/paper.pdf
Binary file not shown.
Loading

0 comments on commit 77cf974

Please sign in to comment.