diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex b/Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex index 0cc437d5ae4..75d2f39c162 100644 --- a/Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex +++ b/Master/texmf-dist/doc/lualatex/combofont/combofont-test-fira-math.tex @@ -1,5 +1,5 @@ % !Mode:: "TeX:DE:UTF-8:Main" - +%% Date 2017/07/03 Version 0.2 combofont example \documentclass[parskip=full]{scrartcl} \usepackage{luacode} @@ -26,7 +26,7 @@ luatexbase.add_to_callback ) \end{luacode} -\usepackage{unicode-math} +\usepackage[math-style=upright]{unicode-math} \usepackage{combofont} \setmainfont{Fira Sans} @@ -41,19 +41,19 @@ luatexbase.add_to_callback {% {}, 0x30-0x39, - 0x61-0x7A + 0x61-0x7A*0x03B1-0x03C9 } \setupcombofont{FiraMathScript} {% file:texgyrepagella-math.otf:mode=base;script=math;language=DFLT;+ssty=0 at #1pt, file:firasans-regular.otf at #1pt, - file:firasans-regularitalic.otf at #1pt + file:firasans-italic.otf at #1pt } {% {}, 0x30-0x39, - 0x61-0x7A + 0x61-0x7A*0x03B1-0x03C9 } \setupcombofont{FiraMathScriptScript} @@ -65,20 +65,20 @@ luatexbase.add_to_callback {% {}, 0x30-0x39, - 0x61-0x7A + 0x61-0x7A*0x03B1-0x03C9 } - -% Mathversion bold need Script and ScriptScript declarations too! + +% Mathversion bold need Script and ScriptScript declarations too! \setupcombofont{FiraMathBold} {% file:texgyrepagella-math.otf:mode=base;script=math;language=DFLT; at #1pt, file:firasans-regular.otf at #1pt, - file:firasans-regularitalic.otf at #1pt + file:firasans-italic.otf at #1pt } {% {}, 0x30-0x39, - 0x61-0x7A + 0x61-0x7A*0x03B1-0x03C9 } @@ -101,17 +101,10 @@ luatexbase.add_to_callback \SetSymbolFont{operators}{bold}{TU}{FiraMath}{bx}{n} -% Map a etc to the ascii range. Original values can be found with -% [\Umathcharclass `\a] [\Umathcharfam `\a] [\Umathcharslot `\a] - -\Umathcode `\a = "7 "0 "61 -\Umathcode `\b = "7 "0 "62 -\Umathcode `\c = "7 "0 "63 -\Umathcode `\d = "7 "0 "64 -\Umathcode `\e = "7 "0 "65 -\Umathcode `\f = "7 "0 "66 -\Umathcode `\g = "7 "0 "67 -\Umathcode `\h = "7 "0 "68 +% Map "a" etc to the ascii range. Original values can be found with +%[\Umathcharclass `\a] [\Umathcharfam `\a] [\Umathcharslot `\a] +% not needed because of math-style=upright +%\Umathcode `\a = "7 "0 "61 \begin{document} |