diff options
| -rw-r--r-- | luaotfload.dtx | 13 | 
1 files changed, 8 insertions, 5 deletions
| diff --git a/luaotfload.dtx b/luaotfload.dtx index 1b24f19..57c2821 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -190,12 +190,15 @@ and the derived files  % \end{center}  %  % \noindent Which will generate a file named |luatex-fonts-names.lua| that is -% to be placed somewhere in your \TeX\ tree where \textsf{kpathsea} can find it. +% to be placed somewhere in your \textsc{texmf} tree where \textsf{kpathsea} can +% find it.  %  % \subsubsection{Font name}  %  % Font name can be either a font filename or actual font name. If no prefix is -% specified; it is assumed to be a filename. +% specified; it is assumed to be a filename. \XeTeX-like syntax of using square +% brackets to select fonts from \textsc{texmf} tree is olso supported; +% |\font\foo=[foo.ttf]:+liga|.  %  % \subsubsection{Font features}  % @@ -221,9 +224,9 @@ and the derived files  % OpenType, currently three features are defined:  %  % \begin{itemize} -% \item[-] \texttt{anum} Arabic numbers -% \item[-] \texttt{tlig} \TeX\ ligatures -% \item[-] \texttt{trep} \TeX\ replacements +% \item[-] \texttt{anum}: Arabic numbers +% \item[-] \texttt{tlig}: \TeX\ ligatures +% \item[-] \texttt{trep}: \TeX\ replacements  % \end{itemize}  %  % \subsubsection{Examples} | 
