108
pandoc -s -F pandoc-crossref\
109
--from markdown --to latex\
108
pandoc -F pandoc-crossref\
109
--from markdown --to pdf\
110
110
--reference-links\
112
-o ${_PDF_NAME}_pre.tex
114
cat ${_PDF_NAME}_pre.tex | ./tex_table_verts.py > ${_PDF_NAME}_post.tex
116
# We need to run this twice to make sure that LaTeX knows the size of things.
117
xelatex ${_PDF_NAME}_post.tex
118
xelatex ${_PDF_NAME}_post.tex
119
mv ${_PDF_NAME}_post.pdf ${_PDF_NAME}.pdf
120
rm *.tex *.toc *.aux *.log