diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex index d23cab3b8dd..0d5aaa6a97d 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex +++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex @@ -1,10 +1,8 @@ % !TEX TS-program = XeLaTeX -\providecommand\DOCUMENTEND{T} +\providecommand\DTXFILES{}% if this .tex file is typeset, only include documentation \documentclass[a4paper]{ltxdoc} -\if \DOCUMENTEND T \OnlyDescription \fi - \makeatletter \GetFileInfo{unicode-math.dtx} \let\umfiledate\filedate @@ -34,6 +32,7 @@ {\endlist} \usepackage[svgnames]{xcolor} +\usepackage[inline]{enumitem} \usepackage{array,booktabs,calc,enumitem,fancyvrb,graphicx,ifthen,longtable,refstyle,subfig,topcapt,url,varioref,underscore} \setcounter{LTchunksize}{100} \usepackage[slash-delimiter=frac,nabla=literal]{unicode-math} @@ -906,7 +905,7 @@ are shown in \figref{superscripts,subscripts}. Please request more if you think it is appropriate. \begin{figure}\centering -\fbox{\fontspec{Charis SIL}\Large +\fbox{\fontspec{CharisSILR.ttf}\Large A ^^^^2070 ^^^^00b9 ^^^^00b2 ^^^^00b3 ^^^^2074 ^^^^2075 ^^^^2076 ^^^^2077 ^^^^2078 ^^^^2079 ^^^^207a ^^^^207b ^^^^207c ^^^^207d ^^^^207e ^^^^2071 @@ -923,7 +922,7 @@ Z} \end{figure} \begin{figure}\centering -\fbox{\fontspec{Charis SIL}\Large +\fbox{\fontspec{CharisSILR.ttf}\Large A ^^^^2080 ^^^^2081 ^^^^2082 ^^^^2083 ^^^^2084 ^^^^2085 ^^^^2086 ^^^^2087 ^^^^2088 ^^^^2089 ^^^^208a ^^^^208b ^^^^208c ^^^^208d ^^^^208e ^^^^2090 @@ -1493,7 +1492,10 @@ Suggested: /5 x-height.} {Height of the bottom of the radical degree, if such is present, in proportion to the ascender of the radical sign. Suggested: 60\%.} \end{longtable} -\if \DOCUMENTEND T \end{document} \fi +\def\DTX#1{\gdef\DTXCURR{#1}\DocInput{#1}} +\DTXFILES + +\end{document} |