summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2005-12-29 00:31:48 +0000
committerKarl Berry <karl@freefriends.org>2005-12-29 00:31:48 +0000
commita9d59a2d83b345581f2eb0c6b7f08c091f5622f0 (patch)
tree00fba7fbf3f00c16be8699398c6e4c2a256c68ac /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html
parent89caab08d62b22519b44acf582a5fc3d302cbd60 (diff)
doc/english/F-ca
git-svn-id: svn://tug.org/texlive/trunk@19 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html
new file mode 100644
index 00000000000..69420aa5e11
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-atvert.html
@@ -0,0 +1,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>