diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html index 5af40c48aea..6fa7488004b 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-tabacc.html @@ -3,14 +3,14 @@ </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 +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> +<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 @@ -22,27 +22,27 @@ type: <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> + <code>...</code> <code>\</code><code>></code> <code>voilà</code> <code>\</code><code>></code> <code>...</code> </blockquote><p> for: <blockquote> - …\quad voilà\quad … + …\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 +<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 +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> ... + ... ... \TAB> voil\`a \TAB> ... </pre> </blockquote><p> <dl> |