KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

Any plan to support XeLaTeX compilation? #290

Closed zhiyuanzhai closed 1 year ago

zhiyuanzhai commented 2 years ago

There are some situations where XeLaTeX engine is more convenient to use. For example, CJK (Chinese, Japanese and Korean) documents are supported better with XeLaTeX engine. Is there any plan to support that?

KristofferC commented 2 years ago

I think someone just has to add support for it. Should not be too hard.

tpapp commented 2 years ago

I agree, unless there is something unexpected it could be as simple as adding another LaTeX engine in src/build.jl.

lucifer1004 commented 2 years ago

@zhiyuanzhai Why not make the PR?

zhiyuanzhai commented 2 years ago

@lucifer1004 Oh sorry, I just forgot it.

zhiyuanzhai commented 1 year ago

Since the corresponding PR has been merged, closing.