[Fontinst] bug in FD@lig-/LIG

Werner LEMBERG wl at gnu.org
Mon Jun 21 13:31:14 CEST 2004


[fontinst 1.926 from current TeXLive repository]

A typo prevents rules like

  \Ligature{/LIG}{uni0E49}{uni0E49.low_left}

to be handled correctly.  Patch below.

Please ensure that a corrected version is part of TeXLive.


    Werner


======================================================================


--- fontdoc.sty.old	Mon Feb  9 21:28:59 2004
+++ fontdoc.sty	Mon Jun 21 08:39:30 2004
@@ -1052,7 +1052,7 @@
 \x at cs\def{FD at lig-/LIG}#1#2{%
    \FD at typeset@string{\slot at name}${}*{}$\typeset at glyph{#1}%
    ${}\rightarrow{}$%
-   \FD at typeset@string{\slot at name}${}*{}$\typeset at glyph{#2}$%
+   \FD at typeset@string{\slot at name}${}*{}$\typeset at glyph{#2}%
 }
 \x at cs\def{FD at lig-LIG/}#1#2{%
    \FD at typeset@string{\slot at name}${}*{}$\typeset at glyph{#1}%



More information about the fontinst mailing list