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

Mention pdflatex as a requirement or dependency? #2

Closed
quantshah opened this issue Sep 24, 2020 · 2 comments
Closed

Mention pdflatex as a requirement or dependency? #2

quantshah opened this issue Sep 24, 2020 · 2 comments

Comments

@quantshah
Copy link

This is not really an issue for rsmf but related to matplotlib/latex installation. I have a server running Ubuntu where I do most of my work and generate plots. However I never installed LateX there and just used matplotlib to save .pdf files. While trying to run rsmf on the server I got the error:

RuntimeError: pdflatex not found.  Install it or change rcParams['pgf.texsystem'] to an available TeX implementation.

Maybe it could me mentioned that the package will assume your have a working latex environment.

@quantshah
Copy link
Author

One liner solution to the issue from (https://gist.github.com/rain1024/98dd5e2c6c8c28f9ea9d):

sudo apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra

@johannesjmeyer
Copy link
Owner

Yes, this is true. I will mention that. The reasoning was that I assumed that rsmf is used on the same system as where the LaTeX document is prepared.

johannesjmeyer added a commit that referenced this issue Sep 24, 2020
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