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-hyphenaccents.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-hyphenaccents.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html new file mode 100644 index 00000000000..4f99c0bb8af --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-hyphenaccents.html @@ -0,0 +1,27 @@ +<head> +<title>UK TeX FAQ -- question label hyphenaccents</title> +</head><body> +<h3>Accented words aren't hyphenated</h3> +<p>TeX's algorithm for hyphenation gives up when it encounters an +<code>\</code><code>accent</code> command; there are good reasons for this, but it means +that quality typesetting in non-English languages can be difficult. +<p>For TeX macro packages, you can avoiding the effect by using an +appropriately encoded font (for example, a Cork-encoded font - see +<a href="FAQ-ECfonts.html">the EC fonts</a>) which contains accented +letters as single glyphs. LaTeX users can achieve this end simply +by adding the command +<pre> + \usepackage[T1]{fontenc} +</pre> +to the preamble of their document. Other encodings (notably +LY1, once promoted by Y&Y inc) + + + +may be used +in place of T1. Indeed, most current 8-bit TeX font +encodings will 'work' with the relevant sets of hyphenation patterns. +<p>In the future, perhaps, <a href="FAQ-omega.html">Omega</a> will provide a rather +different solution. +<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphenaccents">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=hyphenaccents</a> +</body> |