diff options
author | Karl Berry <karl@freefriends.org> | 2007-11-04 19:28:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-11-04 19:28:16 +0000 |
commit | ce15798d9e9fddbce22dd2039ca698ac78cd48e6 (patch) | |
tree | 559870cc04c869c78e6bbe04037312e2620531f1 /Master/texmf-dist/source/generic/babel/esperanto.dtx | |
parent | 66efebfdc9173de21a31bd1d7ecb7ea2cfca1f7e (diff) |
babel update from latex-tds (26oct07)
git-svn-id: svn://tug.org/texlive/trunk@5335 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/babel/esperanto.dtx')
-rw-r--r-- | Master/texmf-dist/source/generic/babel/esperanto.dtx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/generic/babel/esperanto.dtx b/Master/texmf-dist/source/generic/babel/esperanto.dtx index 6a98c77ceb3..41ba9465429 100644 --- a/Master/texmf-dist/source/generic/babel/esperanto.dtx +++ b/Master/texmf-dist/source/generic/babel/esperanto.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1989-2005 Johannes L. Braams and any individual authors +% Copyright 1989-2007 Johannes L. Braams and any individual authors % listed elsewhere in this file. All rights reserved. % % This file is part of the Babel system. @@ -26,7 +26,7 @@ % and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. % \fi -% \CheckSum{259} +% \CheckSum{261} %\iffalse % Tell the \LaTeX\ system who we are and write an entry on the % transcript. @@ -36,15 +36,15 @@ %<code>\ProvidesLanguage{esperanto} %\fi %\ProvidesFile{esperant.dtx} - [2005/03/30 v1.4r Esperanto support from the babel system] + [2007/10/20 v1.4t Esperanto support from the babel system] %\iffalse %% File 'esperanto.dtx' %% Babel package for LaTeX version 2e -%% Copyright (C) 1989 - 2005 +%% Copyright (C) 1989 - 2007 %% by Johannes Braams, TeXniek % %% Please report errors to: J.L. Braams -%% babel at braams.cistron.nl +%% babel at braams dot xs4all dot nl % % This file is part of the babel system, it provides the source % code for the Esperanto language definition file. A contribution @@ -281,15 +281,17 @@ % Then the second level. % \changes{esperanto-1.4q}{2002/01/08}{Removed the extra level of % expansion for more than five items, as was done in \LaTeX} +% \changes{esperanto-1.4t}{2006/06/05}{Added the missing `r' in these +% macros} % \begin{macrocode} \def\@esper#1{% \ifcase#1\or a\or b\or c\or \^c\or d\or e\or f\or g\or \^g\or h\or h\llap{\^{}}\or i\or j\or \^\j\or k\or l\or m\or n\or o\or - p\or s\or \^s\or t\or u\or \u{u}\or v\or z\else\@ctrerr\fi} + p\or r\or s\or \^s\or t\or u\or \u{u}\or v\or z\else\@ctrerr\fi} \def\@Esper#1{% \ifcase#1\or A\or B\or C\or \^C\or D\or E\or F\or G\or \^G\or H\or \^H\or I\or J\or \^J\or K\or L\or M\or N\or O\or - P\or S\or \^S\or T\or U\or \u{U}\or V\or Z\else\@ctrerr\fi} + P\or R\or S\or \^S\or T\or U\or \u{U}\or V\or Z\else\@ctrerr\fi} % \end{macrocode} % \end{macro} % \end{macro} |