diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/unicode-math/README.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/unicode-math/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/unicode-math/README.md b/Master/texmf-dist/doc/latex/unicode-math/README.md index c9bd15fec0c..92578d2057c 100644 --- a/Master/texmf-dist/doc/latex/unicode-math/README.md +++ b/Master/texmf-dist/doc/latex/unicode-math/README.md @@ -62,8 +62,10 @@ PACKAGE USAGE Please see the PDF documentation for full details. A simple beginning is: - \usepackage{unicode-math} - \setmathfont{texgyrepagella-math.otf} +```tex +\usepackage{unicode-math} +\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. |