Skip to content

How to use render.py #136

Answered by lukas-blecher
TITC asked this question in Q&A
Apr 24, 2022 · 1 comments · 17 replies
Discussion options

You must be logged in to vote

The command worked fine for me. My guess is that your there are missing some packages for the latex to compile?
This is my template

\documentclass[varwidth]{standalone}
\usepackage{fontspec,unicode-math}
\usepackage[active,tightpage,displaymath,textmath]{preview}
\setmathfont{%s}
\begin{document}
\thispagestyle{empty}
%s
\end{document}

Try to compile it and see if it throws errors. You also need to install some of the fonts used 'GFSNeohellenicMath.otf', 'Asana Math', 'XITS Math', 'Cambria Math'. These are all I could find online. I'd love to have even more though. Because I think this is one of the main reasons why this repo works much better with images found in the wild in comparison t…

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@lukas-blecher
Comment options

@TITC
Comment options

TITC Apr 27, 2022
Collaborator Author

@lukas-blecher
Comment options

@bruno-who-likes
Comment options

@TITC
Comment options

TITC Apr 27, 2022
Collaborator Author

Answer selected by TITC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants