summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/babel/latin.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/babel/latin.dtx')
-rw-r--r--Master/texmf-dist/source/generic/babel/latin.dtx16
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/babel/latin.dtx b/Master/texmf-dist/source/generic/babel/latin.dtx
index 793b65ba2ef..1a47aab565f 100644
--- a/Master/texmf-dist/source/generic/babel/latin.dtx
+++ b/Master/texmf-dist/source/generic/babel/latin.dtx
@@ -1,6 +1,9 @@
% \iffalse meta-comment
%
-% Copyright 1989-2005 Johannes L. Braams and any individual authors
+% Patched by Heiko Oberdiek for project latex-tds:
+% * 2007/10/24: \CheckSum number fixed.
+%
+% 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 +29,7 @@
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
% \fi
-% \CheckSum{449}
+% \CheckSum{450}
% \iffalse
% Tell the \LaTeX\ system who we are and write an entry on the
% transcript.
@@ -36,11 +39,11 @@
%<code>\ProvidesFile{latin.ldf}
%\fi
%\ProvidesFile{latin.dtx}%
- [2005/11/17 v2.0g Latin support from the babel system]
+ [2007/10/19 v2.0h Latin support from the babel system]
%\iffalse
%% File `latin.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
@@ -527,12 +530,15 @@
% \begin{macro}{\LatinMarksOn}
% \begin{macro}{\LatinMarksOff}
% \changes{latin-2.0g}{2005/11/17}{Added two commands}
+% \changes{latin-2.0h}{2007/10/19}{Added missing backslash}
% We define two new commands so as to switch on and off the breve
% and macron shortcuts.
+% \changes{latin-2.0h}{2007/10/20}{Removed the setting of
+% \cs{LatinMarksOff} from \cs{extraslatin}}
% \begin{macrocode}
\addto\extraslatin{\def\LatinMarksOn{\shorthandon{^}\shorthandon{=}}}
\addto\extraslatin{\def\LatinMarksOff{\shorthandoff{^}\shorthandoff{=}}}
-\addtoextraslatin{\LatinMarksOff}
+%\addto\extraslatin{\LatinMarksOff}
% \end{macrocode}
% \end{macro}
% \end{macro}