# The Luaotfload Package VERSION: 3.28 DATE: 2024-02-14 ## Description Luaotfload is an adaptation of the ConTeXt font loading system for the Plain and LaTeX formats. It allows OpenType fonts to be loaded with font features accessible using an extended font request syntax while providing compatibility with XeTeX. By indexing metadata in a database it facilitates loading fonts by their proper names instead of file names. Luaotfload may be loaded in Plain LuaTeX with "\input luaotfload.sty" and in LuaLaTeX with "\usepackage{luaotfload}". LuaLaTeX users may be interested in the fontspec package which provides a high-level interface to the functionality provided by this package. Please see the documentation luaotfload.pdf for more information. ## Maintenance This package is currently maintained at . Issues can be reported at the issue tracker. The development for LuaLaTeX is discussed on the lualatex-dev mailing list. See for details. ## Responsible Persons The following people have contributed to this package. - Khaled Hosny - Elie Roux - Will Robertson - Philipp Gesang - Dohyun Kim - Reuben Thomas - Joseph Wright - Manuel Pégourié-Gonnard - Olof-Joachim Frahm - Patrick Gundlach - Philipp Stephani - David Carlisle - Yan Zhou @zhouyan - Ulrike Fischer - Marcel Krüger ## Installation 1. Install the current version with the package management tools of your TeX system. If you want to install manually: there is a tds-zip file which can be unpacked in a texmf tree. 2. If you want to try the development version download the texmf folder in the development branch. at 3. Manual installation: * luaotfload-tool.lua belongs in scripts/luatex/luaotfload * fontloader-reference-load-order.tex and fontloader-reference-load-order.lua are source files and can got in source or doc * the other lua-files and the sty belong in tex/luatex/luaotfload * luaotfload.conf.5 and luaotfload-tool.1 belong in doc/man * the rest in doc/luatex/luaotfload ## Documentation * The main documentation is luaotfload-latex.pdf. * luaotfload.conf.5 and luaotfload-tool.1 are man-files, their sources are the rst-files. * README.md, NEWS and COPYING contain what their name says. * The rest are input files. ## License The luaotfload bundle, as a derived work of ConTeXt, is distributed under the GNU GPLv2 license: This license requires the license itself to be distributed with the work. For its full text see the documentation in luaotfload.pdf. ## DISCLAIMER This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See headers of each source file for copyright details.