From 85ed5a3f04de8afe82f27fd9d5b4c4e0110e661c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Jan 2007 18:31:37 +0000 Subject: xtcapts update (9jan07) git-svn-id: svn://tug.org/texlive/trunk@3298 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/xtcapts/README | 1 + Master/texmf-dist/doc/latex/xtcapts/readme.txt | 44 ++++++++ Master/texmf-dist/source/latex/xtcapts/readme.txt | 44 -------- Master/texmf-dist/tex/latex/xtcapts/xt_capts.sty | 127 ---------------------- Master/texmf-dist/tpm/xtcapts.tpm | 14 +-- Master/texmf/lists/xtcapts | 5 +- 6 files changed, 54 insertions(+), 181 deletions(-) create mode 120000 Master/texmf-dist/doc/latex/xtcapts/README create mode 100644 Master/texmf-dist/doc/latex/xtcapts/readme.txt delete mode 100644 Master/texmf-dist/source/latex/xtcapts/readme.txt delete mode 100644 Master/texmf-dist/tex/latex/xtcapts/xt_capts.sty (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/xtcapts/README b/Master/texmf-dist/doc/latex/xtcapts/README new file mode 120000 index 00000000000..0d79d56d9fb --- /dev/null +++ b/Master/texmf-dist/doc/latex/xtcapts/README @@ -0,0 +1 @@ +readme.txt \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/xtcapts/readme.txt b/Master/texmf-dist/doc/latex/xtcapts/readme.txt new file mode 100644 index 00000000000..0da38f551d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xtcapts/readme.txt @@ -0,0 +1,44 @@ + +README for the `xt_capts' package (February 1998) +================================= + +Abstract: +--------- +This package allows to define language dependent text macros. They are +called \emph{extended captions}, because \emph{caption} is the term that is +used in \LaTeX2e for denoting language dependent words. + +Whenever a new language is selected, the appropriate macros are used, +provided they have been defined. In addition, a default variant can be +defined for \emph{all} languages. And it is possible to use a fixed +language for a caption, which is not affected by changing the current +language. + + +Installation: +------------- +Running LaTeX on the file `xt_capts.ins' will produce the package file +`xt_capts.sty'. So you should first process + + latex xt_capts.ins + +The resulting package file should then be moved to a directory on +LaTeX's standard input path. + + +Documentation: +-------------- +The documented source code of this package is in the file `xt_capts.dtx'. +Documentation for the package may be obtained by running LaTeX on that file. + +For example: + + latex xt_capts.dtx + +will produce the file xt_capts.dvi, documenting the package. + + + +Good Luck! + +Olaf Fricke (ofricke@cs.tu-berlin.de) diff --git a/Master/texmf-dist/source/latex/xtcapts/readme.txt b/Master/texmf-dist/source/latex/xtcapts/readme.txt deleted file mode 100644 index 0da38f551d3..00000000000 --- a/Master/texmf-dist/source/latex/xtcapts/readme.txt +++ /dev/null @@ -1,44 +0,0 @@ - -README for the `xt_capts' package (February 1998) -================================= - -Abstract: ---------- -This package allows to define language dependent text macros. They are -called \emph{extended captions}, because \emph{caption} is the term that is -used in \LaTeX2e for denoting language dependent words. - -Whenever a new language is selected, the appropriate macros are used, -provided they have been defined. In addition, a default variant can be -defined for \emph{all} languages. And it is possible to use a fixed -language for a caption, which is not affected by changing the current -language. - - -Installation: -------------- -Running LaTeX on the file `xt_capts.ins' will produce the package file -`xt_capts.sty'. So you should first process - - latex xt_capts.ins - -The resulting package file should then be moved to a directory on -LaTeX's standard input path. - - -Documentation: --------------- -The documented source code of this package is in the file `xt_capts.dtx'. -Documentation for the package may be obtained by running LaTeX on that file. - -For example: - - latex xt_capts.dtx - -will produce the file xt_capts.dvi, documenting the package. - - - -Good Luck! - -Olaf Fricke (ofricke@cs.tu-berlin.de) diff --git a/Master/texmf-dist/tex/latex/xtcapts/xt_capts.sty b/Master/texmf-dist/tex/latex/xtcapts/xt_capts.sty deleted file mode 100644 index 6b2000fd681..00000000000 --- a/Master/texmf-dist/tex/latex/xtcapts/xt_capts.sty +++ /dev/null @@ -1,127 +0,0 @@ -%% -%% This is file `xt_capts.sty', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% xt_capts.dtx (with options: `package') -%% -%% Copyright (C) 1997 Olaf Fricke -%% -%% IMPORTANT NOTICE: -%% This file is part of the eXTendend CAPTionS package. -%% -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{xt_capts} - [1998/02/25 v1.1d eXTended CAPTionS (OFR)] - -\long\def\g@prependto@macro#1#2{% - \begingroup \def\reserved@a{#2}% - \toks@\expandafter\expandafter\expandafter{% - \expandafter\reserved@a#1}% - \xdef#1{\the\toks@}% - \endgroup} -\def\BeforeAtBeginDocument{\g@prependto@macro\@begindocumenthook} -\def\AfterAtBeginDocument#1{\g@prependto@macro\@preamblecmds{#1}} -\@onlypreamble\BeforeAtBeginDocument -\@onlypreamble\AfterAtBeginDocument -\def\BeforeAtEndDocument#1{\g@prependto@macro\@enddocumenthook{#1}} - -\newcommand{\DeclareCaption}[2]{% - \xtc@init{#2}% - \DeclareTextCommand#1{#2}} -\newcommand{\ProvideCaption}[2]{% - \xtc@init{#2}% - \ProvideTextCommand#1{#2}} -\@onlypreamble\DeclareCaption -\newcommand{\DeclareCaptionDefault}[1]{% - \DeclareTextCommand#1{lang?}} -\newcommand{\ProvideCaptionDefault}[1]{% - \ProvideTextCommand#1{lang?}} -\@onlypreamble\DeclareCaptionDefault -\expandafter\let\csname lang?-cmd\endcsname\xtc@changed@lang -\def\xtc@use@lang#1{% - \expandafter\let\csname\xtc@lang -cmd\endcsname\xtc@changed@lang - \edef\xtc@lang{#1}% - \expandafter\let\csname\xtc@lang -cmd\endcsname\xtc@current@lang} -\def\xtc@lang{lang?} -\def\xtc@current@lang#1{% - \ifx\protect\@typeset@protect - \@inmathwarn#1% - \else - \noexpand#1\expandafter\@gobble - \fi} -\def\xtc@changed@lang#1#2{% - \ifx\protect\@typeset@protect - \@inmathwarn#1% - \expandafter\ifx\csname\xtc@lang\string#1\endcsname\relax - \expandafter\ifx\csname lang?\string#1\endcsname\relax - \expandafter\def\csname lang?\string#1\endcsname{% - \xtc@unavailable#1% - }% - \fi - \global\expandafter\let - \csname\xtc@lang \string#1\expandafter\endcsname - \csname lang?\string#1\endcsname - \fi - \csname\xtc@lang\string#1% - \expandafter\endcsname - \else - \noexpand#1% - \fi} -\gdef\xtc@unavailable#1{% - \@latex@error{% - Command \protect#1 unavailable in language \xtc@lang% - }\@eha} -\declare@robustcommand\UseCaption[2]{% - \@inmathwarn#2% - \expandafter\ifx\csname #1\string#2\endcsname\relax - \expandafter\ifx\csname lang?\string#2\endcsname\relax - \expandafter\def\csname lang?\string#2\endcsname{% - \xtc@unavailable#2% - }% - \fi - \global\expandafter\let - \csname #1\string#2\expandafter\endcsname - \csname lang?\string#2\endcsname - \fi - \csname #1\string#2\endcsname - } - -\newcommand{\xtc@init}[1]{% - \expandafter\ifx\csname xtc@#1\endcsname\relax - \expandafter\def\csname xtc@#1\endcsname{% - \xtc@use@lang{#1}}% - \expandafter\let\csname #1-cmd\endcsname\xtc@changed@lang - \ifx\@begindocumenthook\@undefined - \xtc@install{#1}% - \else - \AtBeginDocument{\xtc@install{#1}}% - \fi - \fi} -\newcommand{\xtc@install}[1]{% - \begingroup\expandafter\endgroup - \expandafter\ifx\csname captions#1\endcsname\@undefined - \PackageWarningNoLine{xt_capts}{% - You haven't defined the language #1\space yet.\MessageBreak - Nevertheless, \string\UseCaption{#1}{\string\foo} will work} - \else - \expandafter\g@addto@macro\csname captions#1\expandafter\endcsname - \csname xtc@#1\endcsname - \fi} -\AfterAtBeginDocument{% - \ifx\languagename\@undefined - \xtc@use@lang{english}% - \else - \xtc@use@lang\languagename - \fi} -\BeforeAtBeginDocument{% - \ifx\languagename\@undefined - \ifx\captionsenglish\@undefined - \let\captionsenglish\@empty - \fi - \fi} - -\endinput -%% -%% End of file `xt_capts.sty'. diff --git a/Master/texmf-dist/tpm/xtcapts.tpm b/Master/texmf-dist/tpm/xtcapts.tpm index b70bd9f8f79..513e27254a1 100644 --- a/Master/texmf-dist/tpm/xtcapts.tpm +++ b/Master/texmf-dist/tpm/xtcapts.tpm @@ -3,7 +3,7 @@ xtcapts Package - 2006/01/11 23:59:10 + 2001/05/11 23:00:00 rahtz Defining language-dependent text macros. @@ -12,12 +12,12 @@ 34026 - -texmf-dist/tex/latex/xtcapts/xt_capts.sty -texmf-dist/tpm/xtcapts.tpm - - -texmf-dist/source/latex/xtcapts/readme.txt + texmf-dist/tpm/xtcapts.tpm + +texmf-dist/doc/latex/xtcapts/README +texmf-dist/doc/latex/xtcapts/readme.txt + + texmf-dist/source/latex/xtcapts/xt_capts.dtx texmf-dist/source/latex/xtcapts/xt_capts.ins diff --git a/Master/texmf/lists/xtcapts b/Master/texmf/lists/xtcapts index c20203cd7d6..f452f188bbb 100644 --- a/Master/texmf/lists/xtcapts +++ b/Master/texmf/lists/xtcapts @@ -1,8 +1,7 @@ - -texmf-dist/source/latex/xtcapts/readme.txt +texmf-dist/doc/latex/xtcapts/README +texmf-dist/doc/latex/xtcapts/readme.txt texmf-dist/source/latex/xtcapts/xt_capts.dtx texmf-dist/source/latex/xtcapts/xt_capts.ins -texmf-dist/tex/latex/xtcapts/xt_capts.sty texmf-dist/tpm/xtcapts.tpm texmf/lists/xtcapts -- cgit v1.2.3