Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

font activation failure

350 views
Skip to first unread message

e-letter

unread,
Jun 30, 2011, 7:28:05 AM6/30/11
to
Readers,

The package 'fontenc' is activated with the preamble:

\usepackage[T1]{fontenc}

and apparently processed successfully:

(/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texmf/tex/latex/base/inputenc.sty
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17

(/usr/share/texmf/tex/latex/base/latin1.def
File: latin1.def 2006/05/05 v1.1b Input encoding file
)
(/usr/share/texmf/tex/latex/base/utf8.def
File: utf8.def 2006/03/30 v1.1i UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encodingT1

(/usr/share/texmf/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
...
defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encodingOT1

(/usr/share/texmf/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)
...
defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encodingOMS

(/usr/share/texmf/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)
...
defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
defining Unicode char U+00A9 (decimal 169)
...
defining Unicode char U+2423 (decimal 9251)
))

However, the following errors have been detected:


! Font T1/cmr/m/n/17.28=ecrm1728 at 17.28pt not loadable: Metric (TFM)
file not
found.

Similar errors occur corresponding to different font size commands.

Not sure if directly the cause, but the subsequent commands '\section*{}'
and '\textsc{}' and affected, not producing non-enumerated section titles
and small capitals respectively in the dvi file.

Any advice please?

GL

unread,
Jun 30, 2011, 8:06:33 AM6/30/11
to
Le 30/06/2011 13:28, e-letter a écrit :
> Readers,
>
> The package 'fontenc' is activated with the preamble:
>
> \usepackage[T1]{fontenc}
>
> and apparently processed successfully:

Your geometry.sty is 2002/07/08

chemstyle is 2008/03/08

kvoptions is 2006/08/22

multicol is 2006/05/18

article.cls is 2005/09/16

Please update before posting !

Guenter Milde

unread,
Jun 30, 2011, 8:41:23 AM6/30/11
to
On 2011-06-30, GL wrote:
> Le 30/06/2011 13:28, e-letter a écrit :
>> Readers,

>> The package 'fontenc' is activated with the preamble:

>> \usepackage[T1]{fontenc}

>> and apparently processed successfully:

> Your geometry.sty is 2002/07/08

> chemstyle is 2008/03/08

> kvoptions is 2006/08/22

> multicol is 2006/05/18

> article.cls is 2005/09/16

> Please update before posting !

I don't think this is necessary *before* posting (maybe afterwards to
cure the problem).

However, we need a minimal working example (complete latex source as
small as possible but still showing the problem).

It seems to be related to "strange" sizes and CM beeing only available as
bitmap fonts in T1 encoding, but how can I tell with just one line of
source?

Günter

Ulrike Fischer

unread,
Jun 30, 2011, 9:28:18 AM6/30/11
to
Am Thu, 30 Jun 2011 12:28:05 +0100 schrieb e-letter:

> Readers,
>
> The package 'fontenc' is activated with the preamble:
>
> \usepackage[T1]{fontenc}
>
> and apparently processed successfully:
>
> (/usr/share/texmf/tex/latex/base/fontenc.sty
> Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

> ! Font T1/cmr/m/n/17.28=ecrm1728 at 17.28pt not loadable: Metric (TFM)
> file not found.

You can find the missing tfm-files on CTAN, but in a modern system
it should not be necessary to install them manually. Normally these
tfm-files are either installed or are generated on-the-fly from the
mf-source if necessary. It is not possible to say why it doesn't
work for you (perhaps you are missing the sources, or your system is
to old or something else).

--
Ulrike Fischer

e-letter

unread,
Jun 30, 2011, 10:24:54 AM6/30/11
to
On Thu, 30 Jun 2011 13:41:23 +0100, Guenter Milde <mi...@users.berlios.de>
wrote:

> On 2011-06-30, GL wrote:
>> Le 30/06/2011 13:28, e-letter a écrit :
>>> Readers,
>
>>> The package 'fontenc' is activated with the preamble:
>
>>> \usepackage[T1]{fontenc}
>
>>> and apparently processed successfully:
>
>> Your geometry.sty is 2002/07/08
>
>> chemstyle is 2008/03/08
>
>> kvoptions is 2006/08/22
>
>> multicol is 2006/05/18
>
>> article.cls is 2005/09/16
>
>> Please update before posting !
>
> I don't think this is necessary *before* posting (maybe afterwards to
> cure the problem).
>

Agree, below is the tex file.


\documentclass[10pt,fleqn,oneside]{article}
\usepackage[a4paper,left=25mm,right=25mm]{geometry}
\usepackage{multicol}
\setlength{\columnsep}{4mm}
\usepackage[T1]{fontenc}
\usepackage[latin1,utf8]{inputenc}
\usepackage{amsmath}
\usepackage{paralist}
\usepackage{graphicx}
\usepackage{cite}
\usepackage{chemstyle}
\usepackage{textcomp}
\pagestyle{empty}
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur
adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua.
\end{document}

