diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-12 22:22:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-12 22:22:22 +0000 |
commit | 9cad19503f443217d31276de7630b4224f2853d0 (patch) | |
tree | b97cbaed7adf7715b2a3bdbc24396da483e7d042 /Master/texmf-dist/tex/texinfo/txi-en.tex | |
parent | 952b6ae97b87ab07da5b80b770d5b81c0428d794 (diff) |
texinfo hyphenation support
git-svn-id: svn://tug.org/texlive/trunk@10946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/texinfo/txi-en.tex')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/txi-en.tex | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/texinfo/txi-en.tex b/Master/texmf-dist/tex/texinfo/txi-en.tex index 721c49a49f1..8fbd54ef4c0 100644 --- a/Master/texmf-dist/tex/texinfo/txi-en.tex +++ b/Master/texmf-dist/tex/texinfo/txi-en.tex @@ -1,13 +1,14 @@ -% English non-translation for texinfo.tex. This is read when a source -% document says @documentlanguage en (which might happen after another -% @documentlanguage). The actual values are the same as defaults. -% $Id: txi-en.tex,v 1.3 2004/04/11 17:56:45 karl Exp $ -% -% Copyright (C) 1999 Free Software Foundation. +% $Id: txi-en.tex,v 1.6 2008/10/12 22:18:39 karl Exp $ +% txi.en.tex -- English non-translations for texinfo.tex. This is read +% when a source document says @documentlanguage en (which might happen +% after another @documentlanguage). The actual values are the same as +% the defaults. +% +% Copyright 1999, 2007, 2008 Free Software Foundation. % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public License as published by -% the Free Software Foundation; either version 2 of the License, or +% the Free Software Foundation; either version 3 of the License, or % (at your option) any later version. % % This program is distributed in the hope that it will be useful, @@ -16,8 +17,9 @@ % GNU General Public License for more details. % % You should have received a copy of the GNU General Public License -% along with this program; if not, write to the Free Software -% Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +% along with this program. If not, see <http://www.gnu.org/licenses/>. + +\txisetlanguage{USenglish}{2}{3} \gdef\putwordAppendix{Appendix} \gdef\putwordChapter{Chapter} |