108
pandoc -F pandoc-crossref\
109
--from markdown --to pdf\
108
pandoc -s -F pandoc-crossref\
109
--from markdown --to latex\
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
pdflatex ${_PDF_NAME}_post.tex
117
mv ${_PDF_NAME}_post.pdf ${_PDF_NAME}.pdf
118
rm *.tex *.toc *.aux *.log