/+junk/build-libffmpeg-for-chromium

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/build-libffmpeg-for-chromium

« back to all changes in this revision

Viewing changes to build-pdf.sh

  • Committer: Gustav Hartvigsson
  • Date: 2021-06-07 20:40:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210607204026-vjij9pidlt0jqwxq
Use XeLaTeX so we get the correct font

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  cat ${_PDF_NAME}_pre.tex | ./tex_table_verts.py > ${_PDF_NAME}_post.tex
115
115
  
116
116
  # We need to run this twice to make sure that LaTeX knows the size of things.
117
 
  pdflatex ${_PDF_NAME}_post.tex
118
 
  pdflatex ${_PDF_NAME}_post.tex
 
117
  xelatex ${_PDF_NAME}_post.tex
 
118
  xelatex ${_PDF_NAME}_post.tex
119
119
  mv ${_PDF_NAME}_post.pdf ${_PDF_NAME}.pdf
120
120
  rm *.tex *.toc *.aux *.log
121
121