[tex-live] Re: tl2005 (0923) testing

Scott Pakin scott at pakin.org
Sun Oct 9 08:22:44 CEST 2005


George,

Here's what I figured out about the remaining problems you discovered:

On Fri, 30 Sep 2005 09:14:25 -0300 (ADT), you wrote:
> 2) 
> ! Missing $ inserted.
> <inserted text>
>                  $
> l.4930 ...ftarrow{abc}       & \W\xRightarrow{abc}
>
> \W\xLeftarrow{abc}       & \W\xRightarrow{abc}        \\

This turned out to be a three-way conflict between amsmath.sty,
overrightarrow.sty, and empheq.sty (actually, mathtools.sty, which now
is used by empheq.sty).  The solution is to move the
"\let\Rightarrowfill@=\relax" line from the AMS setup to the
overrightarrow setup in symbol.tex.

> 3) after running makeindex:
>
> ! Undefined control sequence.
> <argument> \l_MT_bracketheight_fdim
>
> l.2427 ...verbracket+ ($\blackacc{\EEQoverbracket}
>                                                    $)\pfill 37

Now that empheq.sty loads mathtools.sty, there's a conflict between
mathtools.sty's definition of \downbracketfill and \upbracketfill and
those defined by symbols.tex to show how to make extensible brackets.
The solution is to rename symbol.tex's \downbracketfill and
\upbracketfill to something like \DAdownbracketfill and
\DAupbracketfill.

> 4) missing fonts:
>
> $ sort -u missfont.log
> mktexpk --mfmode / --bdpi 600 --mag 0+540/600 --dpi 540 proto10
> mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 proto10
> mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 yrcmex10
>
> Note that yhmath.map file has yhcmex10:
>
> [gwhite at cerberus source]$ echo $(kpsewhich yhmath.map)
> /usr/local/texlive/20050923/texmf-dist/fonts/map/dvips/yhmath/yhmath.map
> [gwhite at cerberus source]$ cat $(kpsewhich yhmath.map)
> yhcmex10 TeX-yhcmex10 <TeX-yhcmex10.pfb

These are out of my control; the TeX Live crew needs to ensure that
the fonts needed by protosem.sty and yhmath.sty are installed
correctly for pdflatex, dvips, xdvi, etc.  Even a trivial document
like the following is problematic in TeX Live:

    \documentclass{article}
    \usepackage{protosem}
    \usepackage{yhmath}

    \begin{document}

    \textproto{abgd}

    \[ \wideparen{ABCabc} \]

    \end{document}


The next release of symbols.tex should be compatible with TeX Live.
Thanks again for bringing these problems with symbols.tex to my
attention.

-- Scott



More information about the tex-live mailing list