Error Recovery

From Wiki
Revision as of 23:02, 19 July 2006 by Mojca Miklavec (talk | contribs) (preliminary page with recipies for error recovery (hopefully people will find this page when googling); feel free to rename the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TODO: link to this site, some Category has to be added, you may rename the page - I didn't know which name I should give to it (See: To-Do List)


invalid entry for fmvr8x': font file missing

[1.1{/usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-empt
y.map}{/usr/local/teTeX/share/texmf.tetex/fonts/map/dvips/lm/lm-texnansi.map}{/
usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/context/original-base.map
Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for fmvr8x': font file missing

Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for xycmat11': font file missing

Warning: pdfetex (file /usr/local/teTeX/share/texmf.local/fonts/map/dvipdfm/con
text/original-base.map): invalid entry for xycmbt11': font file missing

...

The error was introduced when support for XeTeX was added. It should be fixed in the distributions, but as long as it's not, here's what you can do.

In texmf.cnf fix this line:

TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}//

I have no idea how to fix this in MikTeX. Just delete the folder in [MikTeX PATH]/fonts/map/dvipdfm (? - I'm not sure if this is the proper one).

! TeX capacity exceeded, sorry

In texmf.cnf fix the value that has been reported as too small


TODO: some examples (See: To-Do List)


! Font \**\thedefinedfont**=myfont at 12.0pt not loadable: Metric (TFM) file not found.

! Font \**\thedefinedfont**=myfont at 12.0pt not loadable: Metric (TFM) file no
t found.
<to be read again>
                   \relax
\dododefinefont ...ontspec {#2}\rawfontidentifier
                                                  \let \localrelativefontsiz...

\redodefinefont #1#2#3->\dododefinefont {#1}{#2}
                                                \doifsetupselse {#3} {\setup...

\dodefinedfont ...ring \thedefinedfont \endcsname
                                                  \the \everydefinedfont
l.1 \definedfont[myfont]

?

There might be two reasons for this error:

  • wrong usage
  • you don't have the needed font installed

TODO: explain what is needed to install the font - probably a page on its own anyway (See: To-Do List)