> However, we need a minimal working example (complete latex source as
> small as possible but still showing the problem).
>
> It seems to be related to "strange" sizes and CM beeing only available as
> bitmap fonts in T1 encoding, but how can I tell with just one line of
> source?
>

Reached message post limit; to send log file in second message.

e-letter

unread,
Jun 30, 2011, 10:25:45 AM6/30/11
to
On Thu, 30 Jun 2011 13:41:23 +0100, Guenter Milde <mi...@users.berlios.de>
wrote:
...

>
> It seems to be related to "strange" sizes and CM beeing only available as
> bitmap fonts in T1 encoding, but how can I tell with just one line of
> source?
>


This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.5) (format=latex
2007.11.20) 30 JUN 2011 15:18
entering extended mode
**test.tex
(./test.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for american, french, german,
ngerman, b
ahasa, basque, bulgarian, catalan, croatian, czech, danish, dutch,
esperanto, e
stonian, finnish, greek, icelandic, irish, italian, latin, magyar, norsk,
polis
h, portuges, romanian, russian, serbian, slovak, slovene, spanish,
swedish, tur
kish, ukrainian, nohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/fleqn.clo
File: fleqn.clo 1998/08/17 v1.1c Standard LaTeX option (flush left
equations)
\mathindent=\dimen102
)
(/usr/share/texmf/tex/latex/base/size10.clo
File: size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen103
)
(/usr/share/texmf/tex/latex/geometry/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry

(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen104
\Gm@wd@mp=\dimen105
\Gm@odd@mp=\dimen106
\Gm@even@mp=\dimen107
\Gm@dimlist=\toks15

(/usr/share/texmf/tex/latex/geometry/geometry.cfg))
(/usr/share/texmf/tex/latex/tools/multicol.sty
Package: multicol 2006/05/18 v1.6g multicolumn formatting (FMi)
\c@tracingmulticols=\count90
\mult@box=\box26
\multicol@leftmargin=\dimen108
\c@unbalance=\count91
\c@collectmore=\count92
\doublecol@number=\count93
\multicoltolerance=\count94
\multicolpretolerance=\count95
\full@width=\dimen109
\page@free=\dimen110
\premulticols=\dimen111
\postmulticols=\dimen112
\multicolsep=\skip43
\multicolbaselineskip=\skip44
\partial@page=\box27
\last@line=\box28
\mult@rightbox=\box29
\mult@grightbox=\box30
\mult@gfirstbox=\box31
\mult@firstbox=\box32
\@tempa=\box33
\@tempa=\box34
\@tempa=\box35
\@tempa=\box36
\@tempa=\box37
\@tempa=\box38
\@tempa=\box39
\@tempa=\box40
\@tempa=\box41
\@tempa=\box42
\@tempa=\box43
\@tempa=\box44
\@tempa=\box45
\@tempa=\box46
\@tempa=\box47
\@tempa=\box48
\@tempa=\box49
\c@columnbadness=\count96
\c@finalcolumnbadness=\count97
\last@try=\dimen113
\multicolovershoot=\dimen114
\multicolundershoot=\dimen115
\mult@nat@firstbox=\box50
\colbreak@box=\box51
)


(/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
(/usr/share/texmf/tex/latex/base/inputenc.sty
Package: inputenc 2006/05/05 v1.1b Input encoding file
\inpenc@prehook=\toks16
\inpenc@posthook=\toks17

(/usr/share/texmf/tex/latex/base/latin1.def
File: latin1.def 2006/05/05 v1.1b Input encoding file
)
(/usr/share/texmf/tex/latex/base/utf8.def
File: utf8.def 2006/03/30 v1.1i UTF-8 support for inputenc
Now handling font encoding OML ...
... no UTF-8 mapping file for font encoding OML
Now handling font encoding T1 ...
... processing UTF-8 mapping file for font encodingT1

(/usr/share/texmf/tex/latex/base/t1enc.dfu
File: t1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)

defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00AB (decimal 171)
defining Unicode char U+00BB (decimal 187)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C0 (decimal 192)
defining Unicode char U+00C1 (decimal 193)
defining Unicode char U+00C2 (decimal 194)
defining Unicode char U+00C3 (decimal 195)
defining Unicode char U+00C4 (decimal 196)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00C7 (decimal 199)
defining Unicode char U+00C8 (decimal 200)
defining Unicode char U+00C9 (decimal 201)
defining Unicode char U+00CA (decimal 202)
defining Unicode char U+00CB (decimal 203)
defining Unicode char U+00CC (decimal 204)
defining Unicode char U+00CD (decimal 205)
defining Unicode char U+00CE (decimal 206)
defining Unicode char U+00CF (decimal 207)
defining Unicode char U+00D0 (decimal 208)
defining Unicode char U+00D1 (decimal 209)
defining Unicode char U+00D2 (decimal 210)
defining Unicode char U+00D3 (decimal 211)
defining Unicode char U+00D4 (decimal 212)
defining Unicode char U+00D5 (decimal 213)
defining Unicode char U+00D6 (decimal 214)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00D9 (decimal 217)
defining Unicode char U+00DA (decimal 218)
defining Unicode char U+00DB (decimal 219)
defining Unicode char U+00DC (decimal 220)
defining Unicode char U+00DD (decimal 221)
defining Unicode char U+00DE (decimal 222)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E0 (decimal 224)
defining Unicode char U+00E1 (decimal 225)
defining Unicode char U+00E2 (decimal 226)
defining Unicode char U+00E3 (decimal 227)
defining Unicode char U+00E4 (decimal 228)
defining Unicode char U+00E5 (decimal 229)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00E7 (decimal 231)
defining Unicode char U+00E8 (decimal 232)
defining Unicode char U+00E9 (decimal 233)
defining Unicode char U+00EA (decimal 234)
defining Unicode char U+00EB (decimal 235)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F0 (decimal 240)
defining Unicode char U+00F1 (decimal 241)
defining Unicode char U+00F2 (decimal 242)
defining Unicode char U+00F3 (decimal 243)
defining Unicode char U+00F4 (decimal 244)
defining Unicode char U+00F5 (decimal 245)
defining Unicode char U+00F6 (decimal 246)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+00F9 (decimal 249)
defining Unicode char U+00FA (decimal 250)
defining Unicode char U+00FB (decimal 251)
defining Unicode char U+00FC (decimal 252)
defining Unicode char U+00FD (decimal 253)
defining Unicode char U+00FE (decimal 254)
defining Unicode char U+00FF (decimal 255)
defining Unicode char U+0102 (decimal 258)
defining Unicode char U+0103 (decimal 259)
defining Unicode char U+0104 (decimal 260)
defining Unicode char U+0105 (decimal 261)
defining Unicode char U+0106 (decimal 262)
defining Unicode char U+0107 (decimal 263)
defining Unicode char U+010C (decimal 268)
defining Unicode char U+010D (decimal 269)
defining Unicode char U+010E (decimal 270)
defining Unicode char U+010F (decimal 271)
defining Unicode char U+0110 (decimal 272)
defining Unicode char U+0111 (decimal 273)
defining Unicode char U+0118 (decimal 280)
defining Unicode char U+0119 (decimal 281)
defining Unicode char U+011A (decimal 282)
defining Unicode char U+011B (decimal 283)
defining Unicode char U+011E (decimal 286)
defining Unicode char U+011F (decimal 287)
defining Unicode char U+0130 (decimal 304)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0132 (decimal 306)
defining Unicode char U+0133 (decimal 307)
defining Unicode char U+0139 (decimal 313)
defining Unicode char U+013A (decimal 314)
defining Unicode char U+013D (decimal 317)
defining Unicode char U+013E (decimal 318)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0143 (decimal 323)
defining Unicode char U+0144 (decimal 324)
defining Unicode char U+0147 (decimal 327)
defining Unicode char U+0148 (decimal 328)
defining Unicode char U+014A (decimal 330)
defining Unicode char U+014B (decimal 331)
defining Unicode char U+0150 (decimal 336)
defining Unicode char U+0151 (decimal 337)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+0154 (decimal 340)
defining Unicode char U+0155 (decimal 341)
defining Unicode char U+0158 (decimal 344)
defining Unicode char U+0159 (decimal 345)
defining Unicode char U+015A (decimal 346)
defining Unicode char U+015B (decimal 347)
defining Unicode char U+015E (decimal 350)
defining Unicode char U+015F (decimal 351)
defining Unicode char U+0160 (decimal 352)
defining Unicode char U+0161 (decimal 353)
defining Unicode char U+0162 (decimal 354)
defining Unicode char U+0163 (decimal 355)
defining Unicode char U+0164 (decimal 356)
defining Unicode char U+0165 (decimal 357)
defining Unicode char U+016E (decimal 366)
defining Unicode char U+016F (decimal 367)
defining Unicode char U+0170 (decimal 368)
defining Unicode char U+0171 (decimal 369)
defining Unicode char U+0178 (decimal 376)
defining Unicode char U+0179 (decimal 377)
defining Unicode char U+017A (decimal 378)
defining Unicode char U+017B (decimal 379)
defining Unicode char U+017C (decimal 380)
defining Unicode char U+017D (decimal 381)
defining Unicode char U+017E (decimal 382)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201A (decimal 8218)
defining Unicode char U+201C (decimal 8220)


defining Unicode char U+201D (decimal 8221)

defining Unicode char U+201E (decimal 8222)
defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+2039 (decimal 8249)
defining Unicode char U+203A (decimal 8250)


defining Unicode char U+2423 (decimal 9251)
)
Now handling font encoding OT1 ...
... processing UTF-8 mapping file for font encodingOT1

(/usr/share/texmf/tex/latex/base/ot1enc.dfu
File: ot1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A1 (decimal 161)

defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00B8 (decimal 184)
defining Unicode char U+00BF (decimal 191)
defining Unicode char U+00C5 (decimal 197)
defining Unicode char U+00C6 (decimal 198)
defining Unicode char U+00D8 (decimal 216)
defining Unicode char U+00DF (decimal 223)
defining Unicode char U+00E6 (decimal 230)
defining Unicode char U+00EC (decimal 236)
defining Unicode char U+00ED (decimal 237)
defining Unicode char U+00EE (decimal 238)
defining Unicode char U+00EF (decimal 239)
defining Unicode char U+00F8 (decimal 248)
defining Unicode char U+0131 (decimal 305)
defining Unicode char U+0141 (decimal 321)
defining Unicode char U+0142 (decimal 322)
defining Unicode char U+0152 (decimal 338)
defining Unicode char U+0153 (decimal 339)
defining Unicode char U+2013 (decimal 8211)
defining Unicode char U+2014 (decimal 8212)
defining Unicode char U+2018 (decimal 8216)
defining Unicode char U+2019 (decimal 8217)
defining Unicode char U+201C (decimal 8220)


defining Unicode char U+201D (decimal 8221)
)
Now handling font encoding OMS ...
... processing UTF-8 mapping file for font encodingOMS

(/usr/share/texmf/tex/latex/base/omsenc.dfu
File: omsenc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A7 (decimal 167)

defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)


defining Unicode char U+2022 (decimal 8226)
)
Now handling font encoding OMX ...
... no UTF-8 mapping file for font encoding OMX
Now handling font encoding U ...
... no UTF-8 mapping file for font encoding U
defining Unicode char U+00A9 (decimal 169)

defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+02C6 (decimal 710)
defining Unicode char U+02DC (decimal 732)
defining Unicode char U+200C (decimal 8204)
defining Unicode char U+2026 (decimal 8230)
defining Unicode char U+2122 (decimal 8482)


defining Unicode char U+2423 (decimal 9251)
))

