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

Cannot Render Mathematics #69

Open
laolux opened this issue Nov 3, 2020 · 3 comments
Open

Cannot Render Mathematics #69

laolux opened this issue Nov 3, 2020 · 3 comments

Comments

@laolux
Copy link

laolux commented Nov 3, 2020

In this flatpak version of inkscape I cannot render mathematics.
Extensions -> Render -> Mathematics and then LaTeX (pdflatex) is greyed out.
Would be great if LaTeX support could be added to this flatpak, which works well in the natively installed version.

@hfiguiere
Copy link
Collaborator

texlive support is over 4GB FWIW.

@laolux
Copy link
Author

laolux commented Jun 16, 2021

It does not matter how large texlive support is. It can be packaged as a plugin, so only users who explicitly select it will download it. And it can be a shared flatpak module, meaning that multiple flatpaks share the same texlive environment and it does not need to be downloaded again.

Only problem: I don't know how to package flatpaks or make plugins, otherwise I would submit a pull request.

@fmonteghetti
Copy link

My understanding is that the "flatpak way" of solving this issue would be to use the runtime org.freedesktop.Sdk.Extension.texlive.
This is what e.g. org.texstudio.TeXstudio does.

A dirty workaround that works with the current flatpak version is to force inkscape to use your locally-installed LaTeX distribution:
$ flatpak run --env=PATH="/path/to/texlive/bin/x86_64-linux:/app/bin:/usr/bin" org.inkscape.Inkscape

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

Successfully merging a pull request may close this issue.

3 participants