Skip to content

Instantly share code, notes, and snippets.

@jonls
Created May 4, 2017 19:13
Show Gist options
  • Save jonls/9be1f4dffface170aea6189063ed62c6 to your computer and use it in GitHub Desktop.
Save jonls/9be1f4dffface170aea6189063ed62c6 to your computer and use it in GitHub Desktop.
Generate PDF of XeTeX typeset math
#!/bin/bash
# Generate PDF of XeTeX typeset math.
xelatex <<EOF
\documentclass[border=1pt]{standalone}
\usepackage{unicode-math}
\setmathfont{Cambria Math}
\begin{document}
$\displaystyle
$1
$
\end{document}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment