summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/unicode-math/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/unicode-math/README.md57
1 files changed, 14 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README.md b/Master/texmf-dist/doc/latex/unicode-math/README.md
index 5c72db9b573..26d4f1571d1 100644
--- a/Master/texmf-dist/doc/latex/unicode-math/README.md
+++ b/Master/texmf-dist/doc/latex/unicode-math/README.md
@@ -52,7 +52,7 @@ PACKAGE USAGE
Please see the PDF documentation for full details. A simple beginning is:
\usepackage{unicode-math}
- \setmathfont{xits-math.otf}
+ \setmathfont{texgyrepagella-math.otf}
Most LaTeX math should still work after this. (Let me know if it doesn't.)
Furthermore, it will be in a different font.
@@ -61,11 +61,18 @@ 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`, `ucharcat`, and `lualatex-math` packages.
+As well as running XeTeX or LuaTeX, this package requires recent versions of the `fontspec`, `expl3`, `xpackages`, `filehook`, and `lualatex-math` packages.
-MAINTENANCE
------------
+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>
+
+
+DEVELOPMENT and MAINTENANCE
+---------------------------
The current release version is available from CTAN:
> <http://tug.ctan.org/pkg/unicode-math>
@@ -78,12 +85,8 @@ 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>
+Further information on the details surrounding the development of the package
+can be found in the `CONTRIBUTING.md` file in the Github repository.
LICENCE
@@ -95,36 +98,4 @@ greater.
[LPPL]: http://www.latex-project.org/lppl/
-This work is author-maintained and consists of the code files:
-
-- unicode-math.dtx,
-- unicode-math.ins,
-- um-code-*.dtx,
-- unicode-math-table.tex;
-
-the documentation files:
-
-- unicode-math.ltx,
-- unicode-math-code.ltx,
-- um-doc*.tex,
-- unimath-example.ltx,
-- unimath-symbols.ltx;
-
-the derived files:
-
-- unicode-math.lua,
-- unicode-math-xetex.sty,
-- unicode-math-luatex.sty,
-- unicode-math.sty;
-
-the compiled documentation files:
-
-- unicode-math.pdf,
-- unicode-math-code.pdf,
-- unimath-example.pdf,
-- unimath-symbols.pdf;
-
-and the test suite:
-
-- testfiles/support/umtest-preamble.tex,
-- testfiles/*.(lvt|tlg).
+This work is author-maintained and consists of the files listed in `MANIFEST.md`.