summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html
new file mode 100644
index 00000000000..0ff8579ca35
--- /dev/null
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html
@@ -0,0 +1,17 @@
+<head>
+<title>UK TeX FAQ -- question label spaftend</title>
+</head><body>
+<h3>There's a space added after my environment</h3>
+<p>You'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't happen with similar
+LaTeX-supplied environments.
+<p>You could impose the restriction that your users always put a
+"<code>%</code>" sign after the environment ... but
+LaTeX environments don't require that, either.
+<p>The LaTeX environments' "secret" is an internal flag which causes
+the unwanted spaces to be ignored. Fortunately, you don'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>