Created
January 25, 2016 14:08
-
-
Save benwbrum/85508d6782647cab2fc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat second.tex | |
| \documentclass{article} | |
| \usepackage{amsmath} | |
| \usepackage{amsfonts} | |
| \begin{document} | |
| \thispagestyle{empty} | |
| $\mathfrak{H}$ello world! | |
| \end{document} | |
| pdflatex second.tex | |
| pdfcrop --clip second.pdf second_crop.pdf | |
| convert -density 300 second_crop.pdf second.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment