When I try to compile with LuaLaTeX using the XCharter font, the numbers in math mode appear in CM. \documentclass{article} \usepackage[xcharter]{newtxmath} \usepackage{fontspec} \setmainfont{XCharter} \begin{document} Text: 123, Math: \( 123 \) \end{document} How...
4 Using different text and math fonts with unicode-math 5 Using math fonts in LuaLaTeX 2 Different math-style options for different fonts with unicode-math package 0 unicode-math, \mathscr and \mathcal 5 LuaLaTeX: Remapping \mathcal letters for Asana Math 1 confused abo...
The kernel will soon include new features for LuaTeX support. The changes suggested here prepare for those, including some still under discussion. josephwright added 10 commits August 24, 2015 21:00 Use expl3 ":D" names for LuaTeX primitives … 441615d \lua_now_x:n is back 046d547...
TexVar (short tVar) is a basic LaTeX math calculations tool written in Lua. For integration into LaTeX, it has to be used together with LuaLaTeX. Compared to software like Mathcad TexVar is a lot more flexible. You can fill custom designed tables with results, do calculations within text ...
spacing luatex unicode-math Share Improve this question Follow asked Mar 26, 2013 at 16:47 Scott H. 11.1k33 gold badges4040 silver badges8383 bronze badges Add a comment 1 Answer Sorted by: 6 Sorry my decrepit home system doesn't auto-upgrade packages, and so I had to turn of...
I am trying to typeset math with Arno Pro in LuaLaTeX. However, I have not found a suitable solution yet. As Arno Pro does not have all the symbols required for proper math typesetting, some kind of workaround will be needed. Included below are the two approaches I have tried whil...
Your MWE works just fine here, with LuaLaTeX as well as with XeLaTeX. With identical, correctly typeset results. Obviously you do have a faulty version of Minion Math fonts. From where did you get the fonts? Please do send me (as I'm the creator of Minion Math fonts) your font file...
I use LuaLatex I want this style: (0 for italic and 1 for upright) a A \gamma \Gamma math 0 0 0 1 bold 0 0 0 1 but style=TeX provides: a A \gamma \Gamma math 0 0 0 1 bold 1 1 0 1 and style=ISO provides: a A \gamma \Gamma math 0 0 0 0 ...
I am trying to create a minimal lualatex distribution, and hence try to eliminate as much non OTF fonts as possible (I try to get rid of the .afm, .pfb, .map, etc files to save space). Everything is (almost) working for text, but I am hitting a bummer with maths and the Kurie...
I know that using the xpinyin package can solve this, but I need to use Lualatex, which is not supported. At first I used the following code: \documentclass{ctexart} \usepackage{amsmath} \newcommand\zhuyin[2]{$\overset{\textrm{#1}}{#2}$} \begin{document} \zhuyin{tiān}{天} \end...