diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/caption/manual.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/caption/manual.tex | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/caption/manual.tex b/Master/texmf-dist/doc/latex/caption/manual.tex index 7390b3b3a84..7d1388426c9 100644 --- a/Master/texmf-dist/doc/latex/caption/manual.tex +++ b/Master/texmf-dist/doc/latex/caption/manual.tex @@ -6,7 +6,7 @@ %% %% caption.dtx (with options: `driver') %% -%% Copyright (C) 1994-2005 Axel Sommerfeldt (caption@sommerfeldt.net) +%% Copyright (C) 1994-2006 Axel Sommerfeldt (caption@sommerfee.de) %% %% -------------------------------------------------------------------------- %% @@ -23,17 +23,18 @@ %% This Current Maintainer of this work is Axel Sommerfeldt. %% %% This work consists of the files caption.ins, caption.dtx, -%% caption2.dtx, caption.xml, and anleitung.tex and the derived files +%% caption2.dtx, and anleitung.tex and the derived files %% caption.sty, caption2.sty, caption3.sty, and manual.tex. %% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] \documentclass{ltxdoc} \setlength\parindent{0pt} \setlength\parskip{\smallskipamount} \newcommand\NEWfeature{\NEW{New feature}} \newcommand\NEWdescription{\NEW{New description}} -\newcommand\NEW[2]{% - \hskip 1sp \marginpar{\footnotesize\sffamily\raggedleft - #1\\#2}} +\newcommand\NEW[2]{\hskip 1sp \marginpar{\footnotesize\sffamily\raggedleft#1\\#2}} +\font\manual=manfnt +\newcommand\DANGER{\hskip 1sp \marginpar{\raggedleft\textcolor{blue}{{\manual\char127}}}} \ifx\pdfoutput\undefined\else \ifcase\pdfoutput\else \usepackage{mathptmx,courier} @@ -41,8 +42,17 @@ \addtolength\marginparwidth{15pt} \fi \fi -\usepackage{caption}[2004/11/28] -\usepackage{longtable,hyperref} +\usepackage{color,setspace} +\usepackage{longtable} +\usepackage{caption}[2005/08/24] +\DeclareCaptionLabelSeparator{endash}{\space\textendash\space} +\usepackage{hyperref} +\DeclareCaptionFont{singlespacing}{\singlespacing} +\DeclareCaptionFont{onehalfspacing}{\onehalfspacing} +\DeclareCaptionFont{doublespacing}{\doublespacing} +\DeclareCaptionFont{red}{\color{red}} +\DeclareCaptionFont{green}{\color{green}} +\DeclareCaptionFont{blue}{\color{blue}} \DeclareCaptionLabelSeparator{period-newline}{. \\} \DeclareCaptionStyle{period-newline}[labelsep=period]{labelsep=period-newline} \DeclareCaptionStyle{period-newline2}[labelsep=period,justification=centering]{labelsep=period-newline} @@ -53,6 +63,7 @@ \DeclareCaptionLabelSeparator{fill}{\hfill} \DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em% M\kern.05em A\kern.1em-\kern.1em Script}} +\OnlyDescription \begin{document} \DocInput{caption.dtx} \end{document} |