File: FAQ-normalszmiss.html

package info (click to toggle)
texlive-doc 2005.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 125,100 kB
  • ctags: 12,558
  • sloc: xml: 24,267; perl: 14,394; makefile: 727; sh: 324; lisp: 276; java: 159; sed: 4
file content (18 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<title>UK TeX FAQ -- question label normalszmiss</title>
</head><body>
<h3><code>\</code><code>normalsize</code> not defined</h3>
<p>The LaTeX error:
<blockquote>

<pre>
The font size command \normalsize is not defined:
there is probably something wrong with the class file.
</pre>
</blockquote>
is reporting something pretty fundamental (document base font size not
set up).  While this <em>can</em>, as the message implies, be due to a
broken class file, the more common cause is that you have simply
forgotten to put a <code>\</code><code>documentclass</code> command in your document.
<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=normalszmiss">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=normalszmiss</a>
</body>