diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-06 23:29:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-06 23:29:16 +0000 |
commit | c12f7ff3c88e06dd8f3dd964f6c274ae97bbfbfe (patch) | |
tree | d646e8fa26dbc3d80d7f68374baddff3376a3859 /Master/texmf-dist/doc/lualatex/lualatex-math/README | |
parent | e1ef22356087d81c9700f75a1fa142404cec7772 (diff) |
lualatex-math (6may11)
git-svn-id: svn://tug.org/texlive/trunk@22339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lualatex-math/README')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lualatex-math/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lualatex-math/README b/Master/texmf-dist/doc/lualatex/lualatex-math/README new file mode 100644 index 00000000000..95fe5c2b45f --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/lualatex-math/README @@ -0,0 +1,42 @@ +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. + + +License +------- + +This material is subject to the LaTeX Project Public License, either +version 1.3c of this license or (at your option) any later version. See +http://www.latex-project.org/lppl/ for the details of that license. + + +Installation +------------ + +Copy the files ``lualatex-math.sty`` and ``lualatex-math.lua`` to a place where +TeX can find them. The documentation is contained in the file +``lualatex-math.pdf``. + +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``. + + +Usage +----- + +Include the package via ``\usepackage{lualatex-math}``. The package has no +options and no public interface; it applies the appropriate fixes +automatically. See ``lualatex-math.pdf`` for details. + +If you encounter any issues, please report them by means of the `issue +tracker`_. + +.. _issue tracker: https://github.com/phst/lualatex-math/issues |