summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/minutes
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-10-02 22:59:44 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-10-02 22:59:44 +0000
commit4664a0769936e4e203807fab82721d1f10abc09d (patch)
tree73906ec89fd1ab4b42c96134f8b89008e505c7ab /Master/texmf-dist/source/latex/minutes
parent58fcad95a788cedbd0ccb770e069dbabde18e185 (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/source/latex/minutes')
-rw-r--r--Master/texmf-dist/source/latex/minutes/minutes.dtx109
-rw-r--r--Master/texmf-dist/source/latex/minutes/minutes.ins14
2 files changed, 59 insertions, 64 deletions
diff --git a/Master/texmf-dist/source/latex/minutes/minutes.dtx b/Master/texmf-dist/source/latex/minutes/minutes.dtx
index 20f8ecc05fc..de2c3c8cb26 100644
--- a/Master/texmf-dist/source/latex/minutes/minutes.dtx
+++ b/Master/texmf-dist/source/latex/minutes/minutes.dtx
@@ -1,6 +1,7 @@
-\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
% \CheckSum{2017}
+% ^^A -- checksum not processed - why?
%%
%% \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
@@ -149,8 +150,6 @@
% \changes{V1.4b}{2000/08/09}{list of known bugs}
% Known bugs:\label{sec:bugs}
% \begin{itemize}
-% \item With a actual Mik\TeX\ you are not able to translate minutes.
-% As a quick solution you can use the "nobug"-Option.
% \item Error with \Lopt{TwoColumn} and \Lenv{Secret}
% (\emph{V1.4})
% \item Dates get two :: (\Lopt{refrep})
@@ -660,7 +659,8 @@ Test for the different options\\ Test der verschiedenen Optionen}
%\fi
% \setcounter{CodelineNo}{0}%^^A reset line number after samples, style guide...
%
-% \StopEventually
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% \StopEventually\relax %Look for check sum
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \part*{Implementation}
@@ -803,22 +803,14 @@ Test for the different options\\ Test der verschiedenen Optionen}
% \end{macrocode}
%
%\changes{V1.8}{2007/03/14}{Option nobug added}
+%\changes{V1.8b}{2007/07/19}{Option nobug deleted}
% There was a report, that this package doesn't work with the new
-% Mik\TeX\ release. With this option you can translate your file
-% again.
+% Mik\TeX\ release (2.5).
+% The nobug-option was a quick and dirty solution.
%
-% Ok, it's a bit stupid to have an option nobug. It would be better to
-% have no bug. Due some changes in other packages this package does
-% not work any longer.
-% I was able to locate the problem, but not to solve it. This is a
-% quick repair, so you can still use your minutes. You will loose an
-% error detection if \verb|\maketitle| is lost
+% Now the problem is found, there was an incompatibility with changes.sty.
+% If you use \verb|\min@toptext| please check yourself for spaces.
%
-% \begin{macrocode}
-\DeclareOption{nobug}{
-\let\topic=\section
-}
-% \end{macrocode}
%
% \subsection{Definition for table of contents}
%
@@ -1337,13 +1329,16 @@ Test for the different options\\ Test der verschiedenen Optionen}
\newcommand*{\topic}[2][\minxx]{
\min@checktitle
% \end{macrocode}
-% \changes{V1.5b}{2000/11/09}{write TOP before sectioning (german)}
+% \changes{V1.5b}{2000/11/09}{write TOP before sectioning (German)}
% In Germany the text "Top" is written in front of the topics. The
% macro \verb|\min@toptext| contains this text.\footnote{Thanks to Peter Tillmann for this hint}.
% If you do so, the
% table of topics will become ugly, because of the long numbers.
+% \changes{V1.8b}{2007/07/19}{No xspace after TOP}
+% If you fill \verb|\min@toptext|, please get attention of a separator space.
+% The usage of \verb|\xspace| may produce errors.
% \begin{macrocode}
-\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"
@@ -1364,9 +1359,9 @@ Test for the different options\\ Test der verschiedenen Optionen}
\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%
@@ -1639,9 +1634,9 @@ minutes.sty:\MessageBreak
\min@textEnclosure\ \theminutes@attachment: #2
\ifx\relax#1\else\min@textPage~\pageref{#1}\fi[#3]%
% \end{macrocode}
-% The add the informations to the *.aux-file. The value of the
+%Now we add the information to the *.aux-file. The value of the
%second parameter of \verb|\contentsline| contains four parts.
-%These parts will be analysed by \verb|\l@attachment|.
+%These parts will be analyzed by \verb|\l@attachment|.
% \begin{macrocode}
\addcontentsline{\min@file@Att}{attachment}{%
{#1}{\theminutes@attachment}{#2}{#3}}
@@ -1652,7 +1647,7 @@ minutes.sty:\MessageBreak
% \DescribeMacro{\listofattachments}
% Bugs:
% \begin{itemize}
-% \item empty list is not supressed!!!!
+% \item empty list is not suppressed!!!!
% \item If the list is longer then two pages, the next numbering
% will be wrong.
% \end{itemize}
@@ -2250,7 +2245,7 @@ minutes.sty:\MessageBreak
% \verb|\min@scheduleStar| or \verb|\min@scheduleNoStar|.
% \item \verb|\min@scheduleStar| or \verb|\min@scheduleNoStar| set
% a flag and then they call \verb|\min@scheduleI|.
-% \item \verb|\min@scheduleI| saves the optional jobname and the
+% \item \verb|\min@scheduleI| saves the optional job name and the
% date. After this \verb|\min@scheduleII| is called.
% \item \verb|\min@scheduleII| read the rest of the data and do
% the work.
@@ -2407,10 +2402,10 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
% \section{Multilingual texts, Support of Babel.sty}
% \subsection{German commands}\label{german!commands}
% \begin{macro}{German Alias}
-% German minutetaker can use german macros. There is no difference
-% in the look or the handling of the parameters, the german macros
+% German minutetaker can use German macros. There is no difference
+% in the look or the handling of the parameters, the German macros
% are only alias.\par
-% \DescribeMacro{german header macros}
+% \DescribeMacro{German header macros}
% \begin{macrocode}
\let\Protokoll\Minutes
\let\endProtokoll\endMinutes
@@ -2430,44 +2425,44 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
%\let\protokollKopf\min@maketitle%->in \begin{Minutes}
\let\fremdProtokoll\foreignMinutes
% \end{macrocode}
-% \DescribeMacro{german topic macros}
-% \verb|\topic| is also ok for german.
+% \DescribeMacro{German topic macros}
+% \verb|\topic| is also ok for German.
% \begin{macrocode}
\let\neueSpalte\newcols
\let\zusatztopic\addtopic
% \end{macrocode}
-% \DescribeMacro{german voting macros}
+% \DescribeMacro{German voting macros}
% \begin{macrocode}
\newenvironment{Abstimmung}{\begin{Vote}}{\end{Vote}}
\let\abstimmung\vote
\let\Einzelabstimmung\Onevote%obsolete since V1.6
% \end{macrocode}
-% \DescribeMacro{german argumentations}
-% |\pro|, |\contra| etc. is fine for german.
+% \DescribeMacro{German argumentations}
+% |\pro|, |\contra| etc. is fine for German.
% \changes{V1.7d}{2002/01/04}{Added the environment Meinung}
% \begin{macrocode}
\let\ergebnis\result
\newenvironment{Meinungen}{\begin{Opinions}}{\end{Opinions}}
\let\meinung\opinion
% \end{macrocode}
-% \DescribeMacro{german decision macros}
+% \DescribeMacro{German decision macros}
% \begin{macrocode}
\let\beschluss\decision
\let\beschlussthema\decisiontheme
\let\beschlussliste\listofdecisions
% \end{macrocode}
%
-% \DescribeMacro{german task macros}
+% \DescribeMacro{German task macros}
% \begin{macrocode}
\let\aufgabe\task
\let\aufgabenliste\listoftasks
% \end{macrocode}
%
-% \DescribeMacro{german schedule macros}
+% \DescribeMacro{German schedule macros}
% \begin{macrocode}
\let\termin\schedule
% \end{macrocode}
-% \DescribeMacro{german attachment macros}
+% \DescribeMacro{German attachment macros}
% \begin{macrocode}
\let\anhang\attachment
\let\anhangsliste\listofattachments
@@ -2480,14 +2475,14 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
% \end{macro}
%
% \subsection{Dutch commands}\label{dutch!commands}
-% Thanks to Johan Henselmans for all the hard work to put dutch
+% Thanks to Johan Henselmans for all the hard work to put Dutch
% commands into \Lpack{minutes.sty}.
% \begin{macro}{Dutch Alias}
-% \changes{V1.7c}{2001/12/28}{Add dutch commands}
-% Dutch minutetaker can use dutch macros. There is no difference
-% in the look or the handling of the parameters, the dutch macros
+% \changes{V1.7c}{2001/12/28}{Add Dutch commands}
+% Dutch minutetaker can use Dutch macros. There is no difference
+% in the look or the handling of the parameters, the Dutch macros
% are only alias.\par
-% \DescribeMacro{dutch header macros}
+% \DescribeMacro{Dutch header macros}
% \begin{macrocode}
\let\Notulen\Minutes
\let\endNotulen\endMinutes
@@ -2507,39 +2502,39 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
%\let\notulenkop\min@maketitle%->in \begin{Minutes}
\let\extranotulen\foreignMinutes
% \end{macrocode}
-% \DescribeMacro{dutch topic macros}
-% \verb|\topic| is also ok for dutch.
+% \DescribeMacro{Dutch topic macros}
+% \verb|\topic| is also ok for Dutch.
% \begin{macrocode}
\let\nieuweKolom\newcols
\let\extrapunt\addtopic
% \end{macrocode}
-% \DescribeMacro{dutch voting macros}
+% \DescribeMacro{Dutch voting macros}
% \begin{macrocode}
\newenvironment{Stemming}{\begin{Vote}}{\end{Vote}}
\let\stemming\vote
%%\let\Eenstemming\Onevote%obsolete since V1.6
% \end{macrocode}
-% \DescribeMacro{dutch argumentations}
+% \DescribeMacro{Dutch argumentations}
%^^A \changes{V1.7d}{2002/01/04}{Added the environment Meinung}
% \begin{macrocode}
\let\resultaat\result
%\newenvironment{Meinung}{\begin{Opinions}}{\end{Opinions}} ??
%\let\meinung\opinion ??
% \end{macrocode}
-% \DescribeMacro{dutch decision macros}
+% \DescribeMacro{Dutch decision macros}
% \begin{macrocode}
\let\besluit\decision
\let\besluitonderwerp\decisiontheme
\let\besluitenlijst\listofdecisions
% \end{macrocode}
%
-% \DescribeMacro{dutch task macros}
+% \DescribeMacro{Dutch task macros}
% \begin{macrocode}
\let\aktie\task
\let\aktielijst\listoftasks
% \end{macrocode}
%
-% \DescribeMacro{dutch schedule macros}
+% \DescribeMacro{Dutch schedule macros}
% \begin{macrocode}
\let\termijn\schedule
% \end{macrocode}
@@ -2614,9 +2609,9 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
%
% \subsubsection{Dutch texts}
% Thanks again to Johan Henselmans for all the hard work to put
-% dutch texts into \Lpack{minutes.sty}.
+% Dutch texts into \Lpack{minutes.sty}.
% \begin{macro}{\extrasdutch}
-% \changes{V1.7c}{2001/12/28}{Add dutch texts}
+% \changes{V1.7c}{2001/12/28}{Add Dutch texts}
% \begin{macrocode}
\addto\extrasdutch{
\def\min@textModerator{Voorzitter}
@@ -2658,10 +2653,10 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
%
% \subsubsection{French texts}
% \begin{macro}{\extrasfrench}
-% \changes{V1.7b}{2001/12/26}{Support of french minutes}
-% Ok, I learned french in school, so I decided to add the french
+% \changes{V1.7b}{2001/12/26}{Support of French minutes}
+% Ok, I learned French in school, so I decided to add the French
% words. But since my schooldays I forgot a lot, and I am not
-% familiar with french minutes. Please send me your corrections.
+% familiar with French minutes. Please send me your corrections.
% \begin{macrocode}
\addto\extrasfrench{
\def\min@textModerator{Direction proc\grave{e}s--verbal}
@@ -2703,8 +2698,8 @@ jun\or jul\or aug\or sep\or oct\or nov\or dec\fi.
%
% \subsubsection{German text}
% \begin{macro}{\min@germanText}
-% And the german textes. German got a new spelling,
-% so we have to define it for german and ngerman.
+% And the German texts. German got a new spelling,
+% so we have to define it for German and ngerman.
% The texts in this packet are written in the same manner for both
% spellings.
% \begin{macrocode}
diff --git a/Master/texmf-dist/source/latex/minutes/minutes.ins b/Master/texmf-dist/source/latex/minutes/minutes.ins
index 325561bef9c..9504d0b19f6 100644
--- a/Master/texmf-dist/source/latex/minutes/minutes.ins
+++ b/Master/texmf-dist/source/latex/minutes/minutes.ins
@@ -27,6 +27,7 @@ macros/latex/contrib/supported/minutes
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
@@ -49,22 +50,21 @@ Special features:
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...
----------------------------------------------------------------------
\endpreamble