summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-formatstymy.html
blob: e2bfa9c2ecc39e4d4dcac4cd8b131d5d1b3e7fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<head>
<title>UK TeX FAQ -- question label formatstymy</title>
</head><body>
<h3>&#8220;Fatal format file error; I&#8217;m stymied&#8221;</h3>
<p/>(La)TeX applications often fail with this error when you&#8217;ve been
playing with the configuration, or have just installed a new version.
<p/>The format file contains the macros that define the system you want to
use: anything from the simplest (Plain TeX) all the way to the most
complicated, such as LaTeX or ConTeXt.  From the command you
issue, TeX knows which format you want.
<p/>The error message
<pre>
  Fatal format file error; I'm stymied
</pre>
means that TeX itself can&#8217;t understand the format you want.
Obviously, this could happen if the format file had got corrupted, but
it usually doesn&#8217;t.  The commonest cause of the message, is that a new
binary has been installed in the system: no two TeX binaries on the
same machine can
understand each other&#8217;s formats.  So the new version of TeX you
have just installed, won&#8217;t understand the format generated by the one
you installed last year.
<p/>Resolve the problem by regenerating the format; of course, this
depends on which system you are using.
<ul>
<li> On a teTeX-based system, run
<pre>
  fmtutil --all
</pre>
  or
<pre>
  fmtutil --byfmt=&#60;format name&#62;
</pre>
  to build only the format that you are interested in.
<li> On a MiKTeX system, click <code>Start</code>-&#62; 
<code>Programs</code>-&#62; 
<code>MiKTeX <em>version</em></code>-&#62; 
<code>MiKTeX Options</code>, and in the options window, click
  <code>Update now</code>.
</ul>
<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formatstymy">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=formatstymy</a>
</body>