Skip to content

Commit

Permalink
Flatten for arXiv
Browse files Browse the repository at this point in the history
  • Loading branch information
cnweaver committed Dec 27, 2021
1 parent e05ae6c commit 2e2b972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/paper/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ clean :

arxiv : nusquids.pdf
mkdir -p arxiv
cp -pr nusquids.tex nusquids.bbl fig arxiv/
cp -pr nusquids.bbl fig/* arxiv/
sed 's|{fig/|{|' < nusquids.tex > arxiv/nusquids.tex
tar cjf arxiv.tar.bz2 arxiv
rm -rf arxiv

Expand Down

0 comments on commit 2e2b972

Please sign in to comment.