diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-22 23:51:44 +0000 |
commit | 566f5207d7e3cafb0633d31277067336ccd9cca7 (patch) | |
tree | 7af53e7ac405185168bc1dc38c4e820f442b78d0 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html | |
parent | b0beea26ffffd915bb6d9b82f2d65a0a05b7e23b (diff) |
move generic english documents out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13396 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html deleted file mode 100644 index 5b1e5fd09f1..00000000000 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-tabacc.html +++ /dev/null @@ -1,52 +0,0 @@ -<head> -<title>UK TeX FAQ -- question label tabacc</title> -</head><body> -<h3>Accents misbehave in <code>tabbing</code></h3> -<p/>So you are constructing a <code>tabbing</code> environment, and you -have the need of some diacriticised text — perhaps something as simple -as <code>\</code><code>’{e}</code> — and the accent disappears because it has been -interpreted as a <code>tabbing</code> command, and everything goes -wrong. -<p/>This is really a rather ghastly feature of the <code>tabbing</code> -environment; in order to type accented characters you need to use the -<code>\</code><code>a</code> kludge: so <code>\</code><code>a’{e}</code> inside <code>tabbing</code> for -<code>\</code><code>’{e}</code> outside, and similarly <code>\</code><code>a‘</code> for <code>\</code><code>‘</code> and <code>\</code><code>a=</code> -for <code>\</code><code>=</code>. This whole procedure is of course hideous and -error-prone. -<p/>The simplest alternative is to type in an encoding that has the -diacriticised characters in it, and to use an appropriate encoding -definition file in the <i>inputenc</i> package. So for example, -type: -<blockquote> - <code>\</code><code>usepackage[latin1]{inputenc}</code><br> - <code>...</code><br> - <code>\</code><code>begin{tabbing}</code><br> - <code>...</code><br> - <code>...</code> <code>\</code><code>></code> <code>voilà</code> <code>\</code><code>></code> <code>...</code> -</blockquote><p> -for: -<blockquote> - ...\quad voilà\quad ... -</blockquote><p> -and the internal mechanisms of the <i>inputenc</i> package will put -the right version of the accent command in there. -<p/>A witty reversal of the r\^oles is introduced by the package -<i>Tabbing</i> (note the capital “T”): it provides a -<code>Tabbing</code> environment which duplicates -<code>tabbing</code>, but all the single-character commands become -complicated objects. So <code>tabbing</code>’s <code>\</code><code>></code> becomes -<code>\</code><code>TAB></code>, <code>\</code><code>=</code> becomes <code>\</code><code>TAB=</code>, and so on. The above trivial -example would therefore become: -<blockquote> -<pre> -\usepackage{Tabbing} -... -\begin{Tabbing} - ... ... \TAB> voil\`a \TAB> ... -</pre> -</blockquote><p> -<dl> -<dt><tt><i>Tabbing.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/Tabbing.zip">macros/latex/contrib/Tabbing</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/Tabbing.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/Tabbing/">browse</a>) -</dl> -<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabacc">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tabacc</a> -</body> |