summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx
diff options
context:
space:
mode:
authorDr. Clea F. Rees <cfrees@imapmail.org>2008-12-04 00:08:20 +0000
committerDr. Clea F. Rees <cfrees@imapmail.org>2008-12-04 00:08:20 +0000
commit2e29efe27b833a549199243c48ce96ce2d6e3702 (patch)
treea3aefd1bad853bf5d9021385ae7d9df53da88580 /Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx
parente6c1396b6fa9e015460ba9e426428a062422f50c (diff)
svn-multi 1.3b 2008/12/03
git-svn-id: svn://tug.org/texlive/trunk@11510 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx')
-rw-r--r--Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx20
1 files changed, 8 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx b/Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx
index 467d21b9367..54f85f7700e 100644
--- a/Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx
+++ b/Master/texmf-dist/source/latex/svn-multi/svn-multi.dtx
@@ -27,7 +27,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{svn-multi}
%<*package|driver>
- [2007/07/10 v1.3a SVN Keywords for multi-file LaTeX documents]
+ [2008/12/03 v1.3b SVN Keywords for multi-file LaTeX documents]
%</package|driver>
%<wrapper>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<wrapper>\ProvidesPackage{svnkw}
@@ -95,7 +95,7 @@
%<*package>
% \fi
%
-% \CheckSum{573}
+% \CheckSum{564}
%
% {\makeatother
% \CharacterTable
@@ -127,6 +127,9 @@
% \changes{v1.3a}{2007/07/10}{Fixed issue with unwanted spaces generated by
% \cs{svnid}, \cs{svnidlong} and \cs{svnkwsave}, \eg when used in a file which is
% included with \cs{input}}
+% \changes{v1.3b}{2008/12/03}{Changed the way catcodes are modified to be compatible
+% with the french option of the babel package or other packages which modify the
+% list of special characters.}
%
% \GetFileInfo{svn-multi.sty}
%
@@ -574,16 +577,9 @@
% part of the verbatim arguments.
% \begin{macrocode}
\def\svn@catcodes{%
-\catcode`\%=12
-\catcode`\_=12
-\catcode`\^=12
-\catcode`\$=12
-\catcode`\&=12
-\catcode`\#=12
-\catcode`\~=12
- %%\catcode`\ =10
-\catcode`\\=12
-\catcode`\^^M=9
+\let\do\@makeother \dospecials
+\catcode`\^^M9 \catcode`\ 10
+\catcode`\{1 \catcode`\}2
}
% \end{macrocode}
% \end{macro}