diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/ccaption/README | 87 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ccaption/ccaption.pdf | bin | 387734 -> 378744 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ccaption/ccaption.dtx | 21 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/ccaption/ccaption.ins | 35 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ccaption/ccaption.sty | 14 |
5 files changed, 80 insertions, 77 deletions
diff --git a/Master/texmf-dist/doc/latex/ccaption/README b/Master/texmf-dist/doc/latex/ccaption/README index 7ab0ea913e8..e1b6cd1e529 100644 --- a/Master/texmf-dist/doc/latex/ccaption/README +++ b/Master/texmf-dist/doc/latex/ccaption/README @@ -1,3 +1,6 @@ +____________________ +The CCAPTION package + The ccaption package provides commands for `continuation captions', unnumbered captions, and a legend heading for any environment. Methods are provided to define captions for use outside float @@ -7,85 +10,90 @@ Tools are provided for defining your own captioning styles. The packagehas been tested in conjunction with the rotating, caption2, subfigure, sidecap, endfloat, longtable, xtab, tocloft and hyperref packages. + +Change History +______________ + +Changes in version 3.2b (2009/09/02) +- New maintainer (Will Robertson) + Changes in version 3.2a (2005/03/29) -o Fixed a labelling problem with bilingual captions +- Fixed a labelling problem with bilingual captions Changes in version 3.2 (2005/03/21) -o New commands for bilingual captions in longtables +- New commands for bilingual captions in longtables Changes in version 3.1c (2003/11/14) -o \label now picks up the correct number after \contcaption +- \label now picks up the correct number after \contcaption Changes in version 3.1b (2002/10/18) -o Minor bug fix related to brackets in captions with the subfigure option -o Stopped double labelling within a caption +- Minor bug fix related to brackets in captions with the subfigure option +- Stopped double labelling within a caption Changes in version 3.1a (2002/04/01) -o subfigure option code changed to match released version 2.1.2 of +- subfigure option code changed to match released version 2.1.2 of the subfigure package. Changes in version 3.1 (2002/02/20) -o subfigure option code changed to match released version 2.1 of +- subfigure option code changed to match released version 2.1 of the subfigure package. Changes in version 3.0a (2001/08/03) -o Catered for old versions of amsmath package doing odd things with +- Catered for old versions of amsmath package doing odd things with \@tempa, \@tempb, and \@tempc. Changes in version 3.0 (2001/03/03) -o Provides same tools for typesetting new List of... as the tocloft package +- Provides same tools for typesetting new List of... as the tocloft package Changes in version 2.7 (2001/02/24) -o Tools provided for styling captions. -o The \formatlegend command has been replaced by the general styling +- Tools provided for styling captions. +- The \formatlegend command has been replaced by the general styling mechanism, so in this slight respect version 7.0 is not upwards compatible with earlier versions. -o Added extensive discussion on float placement. +- Added extensive discussion on float placement. Changes in version 2.6e (2001/01/12) -o Fixed problem with hyperref package and new (sub) floats. +- Fixed problem with hyperref package and new (sub) floats. Changes in version 2.6d (2001/01/02) -o Fixed problem with fragile commands in subfigure 2.0 package option +- Fixed problem with fragile commands in subfigure 2.0 package option continued subfloat captions. -o Fixed problem with new subfloats and the subfigure 2.1 package option. -o Added discussion on use with the endfloat package. +- Fixed problem with new subfloats and the subfigure 2.1 package option. +- Added discussion on use with the endfloat package. Changes in version 2.6a (2000/02/29) -o With subfigures, main captions can be at the top or bottom of the +- With subfigures, main captions can be at the top or bottom of the float, and subcaptions can be at the top or bottom of the `subfloat' Changes in version 2.6 (2000/02/26) -o Added support for bilingual captions +- Added support for bilingual captions Changes in version 2.5 (2000/02/20) -o Added support for the subfigure version 2.1 package -o Fixed an infelicity with \centering +- Added support for the subfigure version 2.1 package +- Fixed an infelicity with \centering Changes in version 2.4 (1999/09/20) -o Added support for the subfigure (version 2.0) package +- Added support for the subfigure (version 2.0) package Changes in version 2.3 (1999/01/24) -o Added unnumbered captions -o Much improved documentation. +- Added unnumbered captions +- Much improved documentation. Changes in version 2.1 (1998/10/04) -o More efficient coding. +- More efficient coding. ----------------------------------------------------------------- - Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net + Author: Peter Wilson (Herries Press) + Maintainer: Will Robertson (will dot robertson at latex-project dot org) Copyright 1998 -- 2005 Peter R. Wilson This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either - version 1.3 of this license or (at your option) any - later version. - The latest version of the license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2003/06/01 or later. - - This work has the LPPL maintenance status "author-maintained". + version 1.3c of this license or (at your option) any + later version: <http://www.latex-project.org/lppl.txt> + + This work has the LPPL maintenance status "maintained". + The Current Maintainer of this work is Will Robertson. This work consists of the files: README (this file) @@ -105,17 +113,16 @@ ccaption.pdf To install the package: -o run: latex ccaption.ins (which will generate ccaption.sty) -o run: latex ccaption.dtx -o (for an index run: makeindex -s gind.ist ccaption) -o run: latex ccaption.dtx -o Print ccaption.dvi for a hardcopy of the package manual -o Move ccaption.sty to a location where LaTeX will find it +- run: latex ccaption.ins (which will generate ccaption.sty) +- run: latex ccaption.dtx +- (for an index run: makeindex -s gind.ist ccaption) +- run: latex ccaption.dtx +- Print ccaption.dvi for a hardcopy of the package manual +- Move ccaption.sty to a location where LaTeX will find it (see the FAQ http://www.tex.ac.uk/faq for more about this). 2005/03/29 Peter Wilson -herries dot press at earthlink dot net diff --git a/Master/texmf-dist/doc/latex/ccaption/ccaption.pdf b/Master/texmf-dist/doc/latex/ccaption/ccaption.pdf Binary files differindex 27ca02b652c..28ae5a5a6ea 100644 --- a/Master/texmf-dist/doc/latex/ccaption/ccaption.pdf +++ b/Master/texmf-dist/doc/latex/ccaption/ccaption.pdf diff --git a/Master/texmf-dist/source/latex/ccaption/ccaption.dtx b/Master/texmf-dist/source/latex/ccaption/ccaption.dtx index a7ebcb96ed6..39b4a75a3f0 100644 --- a/Master/texmf-dist/source/latex/ccaption/ccaption.dtx +++ b/Master/texmf-dist/source/latex/ccaption/ccaption.dtx @@ -1,19 +1,17 @@ % \iffalse meta-comment % % ccaption.dtx -% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net +% Author: Peter Wilson (Herries Press) +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) % Copyright 1998 -- 2005 Peter R. Wilson % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either -% version 1.3 of this license or (at your option) any -% later version. -% The latest version of the license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of -% LaTeX version 2003/06/01 or later. +% version 1.3c of this license or (at your option) any +% later version: <http://www.latex-project.org/lppl.txt> % -% This work has the LPPL maintenance status "author-maintained". +% This work has the LPPL maintenance status "maintained". +% The Current Maintainer of this work is Will Robertson. % % This work consists of the files listed in the README file. % @@ -127,6 +125,7 @@ % \changes{v3.1c}{2003/11/14}{Made \cs{label} work after \cs{contcaption}} % \changes{v3.2}{2005/03/21}{Support for bilingual captions in longtable} % \changes{v3.2a}{2005/03/29}{Fix bicaption labels} +% \changes{v3.2b}{2009/09/02}{New maintainer (Will Robertson)} % % \def\dtxfile{ccaption.dtx} % \def\fileversion{v2.6c} \def\filedate{2000/03/15} @@ -141,6 +140,7 @@ % \def\fileversion{v3.1c} \def\filedate{2003/11/14} % \def\fileversion{v3.2} \def\filedate{2005/03/21} % \def\fileversion{v3.2a} \def\filedate{2005/03/29} +% \def\fileversion{v3.2b} \def\filedate{2009/09/02} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -154,8 +154,9 @@ % \filedate.}} % % \author{% -% Peter Wilson\\ -% The Herries Press\thanks{\texttt{herries dot press at earthlink dot net}} +% Author: Peter Wilson, Herries Press\\ +% Maintainer: Will Robertson\\ +% \texttt{will dot robertson at latex-project dot org} % } % \date{\filedate} % \maketitle diff --git a/Master/texmf-dist/source/latex/ccaption/ccaption.ins b/Master/texmf-dist/source/latex/ccaption/ccaption.ins index 5e1a5ee4355..2038cceb766 100644 --- a/Master/texmf-dist/source/latex/ccaption/ccaption.ins +++ b/Master/texmf-dist/source/latex/ccaption/ccaption.ins @@ -1,17 +1,15 @@ %% ccaption.ins -%% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net +%% Author: Peter Wilson (Herries Press) +%% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% Copyright 1998 -- 2005, Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -%% version 1.3 of this license or (at your option) any -%% later version. -%% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of -%% LaTeX version 2003/06/01 or later. +%% version 1.3c of this license or (at your option) any +%% later version: <http://www.latex-project.org/lppl.txt> %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". +%% The Current Maintainer of this work is Will Robertson. %% %% This work consists of the files listed in the README file. %% @@ -25,32 +23,31 @@ \input docstrip.tex \preamble - Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net + Author: Peter Wilson (Herries Press) + Maintainer: Will Robertson (will dot robertson at latex-project dot org) Copyright 1998 -- 2005 Peter R. Wilson This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either - version 1.3 of this license or (at your option) any - later version. - The latest version of the license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2003/06/01 or later. - - This work has the LPPL maintenance status "author-maintained". + version 1.3c of this license or (at your option) any + later version: <http://www.latex-project.org/lppl.txt> + + This work has the LPPL maintenance status "maintained". + The Current Maintainer of this work is Will Robertson. This work consists of the files listed in the README file. \endpreamble +\askforoverwritefalse \keepsilent %%% \Msg{*** Generating the driver file ***} -%%% \generateFile{hyphenat.drv}{t}{\from{hyphenat.dtx}{driver}} +%%% \generate{\file{hyphenat.drv}{\from{hyphenat.dtx}{driver}}} \Msg{*** Generating the LaTeX2e package files ***} -\generateFile{ccaption.sty}{t}{\from{ccaption.dtx}{usc}} +\generate{\file{ccaption.sty}{\from{ccaption.dtx}{usc}}} \Msg{***********************************************************} \Msg{*} diff --git a/Master/texmf-dist/tex/latex/ccaption/ccaption.sty b/Master/texmf-dist/tex/latex/ccaption/ccaption.sty index ba1087b2cda..22e9c01a9d6 100644 --- a/Master/texmf-dist/tex/latex/ccaption/ccaption.sty +++ b/Master/texmf-dist/tex/latex/ccaption/ccaption.sty @@ -6,19 +6,17 @@ %% %% ccaption.dtx (with options: `usc') %% -%% Author: Peter Wilson (Herries Press) herries dot press at earthlink dot net +%% Author: Peter Wilson (Herries Press) +%% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% Copyright 1998 -- 2005 Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -%% version 1.3 of this license or (at your option) any -%% later version. -%% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of -%% LaTeX version 2003/06/01 or later. +%% version 1.3c of this license or (at your option) any +%% later version: <http://www.latex-project.org/lppl.txt> %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". +%% The Current Maintainer of this work is Will Robertson. %% %% This work consists of the files listed in the README file. %% |