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-fr.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-fr.tex')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/txi-fr.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/texinfo/txi-fr.tex b/Master/texmf-dist/tex/texinfo/txi-fr.tex index 0a83f04ac0d..f8dae3878cf 100644 --- a/Master/texmf-dist/tex/texinfo/txi-fr.tex +++ b/Master/texmf-dist/tex/texinfo/txi-fr.tex @@ -1,11 +1,11 @@ -% txi-fr.tex -- TeX macros to handle French language for texinfo.tex documents. -% $Id: txi-fr.tex,v 1.3 2004/04/11 17:56:45 karl Exp $ +% $Id: txi-fr.tex,v 1.6 2008/10/12 22:18:39 karl Exp $ +% txi-fr.tex -- French translations for texinfo.tex. % -% Copyright (C) 1999 Free Software Foundation. +% Copyright (C) 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, @@ -14,14 +14,15 @@ % 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/>. % Set up fixed words for French. % Translated by Laurent Bourbeau <bourbeau@progiciels-bpi.ca> % Translation date: le 10 décembre 1999. % Transmitted to: Karl Berry <karl@cs.umb.edu> +\txisetlanguage{french}{2}{2} + \gdef\putwordAppendix{Annexe} \gdef\putwordChapter{Chapitre} \gdef\putwordfile{fichier} |