summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/lualatex-math/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lualatex-math/README')
-rw-r--r--Master/texmf-dist/doc/lualatex/lualatex-math/README19
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lualatex-math/README b/Master/texmf-dist/doc/lualatex/lualatex-math/README
index 95fe5c2b45f..76588f47012 100644
--- a/Master/texmf-dist/doc/lualatex/lualatex-math/README
+++ b/Master/texmf-dist/doc/lualatex/lualatex-math/README
@@ -1,9 +1,9 @@
The ``lualatex-math`` package
=============================
-This package patches a few commands of the LaTeX 2ε kernel and the ``amsmath``
-and ``mathtools`` packages to be more compatible with the LuaTeX engine. It is
-only meaningful if you compile your documents with LuaLaTeX.
+This package patches a few commands of the LaTeX 2ε kernel and the ``amsmath``,
+``mathtools`` and ``icomma`` packages to be more compatible with the LuaTeX
+engine. It is only meaningful if you compile your documents with LuaLaTeX.
License
@@ -23,10 +23,15 @@ TeX can find them. The documentation is contained in the file
To produce the runtime files from the Docstrip source, run ``make``. To
produce the PDF manual, run ``make pdf``. To produce and compile a few test
-files, run ``make check``. To install the runtime files in your home TEXMF
-tree, run ``make install``. To install the PDF manual in your home TEXMF tree,
-run ``make install-pdf``. The package includes an AucTeX style file which will
-be installed in ``~/.emacs.d``.
+files, run ``make check``. To compile the manual you’ll need my `custom
+documentation class`_.
+
+To install the runtime files in your home TEXMF tree, run ``make install``. To
+install the PDF manual in your home TEXMF tree, run ``make install-pdf``. The
+package includes an AucTeX style file which will be installed in
+``~/.emacs.d``.
+
+.. _custom documentation class: https://github.com/phst/phst-doc
Usage