diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-01 02:48:17 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-01 02:48:17 -0700 |
commit | cabc4adc0619e85a1fd020c2c820bec050f8da30 (patch) | |
tree | a381746c1dee2e249f0d4db21ab1f623c058c303 /luaotfload.dtx | |
parent | 6028177d2a5fd2e7c9a84d48af9023e2685b6c05 (diff) | |
parent | fcdbafd0c86fdba0830c7408409f767f0b75b110 (diff) | |
download | luaotfload-cabc4adc0619e85a1fd020c2c820bec050f8da30.tar.gz |
Merge pull request #29 from phi-gamma/master
fix issue #26
Diffstat (limited to 'luaotfload.dtx')
-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} % |