summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unicode-math
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-09 22:08:07 +0000
committerKarl Berry <karl@freefriends.org>2017-10-09 22:08:07 +0000
commitf97fd80a18a2ecabd07094c24e5b70cfac0fa3f9 (patch)
tree7b9c319709f7aac7825e592f87fbca8f3065bdbd /Master/texmf-dist/doc/latex/unicode-math
parentab470e9d889b5624187d9c30bb9ff093348039de (diff)
unicode-math (9oct17)
git-svn-id: svn://tug.org/texlive/trunk@45510 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math')
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/CHANGES.md9
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/README.md7
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/unicode-math-doc.tex14
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdfbin346785 -> 391523 bytes
4 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md b/Master/texmf-dist/doc/latex/unicode-math/CHANGES.md
index 6b01a0bfee8..3048e71c6f6 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.8h (2017/10/09)
+
+ * Some bugs crept in in the last update due to some code rearrangement:
+ * package version wasn't set;
+ * some code was being executed at the wrong time;
+ * `\sqrt[]{}` in LuaLaTeX gave incorrect output.
+ * The layout of the code is now structured far more sensibly.
+ * Remove (long deprecated) `\resetmathfont`; for years it has been a synonym for `\setmathfont`.
+
- v0.8g (2017/10/02)
* Better use of scriptstyle sizes in LuaTeX (I think a regression).
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README.md b/Master/texmf-dist/doc/latex/unicode-math/README.md
index f2b352de8df..48d7a839831 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/README.md
+++ b/Master/texmf-dist/doc/latex/unicode-math/README.md
@@ -79,6 +79,13 @@ Please file bug reports with minimal examples:
See `CHANGES.md` for the complete listing of change history.
+THANKS
+------
+
+I write LaTeX code as a hobby and a passion, not as part of my day job.
+If you would like to say thanks, please consider a donation at: <https://www.patreon.com/wspr>
+
+
LICENCE
-------
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}
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 e1294f4e845..0a60202eff9 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
+++ b/Master/texmf-dist/doc/latex/unicode-math/unicode-math.pdf
Binary files differ