[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#507652: texlive: does not print math symbols



Am Mittwoch, den 01.04.2009, 11:24 +0300 schrieb Nikolaos S. Papaspyrou:
> On Sun, Feb 08, 2009 at 04:04:11PM +0100, Mojca Miklavec wrote:
> > On Sun, Feb 8, 2009 at 1:47 PM, Paul Menzel wrote:
> > >
> > > To recap this is the problem. All files are attached.
> > >
> > > 1. xelatex is used to produce the pdf.
> > > 2. pdflatex works.
> > > 3. The following warning is displayed every time.
> > >
> > > ** WARNING ** This .map file looks like a dvips format fontmap file.
> > > ** WARNING ** -- Current input buffer is: bchb8r CharterBT-Bold
> > > "TeXBase1Encoding ReEncodeFont" <8r.enc <bchb8a.pfb
> > > ** WARNING ** -- Reading fontmap file stopped at: file="pdftex.map",
> > > line=6.
> > 
> > XeTeX should *not* read pdftex.map. I have no idea why it does that.
> > Please try to ask on the XeTeX mailing list and explain why you are
> > asking (people will tend to reply "please update").
> > 
> > You need to fix that before trying to do anything else.
> 
> It seems that the problem is resolved by editing
> 
>    /etc/texmf/dvipdfm/dvipdfmx.cfg
> 
> commenting the line "f pdftex.map"
> and uncommenting "f dvipdfm.map"
> 
> I'm far from an expert in xetex, so I don't know if this is the
> appropriate solution or if it causes other problems.

Thanks for this suggestion. The warning messages are indeed gone. But
the umlauts are not shown unless encoded with \"u. Here are my results
with your proposed change.

\documentclass{scrartcl}
\usepackage{lmodern}
\begin{document}
Test $\sum$.

Test üöp\"u.
\end{document}

Package typearea, 2006/07/30 v2.95b KOMA-Script package (type area)
                  Copyright (C) Frank Neukam, 1992-1994
                  Copyright (C) Markus Kohm, 1994-2002

)) (/usr/share/texmf/tex/latex/lm/lmodern.sty) (./test.aux)
(/usr/share/texmf/tex/latex/lm/ot1lmr.fd)
(/usr/share/texmf/tex/latex/lm/omllmm.fd)
(/usr/share/texmf/tex/latex/lm/omslmsy.fd)
(/usr/share/texmf/tex/latex/lm/omxlmex.fd) [1] (./test.aux) )
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600
lm-mathex
mktexpk: don't know how to create bitmap font for lm-mathex.
kpathsea: Appending font creation commands to missfont.log.

Output file removed.
Output written on test.pdf (1 page).
Transcript written on test.log.

• No pdf-file available.


\documentclass{scrartcl}
\begin{document}
Test $\sum$.

Test üöp\"u.
\end{document}

• Umlauts (üö) not shown unless encoded with \"u.

LaTeX Font Info:    External font `cmex10' loaded for size
(Font)              <6> on input line 4.
Missing character: There is no ü in font cmr10!
Missing character: There is no ö in font cmr10!

[…]

\documentclass{scrartcl}
\usepackage{xunicode}
\begin{document}
Test $\sum$.

Test üöp\"u.
\end{document}

• Same as above.


Bests,

Paul

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Reply to: