diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:31:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:31:48 +0000 |
commit | a9d59a2d83b345581f2eb0c6b7f08c091f5622f0 (patch) | |
tree | 00fba7fbf3f00c16be8699398c6e4c2a256c68ac /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html | |
parent | 89caab08d62b22519b44acf582a5fc3d302cbd60 (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-spaftend.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-spaftend.html | 17 |
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> |