Call latex-path in order to obtain LaTeX output
mardukbp opened this issue · 4 comments
mardukbp commented
While trying the examples in the README, I discovered that it is necessary to call
(latex-path "/path/to/pdflatex")
in order for render
to work. It would be nice to add this so that people can experiment with this nice little CAS.
soegaard commented
Which OS do you use?
Which path do you have to pdflatex?
mardukbp commented
OS: Ubuntu 16.04
/usr/bin/pdflatex
soegaard commented
Hmm. I see that racket-poppler uses "latex" and not "pdflatex".
https://github.com/soegaard/racket-poppler/blob/master/racket-poppler/render-tex.rkt#L43
Maybe it is racket-poppler that needs to be changed?
mardukbp commented
Yes. Actually I learned about latex-path
in the README of racket-poppler.