Anshul Singhvi

Results 1171 comments of Anshul Singhvi

yes, even the old `test!(L"...")` uses MathTeXEngine as it does in base Makie well: you can use LTeX, which should be able to see font, but it hasn't been updated...

> requirement is to render something like How would you do that without a Helvetica math font anyway? Unless I misunderstand this would show up in CMU even in normal...

provides an LTeX layoutable which can render arbitrary latex, that's about it

for now, if you know which math font you want you could provide a custom preamble to LTeX, like so: ```julia tex_to_render = TeXDocument("this is a full and compilable latex...

Am testing out the text refactor-ish thing now...will allow an extension to be added for Pango pretty easily as well.

We mostly have that in `TeXLabel`, it just needs the font stuff implemented. Backgroundcolor, color, etc is all implemented already. The issue here is that users can't use e.g. CachedTeX...

If you have an idea of how we can: (a) figure out how to get fonts into LaTeX generally, given a font family and a path to its file, (b)...

Ok, that sounds good. Yeah I guess we can assume that any font a user provides must be installed, I'm not the most familiar with fontconfig but it seems you...

I do that already for vectors of latexstrings :) but because of the eager nature of the rendering, it's not so easy to batch them. For example, axis tick labels...

Interesting, thanks for the report - I haven't used MakieTeX in a couple weeks. I can probably patch this tomorrow, since it should just be a matter of adjusting the...