File: FAQ-atvert.html

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (28 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
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
&ldquo;precautions&rdquo;.  The problem is discussed in detail in

&ldquo;<a href="FAQ-atsigns.html"><code>@</code> in macro names</a>&rdquo;,
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>