(/usr/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip45

For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks18
\ex@=\dimen116
))
(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen117
)
(/usr/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count98
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count99
\leftroot@=\count100
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count101
\DOTSCASE@=\count102
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box52
\strutbox@=\box53
\big@size=\dimen118
LaTeX Font Info: Redeclaring font encoding OML on input line 567.
LaTeX Font Info: Redeclaring font encoding OMS on input line 568.
\macc@depth=\count103
\c@MaxMatrixCols=\count104
\dotsspace@=\muskip10
\c@parentequation=\count105
\dspbrk@lvl=\count106
\tag@help=\toks19
\row@=\count107
\column@=\count108
\maxfields@=\count109
\andhelp@=\toks20
\eqnshift@=\dimen119
\alignsep@=\dimen120
\tagshift@=\dimen121
\tagwidth@=\dimen122
\totwidth@=\dimen123
\lineht@=\dimen124
\@envbody=\toks21
\multlinegap=\skip46
\multlinetaggap=\skip47
\mathdisplay@stack=\toks22
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
(/usr/share/texmf/tex/latex/paralist/paralist.sty
Package: paralist 2002/03/18 v2.3b Extended list environments (BS)
\pltopsep=\skip48
\plpartopsep=\skip49
\plitemsep=\skip50
\plparsep=\skip51
\pl@lab=\toks23
)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/share/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/share/texmf/tex/latex/graphics/graphics.cfg
File: graphics.cfg 2005/08/28 v1.4 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: dvips.def on input line 90.

(/usr/share/texmf/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
\Gin@req@height=\dimen125
\Gin@req@width=\dimen126
)
(/usr/share/texmf/tex/latex/cite/cite.sty
LaTeX Info: Redefining \cite on input line 149.
LaTeX Info: Redefining \nocite on input line 214.
Package: cite 2003/11/04 v 4.01
)
(/usr/local/share/texmf/tex/latex/chemstyle/chemstyle.sty
Package: chemstyle 2008/03/08 v1.2 Writing chemistry with style

(/usr/share/texmf/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2005/11/25 v2.5e package option processing (HA)

(/usr/share/texmf/tex/generic/xkeyval/xkeyval.tex
\XKV@toks=\toks24
\XKV@depth=\count110
File: xkeyval.tex 2005/11/25 v2.5e key=value parser (HA)
))
(/usr/share/texmf/tex/latex/tools/varioref.sty
Package: varioref 2006/05/13 v1.4p package for extended references (FMi)
\c@vrcnt=\count111
)
(/usr/share/texmf/tex/latex/caption/caption.sty
Package: caption 2006/03/21 v3.0j Customising captions (AR)

(/usr/share/texmf/tex/latex/caption/caption3.sty
Package: caption3 2006/03/16 v3.0j caption3 kernel (AR)
\captionmargin=\dimen127
\captionmarginx=\dimen128
\captionwidth=\dimen129
\captionindent=\dimen130
\captionparindent=\dimen131
\captionhangindent=\dimen132
))
(/usr/share/texmf/tex/latex/tools/xspace.sty
Package: xspace 2006/05/08 v1.12 Space after command names (DPC,MH)
)
(/usr/local/share/texmf/tex/latex/chemstyle/chemscheme.sty
Package: chemscheme 2009/11/18 v2.0c Schemes for chemistry

(/usr/share/texmf/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2006/08/22 v2.4 Connects package keyval with LaTeX
options (
HO)
)
(/usr/share/texmf/tex/latex/psfrag/psfrag.sty
Package: psfrag 1998/04/11 v3.04 PSfrag (MCG)
\pfg@pcount=\count112
\pfg@scount=\count113
\pfg@temp=\write3
)

! LaTeX Error: Command \ifcst@chemcompounds already defined.
Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.23 \DeclareBoolOption[true]{chemcompounds}

?

! LaTeX Error: Command \cst@opt@chemcompounds already defined.
Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.40 ...mand*\cst@opt@chemcompounds{chemcompounds}

?

! Package xkeyval Error: `chemcompounds' undefined in families `cst'.

See the xkeyval package documentation for explanation.
Type H <return> for immediate help.
...

l.180 \ProcessKeyvalOptions{cst}

?
\cst@ref@count=\count114
)
\symCSTAMS=\mathgroup4

! Undefined control sequence.
l.166 \floatstyle
{plaintop}
?

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.166 \floatstyle{p
laintop}
?
! Undefined control sequence.
l.167 \restylefloat
{table}
?
! Undefined control sequence.
l.168 \floatstyle
{plain}
?
! Undefined control sequence.
l.169 \restylefloat
{scheme}
?
! Undefined control sequence.
l.170 \restylefloat
{figure}
?
! Undefined control sequence.
l.171 \floatplacement
{table}{htbp}
?
! Undefined control sequence.
l.172 \floatplacement
{scheme}{htbp}
?
! Undefined control sequence.
l.173 \floatplacement
{figure}{htbp}
?

Package chemstyle Warning: Requested style `none' does not exist
(chemstyle) Loading default style on input line 244.


! Package chemstyle Error: Failed to load none.jdf.

See the chemstyle package documentation for explanation.
Type H <return> for immediate help.
...

l.244 ...mething is wrong with the installation}}}

?
) (/usr/share/texmf/tex/latex/base/textcomp.sty
Package: textcomp 2005/09/27 v1.99g Standard LaTeX package

Overfull \hbox (46.74133pt too wide) in paragraph at lines 166--43
[]\T1/cmr/m/n/10 plaintop ta-ble plain scheme fig-ure table-htbp
scheme-htbp fi
g-ure-htbp
[]

Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adobe without \textcurrency
(textcomp) 4 = 5 + \texteuro
(textcomp) 3 = 4 + \textohm
(textcomp) 2 = 3 + \textestimated + \textcurrency
(textcomp) 1 = TS1 - \textcircled - \t
(textcomp) 0 = TS1 (full)
(textcomp) Font families with sub-encoding setting implement
(textcomp) only a restricted character set as indicated.
(textcomp) Family '?' is the default used for unknown fonts.
(textcomp) See the documentation for details.
Package textcomp Info: Setting ? sub-encoding to TS1/1 on input line 71.
(/usr/share/texmf/tex/latex/base/ts1enc.def
File: ts1enc.def 2001/06/05 v3.0e (jk/car/fm) Standard LaTeX file
Now handling font encoding TS1 ...
... processing UTF-8 mapping file for font encoding TS1

(/usr/share/texmf/tex/latex/base/ts1enc.dfu
File: ts1enc.dfu 2006/03/30 v1.1i UTF-8 support for inputenc
defining Unicode char U+00A2 (decimal 162)
defining Unicode char U+00A3 (decimal 163)
defining Unicode char U+00A4 (decimal 164)
defining Unicode char U+00A5 (decimal 165)
defining Unicode char U+00A6 (decimal 166)


defining Unicode char U+00A7 (decimal 167)

defining Unicode char U+00A8 (decimal 168)


defining Unicode char U+00A9 (decimal 169)

defining Unicode char U+00AA (decimal 170)
defining Unicode char U+00AC (decimal 172)
defining Unicode char U+00AE (decimal 174)
defining Unicode char U+00AF (decimal 175)
defining Unicode char U+00B0 (decimal 176)
defining Unicode char U+00B1 (decimal 177)
defining Unicode char U+00B2 (decimal 178)
defining Unicode char U+00B3 (decimal 179)
defining Unicode char U+00B4 (decimal 180)
defining Unicode char U+00B5 (decimal 181)
defining Unicode char U+00B6 (decimal 182)
defining Unicode char U+00B7 (decimal 183)
defining Unicode char U+00B9 (decimal 185)
defining Unicode char U+00BA (decimal 186)
defining Unicode char U+00BC (decimal 188)
defining Unicode char U+00BD (decimal 189)
defining Unicode char U+00BE (decimal 190)
defining Unicode char U+00D7 (decimal 215)
defining Unicode char U+00F7 (decimal 247)
defining Unicode char U+0192 (decimal 402)
defining Unicode char U+02C7 (decimal 711)
defining Unicode char U+02D8 (decimal 728)
defining Unicode char U+02DD (decimal 733)
defining Unicode char U+0E3F (decimal 3647)
defining Unicode char U+2016 (decimal 8214)
defining Unicode char U+2020 (decimal 8224)
defining Unicode char U+2021 (decimal 8225)


defining Unicode char U+2022 (decimal 8226)

defining Unicode char U+2030 (decimal 8240)
defining Unicode char U+2031 (decimal 8241)
defining Unicode char U+203B (decimal 8251)
defining Unicode char U+203D (decimal 8253)
defining Unicode char U+2044 (decimal 8260)
defining Unicode char U+204E (decimal 8270)
defining Unicode char U+2052 (decimal 8274)
defining Unicode char U+20A1 (decimal 8353)
defining Unicode char U+20A4 (decimal 8356)
defining Unicode char U+20A6 (decimal 8358)
defining Unicode char U+20A9 (decimal 8361)
defining Unicode char U+20AB (decimal 8363)
defining Unicode char U+20AC (decimal 8364)
defining Unicode char U+20B1 (decimal 8369)
defining Unicode char U+2103 (decimal 8451)
defining Unicode char U+2116 (decimal 8470)
defining Unicode char U+2117 (decimal 8471)
defining Unicode char U+211E (decimal 8478)
defining Unicode char U+2120 (decimal 8480)
defining Unicode char U+2122 (decimal 8482)
defining Unicode char U+2126 (decimal 8486)
defining Unicode char U+2127 (decimal 8487)
defining Unicode char U+212E (decimal 8494)
defining Unicode char U+2190 (decimal 8592)
defining Unicode char U+2191 (decimal 8593)
defining Unicode char U+2192 (decimal 8594)
defining Unicode char U+2193 (decimal 8595)
defining Unicode char U+2329 (decimal 9001)
defining Unicode char U+232A (decimal 9002)
defining Unicode char U+2422 (decimal 9250)
defining Unicode char U+25E6 (decimal 9702)
defining Unicode char U+25EF (decimal 9711)
defining Unicode char U+266A (decimal 9834)
))
LaTeX Info: Redefining \oldstylenums on input line 266.
Package textcomp Info: Setting cmr sub-encoding to TS1/0 on input line 281.
Package textcomp Info: Setting cmss sub-encoding to TS1/0 on input line
282.
Package textcomp Info: Setting cmtt sub-encoding to TS1/0 on input line
283.
Package textcomp Info: Setting cmvtt sub-encoding to TS1/0 on input line
284.
Package textcomp Info: Setting cmbr sub-encoding to TS1/0 on input line
285.
Package textcomp Info: Setting cmtl sub-encoding to TS1/0 on input line
286.
Package textcomp Info: Setting ccr sub-encoding to TS1/0 on input line 287.
Package textcomp Info: Setting ptm sub-encoding to TS1/4 on input line 288.
Package textcomp Info: Setting pcr sub-encoding to TS1/4 on input line 289.
Package textcomp Info: Setting phv sub-encoding to TS1/4 on input line 290.
Package textcomp Info: Setting ppl sub-encoding to TS1/3 on input line 291.
Package textcomp Info: Setting pag sub-encoding to TS1/4 on input line 292.
Package textcomp Info: Setting pbk sub-encoding to TS1/4 on input line 293.
Package textcomp Info: Setting pnc sub-encoding to TS1/4 on input line 294.
Package textcomp Info: Setting pzc sub-encoding to TS1/4 on input line 295.
Package textcomp Info: Setting bch sub-encoding to TS1/4 on input line 296.
Package textcomp Info: Setting put sub-encoding to TS1/5 on input line 297.
Package textcomp Info: Setting uag sub-encoding to TS1/5 on input line 298.
Package textcomp Info: Setting ugq sub-encoding to TS1/5 on input line 299.
Package textcomp Info: Setting ul8 sub-encoding to TS1/4 on input line 300.
Package textcomp Info: Setting ul9 sub-encoding to TS1/4 on input line 301.
Package textcomp Info: Setting augie sub-encoding to TS1/5 on input line
302.
Package textcomp Info: Setting dayrom sub-encoding to TS1/3 on input line
303.
Package textcomp Info: Setting dayroms sub-encoding to TS1/3 on input line
304.

Package textcomp Info: Setting pxr sub-encoding to TS1/0 on input line 305.
Package textcomp Info: Setting pxss sub-encoding to TS1/0 on input line
306.
Package textcomp Info: Setting pxtt sub-encoding to TS1/0 on input line
307.
Package textcomp Info: Setting txr sub-encoding to TS1/0 on input line 308.
Package textcomp Info: Setting txss sub-encoding to TS1/0 on input line
309.
Package textcomp Info: Setting txtt sub-encoding to TS1/0 on input line
310.
Package textcomp Info: Setting futs sub-encoding to TS1/4 on input line
311.
Package textcomp Info: Setting futx sub-encoding to TS1/4 on input line
312.
Package textcomp Info: Setting futj sub-encoding to TS1/4 on input line
313.
Package textcomp Info: Setting hlh sub-encoding to TS1/3 on input line 314.
Package textcomp Info: Setting hls sub-encoding to TS1/3 on input line 315.
Package textcomp Info: Setting hlst sub-encoding to TS1/3 on input line
316.
Package textcomp Info: Setting hlct sub-encoding to TS1/5 on input line
317.
Package textcomp Info: Setting hlx sub-encoding to TS1/5 on input line 318.
Package textcomp Info: Setting hlce sub-encoding to TS1/5 on input line
319.
Package textcomp Info: Setting hlcn sub-encoding to TS1/5 on input line
320.
Package textcomp Info: Setting hlcw sub-encoding to TS1/5 on input line
321.
Package textcomp Info: Setting hlcf sub-encoding to TS1/5 on input line
322.
Package textcomp Info: Setting pplx sub-encoding to TS1/3 on input line
323.
Package textcomp Info: Setting pplj sub-encoding to TS1/3 on input line
324.
Package textcomp Info: Setting ptmx sub-encoding to TS1/4 on input line
325.
Package textcomp Info: Setting ptmj sub-encoding to TS1/4 on input line
326.
) (./test.aux)
\openout1 = `test.aux'.

LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 15.
LaTeX Font Info: ... okay on input line 15.
LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 15.
LaTeX Font Info: Try loading font information for TS1+cmr on input line
15.

(/usr/share/texmf/tex/latex/base/ts1cmr.fd
File: ts1cmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
)
LaTeX Font Info: ... okay on input line 15.
-------------------- Geometry parameters
paper: a4paper
landscape: --
twocolumn: --
twoside: --
asymmetric: --
h-parts: 71.13188pt, 455.24411pt, 71.13188pt
v-parts: 101.40665pt, 0.7\paperheight , 152.11pt (default)
hmarginratio: --
vmarginratio: 2:3
lines: --
heightrounded: --
bindingoffset: 0.0pt
truedimen: --
includehead: --
includefoot: --
includemp: --
driver:
-------------------- Page layout dimensions and switches
\paperwidth 597.50787pt
\paperheight 845.04684pt
\textwidth 455.24411pt
\textheight 591.5302pt
\oddsidemargin -1.1381pt
\evensidemargin -1.1381pt
\topmargin -7.86334pt
\headheight 12.0pt
\headsep 25.0pt
\footskip 30.0pt
\marginparwidth 65.0pt
\marginparsep 11.0pt
\columnsep 11.38109pt
\skip\footins 9.0pt plus 4.0pt minus 2.0pt
\hoffset 0.0pt
\voffset 0.0pt
\mag 1000

(1in=72.27pt, 1cm=28.45pt)
-----------------------

(/usr/share/texmf/tex/latex/ms/ragged2e.sty
Package: ragged2e 2003/03/25 v2.04 ragged2e Package (MS)

(/usr/share/texmf/tex/latex/ms/everysel.sty
Package: everysel 1999/06/08 v1.03 EverySelectfont Package (MS)
LaTeX Info: Redefining \selectfont on input line 125.
)
\CenteringLeftskip=\skip52
\RaggedLeftLeftskip=\skip53
\RaggedRightLeftskip=\skip54
\CenteringRightskip=\skip55
\RaggedLeftRightskip=\skip56
\RaggedRightRightskip=\skip57
\CenteringParfillskip=\skip58
\RaggedLeftParfillskip=\skip59
\RaggedRightParfillskip=\skip60
\JustifyingParfillskip=\skip61
\CenteringParindent=\skip62
\RaggedLeftParindent=\skip63
\RaggedRightParindent=\skip64
\JustifyingParindent=\skip65
)
(/usr/share/texmf/tex/latex/SIunits/SIunits.sty
Package: SIunits 2002/08/01 v1.33 Support for the International System of
units
(MH)


\@qskwidth=\skip66
LaTeX Font Info: Redeclaring font encoding TS1 on input line 46.
\symgreek=\mathgroup5
(/usr/share/texmf/tex/latex/SIunits/SIunits.cfg)) [1

] (./test.aux) )
(\end occurred when \iftrue on line 185 was incomplete)
...

e-letter

unread,
Jun 30, 2011, 11:06:00 AM6/30/11
to
On Thu, 30 Jun 2011 14:28:18 +0100, Ulrike Fischer <ne...@nililand.de>
wrote:

Thanks, what is the "mf-source" please?

Ulrike Fischer

unread,
Jun 30, 2011, 11:25:51 AM6/30/11
to
Am Thu, 30 Jun 2011 16:06:00 +0100 schrieb e-letter:


>>> ! Font T1/cmr/m/n/17.28=ecrm1728 at 17.28pt not loadable: Metric (TFM)
>>> file not found.

>> You can find the missing tfm-files on CTAN, but in a modern system
>> it should not be necessary to install them manually. Normally these
>> tfm-files are either installed or are generated on-the-fly from the
>> mf-source if necessary. It is not possible to say why it doesn't
>> work for you (perhaps you are missing the sources, or your system is
>> to old or something else).

> Thanks, what is the "mf-source" please?

The metafont files. Everything should be on CTAN in ec.zip.

--
Ulrike Fischer

e-letter

unread,
Jun 30, 2011, 12:16:33 PM6/30/11
to
On Thu, 30 Jun 2011 16:25:51 +0100, Ulrike Fischer <ne...@nililand.de>
wrote:

> Am Thu, 30 Jun 2011 16:06:00 +0100 schrieb e-letter:

The zip was expanded and the directories updated using texhash. After,
errors were still found, e.g.:

kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600
ecxc1440
mktexpk: don't know how to create bitmap font for ecxc1440.
kpathsea: Appending font creation commands to missfont.log.
xdvi: Error: Can't find font ecxc1440; using cmr10 instead. Expect ugly
output.

Ulrike Fischer

unread,
Jun 30, 2011, 12:39:42 PM6/30/11
to
Am Thu, 30 Jun 2011 17:16:33 +0100 schrieb e-letter:

>>
>> The metafont files. Everything should be on CTAN in ec.zip.
>>
>
> The zip was expanded and the directories updated using texhash. After,
> errors were still found, e.g.:
>
> kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600
> ecxc1440

You can't simply expand the zip. The tfm's should go to the
fonts/tfm in a local tree, the mf to fonts/source. Check also the
readme etc.

You can also install the cm-super fonts, then you no longer need
pk's.

But I strongly suggest that you install a newer texlive. Debugging
an old installation is difficult as there exist few people who can
reproduce your problems.


--
Ulrike Fischer

Guenter Milde

unread,
Jun 30, 2011, 6:41:14 PM6/30/11
to
On 2011-06-30, e-letter wrote:
> On Thu, 30 Jun 2011 13:41:23 +0100, Guenter Milde <mi...@users.berlios.de>
> wrote:

>> However, we need a minimal working example (complete latex source as
>> small as possible but still showing the problem).

> Agree, below is the tex file.

Runs fine here (TeXLive2009 on Debian).

What happens, if you turn this into a *minimal example*?


\documentclass{article}
\usepackage[T1]{fontenc}


\begin{document}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

\end{document}

If this works, try re-inserting the packages and options until the error
re-appears.

If it fails, try with \usepackage{lmodern}.

Günter

Herbert Schulz

unread,
Jul 1, 2011, 11:46:41 AM7/1/11
to
In article <op.vxv7nsz2gotb0v@localhost>, e-letter <inp...@gmail.com>
wrote:

Howdy,

Can you really have more than one input encoding? You have

\usepackage[latin1,utf8]{inputenc}

in your preamble. In any case I have no problem on my system running a
recent TeX Live.

Good Luck,
Herb Schulz

Ulrike Fischer

unread,
Jul 1, 2011, 12:27:35 PM7/1/11
to
Am Fri, 01 Jul 2011 10:46:41 -0500 schrieb Herbert Schulz:

> Can you really have more than one input encoding? You have
>
> \usepackage[latin1,utf8]{inputenc}

Well I doubt that the op did it by purpose. But actually you can
change the input encoding. It is senseful e.g. if you want to input
a file in another encoding:

{\inputencoding{ansinew}\input{test-ansinew}}

You can also change the encoding inside one file, but this is useful
only for demonstration purpose - e.g. to show how the interpretation
of an input depends on the declarartion of the encoding:

%utf8 document:


\documentclass{article}
\usepackage[T1]{fontenc}

\usepackage{textcomp}
\usepackage[utf8]{inputenc}

\begin{document}
äüö
\inputencoding{ansinew}
äüö
\end{document}
--
Ulrike Fischer

Guenter Milde

unread,
Jul 4, 2011, 2:18:52 AM7/4/11
to
On 2011-07-01, Ulrike Fischer wrote:
> Am Fri, 01 Jul 2011 10:46:41 -0500 schrieb Herbert Schulz:

>> Can you really have more than one input encoding? You have

>> \usepackage[latin1,utf8]{inputenc}

> Well I doubt that the op did it by purpose. But actually you can
> change the input encoding. It is senseful e.g. if you want to input
> a file in another encoding:

> {\inputencoding{ansinew}\input{test-ansinew}}

> You can also change the encoding inside one file, but this is useful
> only for demonstration purpose

...

One more use case is mixing of different languages (Greek + English, say)
in one document, where each language can use its "favourite" input
encoding. Of course, this makes only sense, if you have an editor that
can handle this (e.g. by using Unicode internal and exporting to the
different encodings before the LaTeX run).

Günter

0 new messages