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-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.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-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html new file mode 100644 index 00000000000..b722d797144 --- /dev/null +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-weirdhyphen.html @@ -0,0 +1,34 @@ +<head> +<title>UK TeX FAQ -- question label weirdhyphen</title> +</head><body> +<h3>Weird hyphenation of words</h3> +<p/>If your words are being h-yphenated, like this, with jus-t single +letters at the +beginning or the end of the word, you may have a version mismatch +problem. TeX’s hyphenation system changed between version 2.9 +and 3.0, and macros written for use with version 2.9 can have this +effect with a version 3.0 system. If you are using Plain TeX, make +sure your <i>plain.tex</i> file has a version number which is at +least 3.0, and rebuild your format. If you are using LaTeX 2.09 your +best plan is to upgrade to LaTeX2e. If for some reason you can’t, +the last version of LaTeX 2.09 (released on 25 March 1992) is still +available (for the time being at least) and ought to solve this +problem. +<p/>If you’re using LaTeX2e, the problem probably arises from your +<code>hyphen.cfg</code> file, which has to be created if you’re using a +multi-lingual version. +<p/>A further source of oddity can derive from the 1995 release of +<a href="FAQ-ECfonts.html">Cork-encoded fonts</a>, +which introduced an alternative hyphen character. The LaTeX2e +configuration files in the font release specified use of the +alternative hyphen, and this could produce odd effects with words +containing an explicit hyphen. The font configuration files in the +December 1995 release of LaTeX2e do <em>not</em> use the alternative +hyphen character, and therefore removed this source of problems; the +solution, again, is to upgrade your LaTeX. +<dl> +<dt><tt><i>LaTeX 2.09</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/obsolete/macros/latex209/distribs/latex209.tar.gz">obsolete/macros/latex209/distribs/latex209.tar.gz</a> +<dt><tt><i>plain.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/plain/base.zip">macros/plain/base</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/base.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/base/">browse</a>) +</dl> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=weirdhyphen">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=weirdhyphen</a> +</body> |