diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-07 22:47:28 +0000 |
commit | 3f1971c9b7717818766692c9aa497e20e7472f2c (patch) | |
tree | 678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html | |
parent | c7c3b090320a234149dbe23315e2a15a2773ac79 (diff) |
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html index e4512fbd8d0..ff58cda2978 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-t1enc.html @@ -4,7 +4,7 @@ <h3>Why use <i>fontenc</i> rather than <i>t1enc</i>?</h3> <p/>In the very earliest days of LaTeX2e, the only way to use the T1 encoding was <i>t1enc</i>; with the summer 1994 -“production” release, the <i>fontenc</i> package appeared, and +“production” release, the <i>fontenc</i> package appeared, and provided comprehensive support for use of the encoding. <p/>Nevertheless, the <i>t1enc</i> package remains (as part of the LaTeX 2.09 compatibility code), but it does very little: it merely @@ -12,14 +12,14 @@ selects font encoding T1, and leaves to the user the business of generating the character codes required. <p/>Generating such character codes could be a simple matter, <em>if</em> the T1 encoding matched any widely-supported encoding standard, -since in that case, one might expect one’s keyboard to generate the +since in that case, one might expect one’s keyboard to generate the character codes. However, the T1 encoding is a mix of several standard encodings, and includes code points in areas of the table which standard encodings specifically exclude, so no T1 keyboards have been (or ever will be) manufactured. <p/>By contrast, the <i>fontenc</i> package generates the T1 code points from ordinary LaTeX commands (e.g., it generates the -<code>é</code> character codepoint from the command <code>\’</code><code>e</code>). So, unless you +<code>é</code> character codepoint from the command <code>\’</code><code>e</code>). So, unless you have program-generated T1 input, use <code>\</code><code>usepackage[T1]{fontenc}</code> rather than <code>\</code><code>usepackage{t1enc}</code>. |