From b12bc2332f229d9a6b10ce0e6ae81cd2870d644d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Feb 2019 22:23:04 +0000 Subject: unicode-math (15feb19) git-svn-id: svn://tug.org/texlive/trunk@50032 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/unicode-math/CHANGES.md | 9 +++ Master/texmf-dist/doc/latex/unicode-math/README.md | 12 ++-- .../doc/latex/unicode-math/RELEASE_CHECKLIST.md | 11 +--- .../latex/unicode-math/um-doc-legacyfontdimen.tex | 2 +- .../doc/latex/unicode-math/um-doc-main.tex | 10 ++-- .../latex/unicode-math/um-doc-mathfontdimen.tex | 2 +- .../doc/latex/unicode-math/um-doc-nfsssummary.tex | 2 +- .../doc/latex/unicode-math/um-doc-stixextract.tex | 2 +- .../doc/latex/unicode-math/um-doc-style.tex | 6 +- .../doc/latex/unicode-math/unicode-math-code.ltx | 2 +- .../doc/latex/unicode-math/unicode-math-code.pdf | Bin 329534 -> 331900 bytes .../doc/latex/unicode-math/unicode-math.ltx | 2 +- .../doc/latex/unicode-math/unicode-math.pdf | Bin 162775 -> 162907 bytes .../doc/latex/unicode-math/unimath-example.ltx | 2 +- .../doc/latex/unicode-math/unimath-example.pdf | Bin 22146 -> 22095 bytes .../doc/latex/unicode-math/unimath-symbols.ltx | 64 ++++++++++----------- .../doc/latex/unicode-math/unimath-symbols.pdf | Bin 1608262 -> 1203889 bytes 17 files changed, 62 insertions(+), 64 deletions(-) (limited to 'Master/texmf-dist/doc/latex/unicode-math') diff --git a/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md b/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md index 08f01fbfa24..619f7c46c77 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md +++ b/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md @@ -1,6 +1,15 @@ CHANGE HISTORY ============== +## v0.8n (2019/02/15) + + * Add note to readme that the `lm-math` package is required for minimal functionality. + * Spacing fixed for maths fonts loaded with the `Scale` fontspec feature (#287). + * Commands like `\crampedtextstyle` now longer lead to an infinite loop under XeTeX (#505). + * Improvements to the functionality of the test suite. (Although more tests would be nice.) + * Test suite is now (successfully) run with `expl3` debug mode enabled. + + ## v0.8m (2018/07/29) * Restore behaviour of legacy syntax `x_\mathrm{x}` (i.e., with no braces). diff --git a/Master/texmf-dist/doc/latex/unicode-math/README.md b/Master/texmf-dist/doc/latex/unicode-math/README.md index 92578d2057c..95bf728b726 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/README.md +++ b/Master/texmf-dist/doc/latex/unicode-math/README.md @@ -1,7 +1,7 @@ The UNICODE-MATH package ======================== -This package will provide a complete implementation of unicode maths for +This package provides an implementation of Unicode/OpenType mathematics for XeLaTeX and LuaLaTeX. While I am a little wary of encouraging people to use this package for @@ -24,9 +24,9 @@ Unicode maths is currently supported by the following freely available fonts: - [DejaVu Math TeX Gyre][DEJA] (B. Jackowski, P. Strzelczyk and P. Pianowski) - [Asana Math][AM] (Apostolos Syropolous), - [STIX][STIX] (STIpub), and - - [Neo Euler][NE] (Khaled Hosny), - [XITS Math][XM] (Khaled Hosny), - [Libertinus Math][LIB] (Philipp H. Poll and Khaled Hosny). + - [Fire Math][FIRA] (Xiangdong Zeng). These fonts are available under open source licences (the [GUST Font License][GFL] and [Open Font Licence][OFL]). @@ -50,12 +50,13 @@ new releases. [TM]: http://www.ctan.org/pkg/tex-gyre-math-termes [DEJA]: https://ctan.org/pkg/tex-gyre-math-dejavu [AM]: http://www.ctan.org/pkg/asana-math -[NE]: http://github.com/khaledhosny/euler-otf [STIX]: http://www.stixfonts.org [XM]: http://github.com/khaledhosny/xits-math [LIB]: https://ctan.org/pkg/libertinus [GFL]: http://www.gust.org.pl/projects/projects/e-foundry/licenses/ [OFL]: http://scripts.sil.org/OFL +[FIRA]: https://github.com/firamath/firamath + PACKAGE USAGE ------------- @@ -74,7 +75,8 @@ Furthermore, it will be in a different font. REQUIREMENTS ------------ -As well as running XeTeX or LuaTeX, this package requires recent versions of the `fontspec`, `expl3`, `xpackages`, `filehook`, and `lualatex-math` packages. +As well as running XeTeX or LuaTeX, this package requires recent versions of the +`lm-math`, `fontspec`, `expl3`, `xpackages`, `filehook`, and `lualatex-math` packages. THANKS @@ -111,4 +113,4 @@ greater. [LPPL]: http://www.latex-project.org/lppl/ -This work is author-maintained and consists of the files listed in `MANIFEST.md`. +This work is maintained by Will Robertson and consists of the files listed in `MANIFEST.md`. diff --git a/Master/texmf-dist/doc/latex/unicode-math/RELEASE_CHECKLIST.md b/Master/texmf-dist/doc/latex/unicode-math/RELEASE_CHECKLIST.md index 13c2f4e788e..ab250200e0d 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/RELEASE_CHECKLIST.md +++ b/Master/texmf-dist/doc/latex/unicode-math/RELEASE_CHECKLIST.md @@ -2,17 +2,10 @@ - [ ] Finish final changes on `working` branch - [ ] Ensure `CHANGES.md` is up-to-date with a new version number -- [ ] `build tag foo` - [ ] `git push` -- [ ] Check Travis build status (hopefully is working that date) +- [ ] Check Travis build status - [ ] Update local distro fully with tlmgr - [ ] Run `build check` locally - [ ] Install prerelease versions of `fontspec` and `latex3` and re-check -- [ ] `git checkout master; git rebase working` -- [ ] `build ctan` -- [ ] Upload to CTAN -- [ ] `texlua tagrelease.lua` to tag release with version number, annotated with changes -- [ ] `git push` — assuming tags are pushed by default (might need a local gitconfig) -- [ ] `git checkout working` -- [ ] `build install` +- [ ] `texlua autorelease.lua` - [ ] Check `latex3/contrib/testfiles/unicode-math001.lvt` and update if necessary diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-legacyfontdimen.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-legacyfontdimen.tex index 5ba9f95e365..5adb24e9f63 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-legacyfontdimen.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-legacyfontdimen.tex @@ -67,7 +67,7 @@ $\xi_{13}$ & big op spacing5 \\ % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-main.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-main.tex index 3d871ddd8b4..8ecc8357e7a 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-main.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-main.tex @@ -500,8 +500,8 @@ upper- and lowercase Greek, but italic lowercase latin. Finally, it is not unkno for all characters, as seen in the Euler fonts. The \pkg{unicode-math} package accommodates these possibilities with the -option \opt{math-style} that takes one of four (case sensitive) arguments: -\opt{TeX}, \opt{ISO}, \opt{french}, or \opt{upright}.\footnote{Interface inspired by Walter Schmidt's \pkg{lucimatx} package.} +option \opt{math-style} that takes one of five (case sensitive) arguments: +\opt{TeX}, \opt{ISO}, \opt{french}, \opt{upright}, or \opt{literal}.\footnote{Interface inspired by Walter Schmidt's \pkg{lucimatx} package.} The \opt{math-style} options' effects are shown in brief in \tabref{math-style}. The philosophy behind the interface to the mathematical symbols @@ -725,8 +725,8 @@ the caligraphic letters are accessed with the same glyph slots as the script letters but with the first stylistic set feature (|ss01|) applied. An example is shown below. \begin{quote} -\setmathfont{xits-math.otf} -\setmathfont{xits-math.otf}[range=cal,StylisticSet=1] +\setmathfont{XITSMath-Regular.otf} +\setmathfont{XITSMath-Regular.otf}[range=cal,StylisticSet=1] The Script style (\cs{mathscr}) in XITS Math is: $\symscr{ABCXYZ}$\par The Caligraphic style (\cs{mathcal}) in XITS Math is: $\symcal{ABCXYZ}$ \end{quote} @@ -1225,7 +1225,7 @@ will produce `bf'. % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-mathfontdimen.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-mathfontdimen.tex index 45b7463dbf0..906a786db37 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-mathfontdimen.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-mathfontdimen.tex @@ -142,7 +142,7 @@ Suggested: /5 x-height.} % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-nfsssummary.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-nfsssummary.tex index db751e91c21..a322ac7f424 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-nfsssummary.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-nfsssummary.tex @@ -78,7 +78,7 @@ For characters, something like: % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-stixextract.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-stixextract.tex index 7738fc8be86..53a86a8ab72 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-stixextract.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-stixextract.tex @@ -29,7 +29,7 @@ things are supposed to work!) % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/um-doc-style.tex b/Master/texmf-dist/doc/latex/unicode-math/um-doc-style.tex index e5b581aed19..729a102ebea 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/um-doc-style.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/um-doc-style.tex @@ -46,8 +46,8 @@ ] \setmathfont{texgyrepagella-math.otf} -\setmathfont[version=xits]{xits-math.otf} -\newfontface\umfont{xits-math.otf} +\setmathfont[version=xits]{XITSMath-Regular.otf} +\newfontface\umfont{XITSMath-Regular.otf} \expandafter\def\csname ver@thumbpdf.sty\endcsname{} \usepackage{hypdoc} @@ -122,7 +122,7 @@ % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.ltx b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.ltx index 1fa34a19374..cff887daed7 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.ltx +++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.ltx @@ -26,7 +26,7 @@ % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.pdf b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.pdf index 4cafb85ff78..8e8ae8878d2 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.pdf and b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.ltx b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.ltx index e7481ca2967..c3a13fd370c 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.ltx +++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.ltx @@ -29,7 +29,7 @@ % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf index 10a4e76b8c2..991f4326aaf 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf and b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf differ diff --git a/Master/texmf-dist/doc/latex/unicode-math/unimath-example.ltx b/Master/texmf-dist/doc/latex/unicode-math/unimath-example.ltx index 928a523f306..d8f75961a81 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unimath-example.ltx +++ b/Master/texmf-dist/doc/latex/unicode-math/unimath-example.ltx @@ -60,7 +60,7 @@ And that's a brief introduction to the package. Please see the documentation for % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/unimath-example.pdf b/Master/texmf-dist/doc/latex/unicode-math/unimath-example.pdf index 822d0ef7038..2e960bcc5a8 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-math/unimath-example.pdf and b/Master/texmf-dist/doc/latex/unicode-math/unimath-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx index e6c75522f88..df6ac0e986f 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx +++ b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.ltx @@ -33,31 +33,36 @@ \ExplSyntaxOn \cs_generate_variant:Nn \fontspec_set_fontface:NNnn {c} -\def\defmathfont#1#2#3{ +\def\FINISH{} +\newcount\Nfonts +\def\defmathfont#1#2#3#4{ + \Nfonts=\numexpr\Nfonts+1\relax + \tl_set:cn {L#1} {#4} \newcounter{#1} \setcounter{#1}{-1} \setmathfont[version=#1,SizeFeatures={ {Size=-10, Colour=999999}, {Size=10-, Colour=#3}}]{#2} \fontspec_set_fontface:cNnn {#1} \x {ItalicFont={},BoldFont={}} {#2} + \tl_gput_right:Nn \FINISH { + \refstepcounter{#1}\label{count:#1} + } } \ExplSyntaxOff -\defmathfont{lm}{latinmodern-math.otf}{CC6666} -\defmathfont{xits}{xits-math.otf}{CCCC66} -\defmathfont{stix}{STIXMath-Regular.otf}{AA66CC} -\defmathfont{cambria}{CambriaMath.ttf}{66CCCC} -\defmathfont{asana}{Asana-Math.otf}{6666CC} -\defmathfont{pagella}{texgyrepagella-math.otf}{AA6666} -\defmathfont{dejavu}{texgyredejavu-math.otf}{AACC66} -\defmathfont{euler}{euler.otf}{CC66CC} +\defmathfont{lm}{latinmodern-math.otf}{CC6666}{L} +\defmathfont{xits}{XITSMath-Regular.otf}{6666CC}{X} +\defmathfont{stix}{STIX2Math.otf}{66CC66}{S} +\defmathfont{pagella}{texgyrepagella-math.otf}{AA6666}{P} +\defmathfont{dejavu}{texgyredejavu-math.otf}{AACC66}{D} +\defmathfont{fira}{FiraMath-Regular.otf}{AA66CC}{F} \def\INPUT{\input{unicode-math-table.tex}} \def\TABLE{% \par\noindent -\begin{longtabu}[l]{@{}lcccccccclX[l]@{}} +\begin{longtabu}[l]{@{}l *{\Nfonts}{c} lX[l]@{}} \toprule - \textsc{usv} & M & X & S & C & A & P & D & E & Macro & Description \\ + \textsc{usv} & \Llm & \Lxits & \Lstix & \Lpagella & \Ldejavu & \Lfira & Macro & Description \\ \midrule \endhead \INPUT\\ \bottomrule @@ -87,11 +92,9 @@ \SYMB{#2}{lm}{#1} & \SYMB{#2}{xits}{#1} & \SYMB{#2}{stix}{#1} & - \SYMB{#2}{cambria}{#1} & - \SYMB{#2}{asana}{#1} & \SYMB{#2}{pagella}{#1} & \SYMB{#2}{dejavu}{#1} & - \SYMB{#2}{euler}{#1} & + \SYMB{#2}{fira}{#1} & \CMD{#2} \tl_if_in:NnT \PLAIN {#2} { @@ -153,7 +156,7 @@ \begin{document} \MakeShortVerb\| -\title{Every symbol (most symbols) defined by \textsf{unicode-math}} +\title{Symbols defined by \textsf{unicode-math}} \author{Will Robertson} \maketitle @@ -163,21 +166,19 @@ package. Use this document to find the command name or the Unicode glyph slot for a symbol that you wish to use. The following fonts are shown: (with approximate symbol counts) \begin{itemize} -\item[M] \mathversion{lm} $\mathup{Latin\ Modern\ Math}$ (\ref{count:lm}) -\item[X] \mathversion{xits} $\mathup{XITS\ Math}$ (\ref{count:xits}) -\item[S] \mathversion{stix} $\mathup{STIX\ Math}$ (\ref{count:stix}) -\item[C] \mathversion{cambria} $\mathup{Cambria\ Math}$ (\ref{count:cambria}) -\item[A] \mathversion{asana} $\mathup{Asana\ Math}$ (\ref{count:asana}) -\item[P] \mathversion{pagella} $\mathup{TeX\ Gyre\ Pagella\ Math}$ (\ref{count:pagella}) -\item[D] \mathversion{dejavu} $\mathup{DejaVu\ Math\ TeX\ Gyre}$ (\ref{count:dejavu}) -\item[E] \mathversion{euler} $\mathup{Neo\ Euler}$ (\ref{count:euler}) +\item[\Llm] \mathversion{lm} $\mathup{Latin\ Modern\ Math}$ (\ref{count:lm}) +\item[\Lxits] \mathversion{xits} $\mathup{XITS\ Math}$ (\ref{count:xits}) +\item[\Lstix] \mathversion{stix} $\mathup{STIX\ Math\ Two}$ (\ref{count:stix}) +\item[\Lpagella] \mathversion{pagella} $\mathup{TeX\ Gyre\ Pagella\ Math}$ (\ref{count:pagella}) +\item[\Ldejavu] \mathversion{dejavu} $\mathup{DejaVu\ Math\ TeX\ Gyre}$ (\ref{count:dejavu}) +\item[\Lfira] \mathversion{fira} $\mathup{Fira\ Math}$ (\ref{count:fira}) \end{itemize} -Note that there are addition maths fonts in the `\TeX\ Gyre' collection which aren't included here. - Symbols defined in Plain \TeX\ are indicated with {\color[gray]{0.6} \textsuperscript{\sffamily (p)}} after their macro name. -\LaTeX\ follows Plain \TeX, but defines a handful more, indicated with {\color[gray]{0.6} \textsuperscript{\sffamily (l)}} +\LaTeX\ follows Plain \TeX, but defines a handful more, indicated with {\color[gray]{0.6} \textsuperscript{\sffamily (l)}}. Symbols defined in \textsf{amssymb} are indicated with {\color[gray]{0.6} \textsuperscript{\sffamily (a)}}. +Note that this list of fonts is not intended to be exhaustive but I am happy to add new fonts by request if they are distributed in \TeX\ Live.\footnote{Only a single \TeX\ Gyre Math font is shown here by design as they all largely have the same symbol coverage.} + \tableofcontents \clearpage @@ -444,14 +445,7 @@ The limits behaviour as specified by \textsf{unicode-math} are shown with grey s \def\UnicodeMathSymbol#1#2#3#4{\PRINTLINE{#1}{#2}{#4}} \TABLE -\refstepcounter{lm}\label{count:lm} -\refstepcounter{xits}\label{count:xits} -\refstepcounter{stix}\label{count:stix} -\refstepcounter{cambria}\label{count:cambria} -\refstepcounter{asana}\label{count:asana} -\refstepcounter{pagella}\label{count:pagella} -\refstepcounter{euler}\label{count:euler} -\refstepcounter{dejavu}\label{count:dejavu} +\FINISH \end{document} @@ -466,7 +460,7 @@ The limits behaviour as specified by \textsf{unicode-math} are shown with grey s % the conditions of the LaTeX Project Public License, version 1.3c or higher % (your choice): . % ------------------------------------------------ -% Copyright 2006-2018 Will Robertson, LPPL "maintainer" +% Copyright 2006-2019 Will Robertson, LPPL "maintainer" % Copyright 2010-2017 Philipp Stephani % Copyright 2011-2017 Joseph Wright % Copyright 2012-2015 Khaled Hosny diff --git a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf index c650c1c4709..05e28b4216b 100644 Binary files a/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf and b/Master/texmf-dist/doc/latex/unicode-math/unimath-symbols.pdf differ -- cgit v1.2.3