holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.49k stars 112 forks source link

XeLaTeX #442

Open SiriusJohnSun opened 1 year ago

SiriusJohnSun commented 1 year ago

Hi there! A-Shell is really powerful when processing LaTeX like LuaLaTeX and pdfLaTeX. But it cannot support XeLaTeX.

holzschu commented 1 year ago

Hi, I’ve tried cross-compiling XeLaTeX several times for iOS, but I’m afraid it cannot be done with the current source code. It contains too many calls to functions and libraries that only exist on OS X or on Linux. Making it work for iOS would require rewriting everything, which is too much work,

in my experiments, LuaLaTeX has more features than XeLaTeX.