File: FAQ-spaftend.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 (17 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<head>
<title>UK TeX FAQ -- question label spaftend</title>
</head><body>
<h3>There&rsquo;s a space added after my environment</h3>
<p>You&rsquo;ve written your own environment <code>env</code>, and it works
except that a space appears at the start of the first line of typeset
text after <code>\</code><code>end{env}</code>.  This doesn&rsquo;t happen with similar
LaTeX-supplied environments.
<p>You could impose the restriction that your users always put a
&ldquo;<code>%</code>&rdquo; sign after the environment ... but
LaTeX environments don&rsquo;t require that, either.
<p>The LaTeX environments&rsquo; &ldquo;secret&rdquo; is an internal flag which causes
the unwanted spaces to be ignored.  Fortunately, you don&rsquo;t have to use
the internal form: since 1996, LaTeX has had a user command
<code>\</code><code>ignorespacesafterend</code>, which sets the internal flag.
<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spaftend">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=spaftend</a>
</body>