File: FAQ-atvert.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 (28 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (3)
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
<head>
<title>UK TeX FAQ -- question label atvert</title>
</head><body>
<h3><code>\</code><code>spacefactor</code> complaints</h3>
<p>The errors
<pre>
! You can't use `\spacefactor' in vertical mode.
\@-&gt;\spacefactor 
                 \@m 
</pre>
or
<pre>
! You can't use `\spacefactor' in math mode.
\@-&gt;\spacefactor 
                 \@m 
</pre>
or simply
<pre>
! Improper \spacefactor.
...
</pre>
bites the LaTeX programmer who uses an internal command without taking
"precautions".  The problem is discussed in detail in

"<a href="FAQ-atsigns.html"><code>@</code> in macro names</a>",
together with solutions.
<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atvert">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=atvert</a>
</body>