Skip to content
New issue

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

Call latex-path in order to obtain LaTeX output #7

Open
mardukbp opened this issue Oct 30, 2016 · 4 comments
Open

Call latex-path in order to obtain LaTeX output #7

mardukbp opened this issue Oct 30, 2016 · 4 comments

Comments

@mardukbp
Copy link

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
Copy link
Owner

Which OS do you use?
Which path do you have to pdflatex?

@mardukbp
Copy link
Author

OS: Ubuntu 16.04

/usr/bin/pdflatex

@soegaard
Copy link
Owner

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
Copy link
Author

mardukbp commented Nov 1, 2016

Yes. Actually I learned about latex-path in the README of racket-poppler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants