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

Bug#507652: texlive: does not print math symbols



Am Sonntag, den 08.02.2009, 16:04 +0100 schrieb Mojca Miklavec:
> 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.

Ok, I will wait some more days to give others people some time to
comment.

> >> The only thing that I could advise you is to take a look at the latest
> >> version of LM fonts, mostly lmodern.sty and file like this one:
> >> /usr/share/texmf/tex/latex/lm/omllmm.fd (actuall the whole
> >> /usr/share/texmf/tex/latex/lm/ folder) and compare both.
> >
> > Where do I get the latest version of lmodern from? [1] has files from
> > before 2007, so I should have them.
> 
> > [1] http://www.ctan.org/tex-archive/info/lmodern/
> > [2] http://www.ctan.org/tex-archive/fonts/ps-type1/lm/
> 
> No, it's http://www.ctan.org/tex-archive/fonts/lm/.

Thanks. I attached the diff if anyone should need. In version 1.106 some
commands/options are passed in the second parameter.


Thanks,

Paul
diff -u ./il2lmdh.fd /tmp/lm/tex/latex/lm/il2lmdh.fd
--- ./il2lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/il2lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{il2lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{IL2}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{IL2}{lmdh}{}
 \DeclareFontShape{IL2}{lmdh}{m}{n}{%
       <-> cs-lmdunh10
     }{}
diff -u ./il2lmssq.fd /tmp/lm/tex/latex/lm/il2lmssq.fd
--- ./il2lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/il2lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{il2lmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{IL2}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{IL2}{lmssq}{}
 \DeclareFontShape{IL2}{lmssq}{m}{n}
      {<-> cs-lmssq8}{}
 \DeclareFontShape{IL2}{lmssq}{m}{sl}
diff -u ./il2lmvtt.fd /tmp/lm/tex/latex/lm/il2lmvtt.fd
--- ./il2lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/il2lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{il2lmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{IL2}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{IL2}{lmvtt}{}
 \DeclareFontShape{IL2}{lmvtt}{m}{n}
      {<-> cs-lmvtt10}{}
 \DeclareFontShape{IL2}{lmvtt}{m}{sl}
diff -u ./l7xlmdh.fd /tmp/lm/tex/latex/lm/l7xlmdh.fd
--- ./l7xlmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/l7xlmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{l7xlmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{L7x}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{L7x}{lmdh}{}
 \DeclareFontShape{L7x}{lmdh}{m}{n}{%
       <-> l7x-lmdunh10
     }{}
diff -u ./l7xlmssq.fd /tmp/lm/tex/latex/lm/l7xlmssq.fd
--- ./l7xlmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/l7xlmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{l7xlmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{L7x}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{L7x}{lmssq}{}
 \DeclareFontShape{L7x}{lmssq}{m}{n}
      {<-> l7x-lmssq8}{}
 \DeclareFontShape{L7x}{lmssq}{m}{sl}
diff -u ./l7xlmvtt.fd /tmp/lm/tex/latex/lm/l7xlmvtt.fd
--- ./l7xlmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/l7xlmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{l7xlmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{L7x}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{L7x}{lmvtt}{}
 \DeclareFontShape{L7x}{lmvtt}{m}{n}
      {<-> l7x-lmvtt10}{}
 \DeclareFontShape{L7x}{lmvtt}{m}{sl}
diff -u ./lmodern.sty /tmp/lm/tex/latex/lm/lmodern.sty
--- ./lmodern.sty	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/lmodern.sty	2008-01-22 11:06:00.000000000 +0100
@@ -1,8 +1,8 @@
 % This file belongs to the Latin Modern package. The work is released under
-% the GUST Font License. See the MANIFEST.txt and README.eng files
-% for the details. For the most recent version of this license see
-% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or
-% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
+% the GUST Font License. See the MANIFEST-Latin-Modern.txt and
+% README-Latin-Modern.txt files for the details. For the most recent version of
+% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
+% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesPackage{lmodern}[2007/01/14 v1.3 Latin Modern Fonts]
 
diff -u ./ly1lmdh.fd /tmp/lm/tex/latex/lm/ly1lmdh.fd
--- ./ly1lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ly1lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ly1lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{LY1}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{LY1}{lmdh}{}
 \DeclareFontShape{LY1}{lmdh}{m}{n}{%
       <-> ec-lmdunh10
     }{}
diff -u ./ly1lmssq.fd /tmp/lm/tex/latex/lm/ly1lmssq.fd
--- ./ly1lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ly1lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ly1lmssq.fd}[[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{LY1}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{LY1}{lmssq}{}
 \DeclareFontShape{LY1}{lmssq}{m}{n}
      {<-> texnansi-lmssq8}{}
 \DeclareFontShape{LY1}{lmssq}{m}{sl}
diff -u ./ly1lmvtt.fd /tmp/lm/tex/latex/lm/ly1lmvtt.fd
--- ./ly1lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ly1lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ly1lmvtt.fd}[[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{LY1}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{LY1}{lmvtt}{}
 \DeclareFontShape{LY1}{lmvtt}{m}{n}
      {<-> texnansi-lmvtt10}{}
 \DeclareFontShape{LY1}{lmvtt}{m}{sl}
diff -u ./ot1lmdh.fd /tmp/lm/tex/latex/lm/ot1lmdh.fd
--- ./ot1lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot1lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot1lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT1}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{OT1}{lmdh}{}
 \DeclareFontShape{OT1}{lmdh}{m}{n}{%
       <-> rm-lmdunh10
     }{}
diff -u ./ot1lmssq.fd /tmp/lm/tex/latex/lm/ot1lmssq.fd
--- ./ot1lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot1lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot1lmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT1}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{OT1}{lmssq}{}
 \DeclareFontShape{OT1}{lmssq}{m}{n}
      {<-> rm-lmssq8}{}
 \DeclareFontShape{OT1}{lmssq}{m}{sl}
diff -u ./ot1lmvtt.fd /tmp/lm/tex/latex/lm/ot1lmvtt.fd
--- ./ot1lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot1lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot1lmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT1}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{OT1}{lmvtt}{}
 \DeclareFontShape{OT1}{lmvtt}{m}{n}
      {<-> rm-lmvtt10}{}
 \DeclareFontShape{OT1}{lmvtt}{m}{sl}
diff -u ./ot4lmdh.fd /tmp/lm/tex/latex/lm/ot4lmdh.fd
--- ./ot4lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot4lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot4lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT4}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{OT4}{lmdh}{}
 \DeclareFontShape{OT4}{lmdh}{m}{n}{%
       <-> rm-lmdunh10
     }{}
diff -u ./ot4lmssq.fd /tmp/lm/tex/latex/lm/ot4lmssq.fd
--- ./ot4lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot4lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot4lmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT4}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{OT4}{lmssq}{}
 \DeclareFontShape{OT4}{lmssq}{m}{n}
      {<-> rm-lmssq8}{}
 \DeclareFontShape{OT4}{lmssq}{m}{sl}
diff -u ./ot4lmvtt.fd /tmp/lm/tex/latex/lm/ot4lmvtt.fd
--- ./ot4lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ot4lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ot4lmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{OT4}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{OT4}{lmvtt}{}
 \DeclareFontShape{OT4}{lmvtt}{m}{n}
      {<-> rm-lmvtt10}{}
 \DeclareFontShape{OT4}{lmvtt}{m}{sl}
diff -u ./qxlmdh.fd /tmp/lm/tex/latex/lm/qxlmdh.fd
--- ./qxlmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/qxlmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{qxlmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{QX}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{QX}{lmdh}{}
 \DeclareFontShape{QX}{lmdh}{m}{n}{%
       <-> ec-lmdunh10
     }{}
diff -u ./qxlmssq.fd /tmp/lm/tex/latex/lm/qxlmssq.fd
--- ./qxlmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/qxlmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{qxlmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{QX}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{QX}{lmssq}{}
 \DeclareFontShape{QX}{lmssq}{m}{n}
      {<-> qx-lmssq8}{}
 \DeclareFontShape{QX}{lmssq}{m}{sl}
diff -u ./qxlmvtt.fd /tmp/lm/tex/latex/lm/qxlmvtt.fd
--- ./qxlmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/qxlmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{qxlmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{QX}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{QX}{lmvtt}{}
 \DeclareFontShape{QX}{lmvtt}{m}{n}
      {<-> qx-lmvtt10}{}
 \DeclareFontShape{QX}{lmvtt}{m}{sl}
diff -u ./t1lmdh.fd /tmp/lm/tex/latex/lm/t1lmdh.fd
--- ./t1lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t1lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t1lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T1}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{T1}{lmdh}{}
 \DeclareFontShape{T1}{lmdh}{m}{n}{%
       <-> ec-lmdunh10
     }{}
diff -u ./t1lmssq.fd /tmp/lm/tex/latex/lm/t1lmssq.fd
--- ./t1lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t1lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t1lmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T1}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{T1}{lmssq}{}
 \DeclareFontShape{T1}{lmssq}{m}{n}
      {<-> ec-lmssq8}{}
 \DeclareFontShape{T1}{lmssq}{m}{sl}
diff -u ./t1lmvtt.fd /tmp/lm/tex/latex/lm/t1lmvtt.fd
--- ./t1lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t1lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t1lmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T1}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{T1}{lmvtt}{}
 \DeclareFontShape{T1}{lmvtt}{m}{n}
      {<-> ec-lmvtt10}{}
 \DeclareFontShape{T1}{lmvtt}{m}{sl}
diff -u ./t5lmdh.fd /tmp/lm/tex/latex/lm/t5lmdh.fd
--- ./t5lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t5lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t5lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T5}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{T5}{lmdh}{}
 \DeclareFontShape{T5}{lmdh}{m}{n}{%
       <-> ec-lmdunh10
     }{}
diff -u ./t5lmssq.fd /tmp/lm/tex/latex/lm/t5lmssq.fd
--- ./t5lmssq.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t5lmssq.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t5lmssq.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T5}{lmssq}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{T5}{lmssq}{}
 \DeclareFontShape{T5}{lmssq}{m}{n}
      {<-> t5-lmssq8}{}
 \DeclareFontShape{T5}{lmssq}{m}{sl}
diff -u ./t5lmvtt.fd /tmp/lm/tex/latex/lm/t5lmvtt.fd
--- ./t5lmvtt.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/t5lmvtt.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{t5lmvtt.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{T5}{lmvtt}{\hyphenchar \font\m@ne}
+\DeclareFontFamily{T5}{lmvtt}{}
 \DeclareFontShape{T5}{lmvtt}{m}{n}
      {<-> t5-lmvtt10}{}
 \DeclareFontShape{T5}{lmvtt}{m}{sl}
diff -u ./ts1lmdh.fd /tmp/lm/tex/latex/lm/ts1lmdh.fd
--- ./ts1lmdh.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ts1lmdh.fd	2008-01-22 11:06:00.000000000 +0100
@@ -1,11 +1,11 @@
 % This file belongs to the Latin Modern package. The work is released under
-% the GUST Font License. See the MANIFEST.txt and README.eng files
-% for the details. For the most recent version of this license see
-% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or
-% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
+% the GUST Font License. See the MANIFEST-Latin-Modern.txt and
+% README-Latin-Modern.txt files for the details. For the most recent version of
+% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
+% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ts1lmdh.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{TS1}{lmdh}{\hyphenchar\font45 }
+\DeclareFontFamily{TS1}{lmdh}{\hyphenchar \font\m@ne}
 \DeclareFontShape{TS1}{lmdh}{m}{n}{%
       <-> ec-lmdunh10
     }{}
diff -u ./ts1lmr.fd /tmp/lm/tex/latex/lm/ts1lmr.fd
--- ./ts1lmr.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ts1lmr.fd	2008-01-22 11:06:00.000000000 +0100
@@ -1,11 +1,11 @@
 % This file belongs to the Latin Modern package. The work is released under
-% the GUST Font License. See the MANIFEST.txt and README.eng files
-% for the details. For the most recent version of this license see
-% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or
-% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
+% the GUST Font License. See the MANIFEST-Latin-Modern.txt and
+% README-Latin-Modern.txt files for the details. For the most recent version of
+% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
+% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ts1lmr.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{TS1}{lmr}{}
+\DeclareFontFamily{TS1}{lmr}{\hyphenchar \font\m@ne}
 \DeclareFontShape{TS1}{lmr}{m}{n}%
      {<-5.5>   ts1-lmr5      <5.5-6.5> ts1-lmr6
       <6.5-7.5> ts1-lmr7     <7.5-8.5> ts1-lmr8
diff -u ./ts1lmss.fd /tmp/lm/tex/latex/lm/ts1lmss.fd
--- ./ts1lmss.fd	2007-01-16 01:01:00.000000000 +0100
+++ /tmp/lm/tex/latex/lm/ts1lmss.fd	2008-01-22 11:06:00.000000000 +0100
@@ -5,7 +5,7 @@
 % http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
 
 \ProvidesFile{ts1lmss.fd}[2007/01/14 v1.3 Font defs for Latin Modern]
-\DeclareFontFamily{TS1}{lmss}{}
+\DeclareFontFamily{TS1}{lmss}{\hyphenchar \font\m@ne}
 \DeclareFontShape{TS1}{lmss}{m}{n}
      {<-8.5> ts1-lmss8
       <8.5-9.5> ts1-lmss9      <9.5-11>  ts1-lmss10

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


Reply to: