diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-01 11:24:37 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-01 11:24:37 +0200 |
commit | 4e14b2da1e3675f3877ada80cd77fa6792127fb9 (patch) | |
tree | 9716c64c23d9994911629f63dd2f0033467d05bc | |
parent | 700de901361c164652762b0c31b730792ace18d0 (diff) | |
download | luaotfload-4e14b2da1e3675f3877ada80cd77fa6792127fb9.tar.gz |
[doc] make examples for XeTeX notation uppercase
-rw-r--r-- | luaotfload.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 8f7c8a1..dd43990 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -296,7 +296,7 @@ and the derived files % % <path lookup> ::= \{ {\sc all_characters} - `]' \} ; % -% <modifier> ::= `/', (`i' | `b' | `bi' | `ib') ; +% <modifier> ::= `/', (`I' | `B' | `BI' | `IB') ; % % <subfont no> ::= `(', \{ {\sc digit} \}, `)' ; % @@ -410,9 +410,9 @@ and the derived files % % \noindent % Currently, four style modifiers are supported: -% \verb|i| for italic shape, -% \verb|b| for bold weight, -% \verb|bi| or \verb|ib| for the combination of both. +% \verb|I| for italic shape, +% \verb|B| for bold weight, +% \verb|BI| or \verb|IB| for the combination of both. % Other “slashed” modifiers are too specific to the \XETEX engine and % have no meaning in \LUATEX. % @@ -510,9 +510,9 @@ and the derived files % % \begin{quote} % \begin{verbatim} -% \font\iwonaitalic =Iwona/i at 20pt -% \font\iwonabold =Iwona/b at 20pt -% \font\iwonabolditalic=Iwona/bi at 20pt +% \font\iwonaitalic =Iwona/I at 20pt +% \font\iwonabold =Iwona/B at 20pt +% \font\iwonabolditalic=Iwona/BI at 20pt % \end{verbatim} % \end{quote} % |