Tamas K. Papp
Tamas K. Papp
It looks like you don't want to save a document, just standalone TikZ code. I wonder what your use case is, and whether you would be better served with ```julia...
Yes, `tex` & friends are cheap. Perhaps, in addition to `keep_pdf`, factor out `pdf2svg` and `pdf2png` from `savesvg` and `savepng`, so that the user can apply them easily?
I think the pipe syntax is a bit verbose, I would prefer something like the `|` one I suggested above. Anyhow, *implementing* this is on my todo list at some...
Sorry, I don't understand the question. Please clarify, ideally with a MWE.
I will look into this. Also, we could require that stuff to be written out verbatim is put in a wrapper type, say `RawLaTeX`, which would make it easier to...
Can you please clarify: you would prefer no new syntax, just document that `
I have looked at this again following some recent requests on discourse. `\node` is equivalent to `\path node` and as such is immensely versatile and powerful. I have looked at...
Should I add an example like the one above to the manual? Can it be made simpler/easier? `print_tex(..., ::AbstractVector)` is free, so one could do ```julia using PGFPlotsX, Colors PGFPlotsX.print_tex(io::IO,...
A worked example with `\node` is now available here: https://kristofferc.github.io/PGFPlotsX.jl/dev/examples/latex/ There is no special syntax though, just a bit more convenient interface to `print_tex`ing everything, so I am not sure...
I agree, unless there is something unexpected it could be as simple as adding another LaTeX engine in `src/build.jl`.