diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lualatex-doc/README')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/lualatex-doc/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lualatex-doc/README b/Master/texmf-dist/doc/lualatex/lualatex-doc/README new file mode 100644 index 00000000000..8c5db2745c9 --- /dev/null +++ b/Master/texmf-dist/doc/lualatex/lualatex-doc/README @@ -0,0 +1,23 @@ +A guide to LuaLaTeX +=================== + +This document is a map, or touristic guide, for the new world of LuaLaTeX. +Though focusing on LuaLaTeX, it includes relevant information about LuaTeX +with the Plain format, too. + +The intended audience ranges from complete newcomers (with a working knowledge +of conventional LaTeX) to package developers. This guide is intended to be +comprehensive in the following sense: it contains pointers to all relevant +sources, gathers information that is otherwise scattered, and adds +introductory material. + +Feedback and suggestions for improvement are most welcome. + +License +------- + +Written by Manuel Pégourié-Gonnard <mpg@elzevir.fr>, 2010. + +Distributed under the terms of the [_GNU free documentation licence_][gfdl]. + +[gfdl]: http://www.gnu.org/licenses/fdl.html |