diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-10-02 22:59:44 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-10-02 22:59:44 +0000 |
commit | 4664a0769936e4e203807fab82721d1f10abc09d (patch) | |
tree | 73906ec89fd1ab4b42c96134f8b89008e505c7ab /Master/texmf-dist/tex/latex/minutes | |
parent | 58fcad95a788cedbd0ccb770e069dbabde18e185 (diff) |
minutes update v1.8b 2007/07/19
git-svn-id: svn://tug.org/texlive/trunk@10832 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/minutes')
-rw-r--r-- | Master/texmf-dist/tex/latex/minutes/minutes.sty | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/minutes/minutes.sty b/Master/texmf-dist/tex/latex/minutes/minutes.sty index 3b615c10766..e9ff910f22d 100644 --- a/Master/texmf-dist/tex/latex/minutes/minutes.sty +++ b/Master/texmf-dist/tex/latex/minutes/minutes.sty @@ -12,6 +12,7 @@ %% Name of contribution: minutes %% Name and email: Knut Lickert <knut@lickert.net> %% Location on CTAN: tex-archive/macros/latex/contrib/supported/minutes +%% http://tex.lickert.net/packages/minutes/index.html %% Summary description: Package for writing (collection of) minutes %% German Information: Paket zum Erstellen von Protokollen %% to take minutes = Protokoll schreiben @@ -34,26 +35,25 @@ %% The minutes package contains: %% - minutes.dtx %% - minutes.ins -%% - blindtext.dtx -%% - blindtext.ins %% - protokol.tex German description %% - Overview.tex Include for minutes.dtx and protokol.tex %% Also stand-alone document %% - Tagesordnung.tex %% A template for a "Mitgliederversammlung" +%% To run the examples, you need blindtext.sty. %% %% After running minutes.ins this package include: %% - minutes.sty The style itself %% - minutes.cfg A configuration file -%% - Sample.tex A file, including an english, dutch and german minute -%% - SampleEN.tex An english minutes (loaded by Sample.tex) -%% - SampleDE.tex A german minutes (loaded by Sample.tex) -%% - SampleNL.tex A dutch minutes (loaded by Sample.tex) -%% - MinStyGd.tex A file to check the behaviour with other classes, +%% - Sample.tex A file, including an English, Dutch and German minute +%% - SampleEN.tex An English minutes (loaded by Sample.tex) +%% - SampleDE.tex A German minutes (loaded by Sample.tex) +%% - SampleNL.tex A Dutch minutes (loaded by Sample.tex) +%% - MinStyGd.tex A file to check the behavior with other classes, %% test different layouts... %% ---------------------------------------------------------------------- -\def\minfileversion{V1.8} %^^Aof minutes.sty -\def\minfiledate{2007/03/12} %^^Aof minutes.sty +\def\minfileversion{V1.8b} %^^Aof minutes.sty +\def\minfiledate{2007/07/19} %^^Aof minutes.sty %% %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -72,6 +72,7 @@ %% Right brace \} Tilde \~} %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{minutes}[\minfiledate\space\minfileversion\space minutes.sty] @@ -143,9 +144,6 @@ \pagestyle{empty} \setcounter{columns}{1} } -\DeclareOption{nobug}{ -\let\topic=\section -} \@ifundefined{chapter}{ \newcounter{min@savesecnumdepth} \doparttoc @@ -365,7 +363,7 @@ } \newcommand*{\topic}[2][\minxx]{ \min@checktitle -\immediate\gdef\thesection{\min@toptext\xspace\min@thesection} +\immediate\gdef\thesection{\min@toptext\min@thesection} \ifx\minxx#1\min@newcoltopic{\section}{#2}{#2}% \else\min@newcoltopic{\section}{#1}{#2}\fi% %%\let\thesection=\min@thesection %subtopic without "TOP" @@ -374,9 +372,9 @@ \min@checktitle \refstepcounter{min@section} \@ifundefined{chapter}{ -\immediate\gdef\thesection{(\min@toptext\xspace\@Roman\c@min@section)} +\immediate\gdef\thesection{(\min@toptext\@Roman\c@min@section)} }{ -\immediate\gdef\thesection{(\min@toptext\xspace\thechapter.\@Roman\c@min@section)} +\immediate\gdef\thesection{(\min@toptext\thechapter.\@Roman\c@min@section)} } \ifx\minxx#1\min@newcoltopic{\section}{#2}{#2}% \else\min@newcoltopic{\section}{#1}{#2}\fi% |