diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-07 23:46:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-07 23:46:58 +0000 |
commit | f15ab98da224024bdcb9d2b70a263c7f6143a91b (patch) | |
tree | 8368ce018ac0869d5d556cc47b29de4770ad3e62 /Master/texmf-dist/doc/latex/unicode-math/README.md | |
parent | 6c0d576e1d48613f952b56e99e4dd9d59e41a265 (diff) |
unicode-math (7jan18)
git-svn-id: svn://tug.org/texlive/trunk@46240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/README.md | 57 |
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`. |