Tamas K. Papp

Results 544 comments of Tamas K. Papp

Sorry I don't understand. Can you please clarify with an example?

I am interested in this but have no time for a PR this week. I can do one later; otherwise feel free to make one.

Frankly, a few GB are not a lot these days, so this issue may be not be that relevant any more so I would just recommend a full TeX suite....

Yes, we should probably do that, and use Tables instead of DataFrame. Thanks for the suggestion.

Note that this is TikZ code, not pgfplots. In the manual we suggest that `\node` commands are just constructed as strings and passed *as is*. I sympathize with > don't...

Maybe we should just expose (but not necessarily export) `print_opt` and `print_options` as API, and mention them in the manual. They are probably the best solution for composing raw LaTeX...

It works for me with both the `LUALATEX` and the `PDFLATEX` engines, on Ubuntu 20.04. ```julia $ pdflatex -version pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) kpathsea version 6.3.1 $ lualatex -version...

These is the cleanest way I found to fix #283. Alternatives include adding the current directory to the path somehow, either via enviroment variables (`TEXINPUTS`) or inside the preamble (`\graphicspath`)....

`PATH` is an environment variable in your operating system. Generally, by installing LaTeX or one of the alternatives above, it should be found automatically. What is your OS? Did you...

I think that building the docs locally should do it.