You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Currently I use the inkscape -D -z --file input.svg --export-pdf output.pdf_tex --export-latex to create a PDF file that can be imported into LaTeX and uses the fonts etc. from LaTeX. But I have to manually escape f.e. the percentage signs from the axis or fiddle around quite a lot to make the paddings etc. work. Therefore I'd like to know, if a native latex PDF LaTeX export is on the table for the future.
The text was updated successfully, but these errors were encountered:
As a very basic workaround for the font, you can install the Computer Modern font from here and then use it in your Altair code with something like labelFont='CMU Serif'.
We are going to archive this repo, so I'm closing all the open issues and PRs before doing so. Try out the new options for saving charts mentioned above and if you run into issues, please open an issue directly in the altair or vl-convert repo.
Currently I use the
inkscape -D -z --file input.svg --export-pdf output.pdf_tex --export-latex
to create a PDF file that can be imported into LaTeX and uses the fonts etc. from LaTeX. But I have to manually escape f.e. the percentage signs from the axis or fiddle around quite a lot to make the paddings etc. work. Therefore I'd like to know, if a native latex PDF LaTeX export is on the table for the future.The text was updated successfully, but these errors were encountered: