diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-09 22:23:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-09 22:23:21 +0000 |
commit | 986747ca8579ba0d0c3fb8167f943b89563234bc (patch) | |
tree | 7e2d3cefb2c0d417e6c9ec5189e12880f3643288 /Master/texmf-dist/source/latex/babel/babel.ins | |
parent | 4d30a4ce33e5b019dcdbdbfd4be5897406d7e7fa (diff) |
babel (9feb16)
git-svn-id: svn://tug.org/texlive/trunk@39646 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/babel/babel.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/babel/babel.ins | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/babel/babel.ins b/Master/texmf-dist/source/latex/babel/babel.ins index bcf3855f0d4..ad476a6fa26 100644 --- a/Master/texmf-dist/source/latex/babel/babel.ins +++ b/Master/texmf-dist/source/latex/babel/babel.ins @@ -42,7 +42,7 @@ %% %% You are not allowed to modify its contents. %% -\def\filedate{2016/02/01} +\def\filedate{2014/03/24} \def\batchfile{babel.ins} \input docstrip.tex @@ -62,15 +62,16 @@ \fi} % Modify docstrip. A pseudo-guard is defined to set variables: -% <<name=value>>. These variables are used with <@name@> Two further -% pseudo-guards define "block" variables: <<*name>> and <</name>> -% delimite the lines to be retrived with <@name@>. Note the verbatim -% guard is overriden, but it's not used here. This is done in two -% passes: 1) with saving true, there is a dummy pass, generating -% nothing, but blocks are read and saved; 2) with saving false, blocks -% are always ignored, but replacing <@name@>. While <@name@> can be -% used freely outside <<>>, it's only allowed inside <<>> if -% previouly defined. Deeper nesting is not allowed. +% <<name=value>>. These variables are used with <@name@> +% Two further pseudo-guards define "block" variables: <<*name>> and +% <</name>> delimite the lines to be retrived with <@name@>. Note +% the verbatim guard is overriden, which it's not used here. +% It's done in two passes: 1) with saving true, blocks are always +% read and saved; 2) with saving false, blocks are always ignored, +% but replacing <@name@>. +% While <@name@> can be used freely outside <<>>, it is only +% allowed inside <<>> if previouly defined. Deeper nesting is +% not allowed. \def\replaceVar#1<@#2{% #1% @@ -190,6 +191,8 @@ This file is a style file for the MakeIndex program \usedir{tex/generic/babel} +\askforoverwritefalse + \usepreamble\mainpreamble % Dummy, it just read "modules" to be used when generating @@ -225,6 +228,7 @@ This file is a style file for the MakeIndex program } % compatibility files + \def\compatfile#1{\file{#1.sty}{\from{bbcompat.dtx}{#1}}} \generate{% |