We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
render
The text was updated successfully, but these errors were encountered:
Which OS do you use? Which path do you have to pdflatex?
Sorry, something went wrong.
OS: Ubuntu 16.04
/usr/bin/pdflatex
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?
Yes. Actually I learned about latex-path in the README of racket-poppler.
latex-path
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: