Skip to content
Snippets Groups Projects
Commit 63bbb59e authored by rohieb's avatar rohieb
Browse files

s0minutes: print date in original form containing month name

parent 44fb8f48
Branches
Tags
No related merge requests found
......@@ -82,6 +82,12 @@
\RequirePackage{dingbat} % \leftthumbsup etc.
\RequirePackage[svgnames,table]{xcolor}
% \end{macrocode}
%
% Get \verb|\printdate| and set default format to something like \emph{20. Januar 2019}
%
% \begin{macrocode}
\RequirePackage[ngerman,orig]{isodate}
% \end{macrocode}
% Tweak section numbering, set table of contents number field to max width of section numbers:
% \begin{macrocode}
\let\theoldsection\thesection
......@@ -94,15 +100,15 @@
% \subsection{Heading and Footer Setup}
% We just overwrite our own date here, everything else is from \textsf{s0artcl}.
% \begin{macrocode}
\ohead{\textsc{\sn@date}}
\ohead{\textsc{\printdate{\sn@date}}}
% \end{macrocode}
%
% \section{User Commands and Environments}
% \DescribeMacro{\meetingminutes}
% Meeting information, to be used in the preamble:
% 1. Type of the meeting (e.g., board meeting, general meeting, etc.)
% 2. Date of the meeting
% 3. Starting time,
% 2. Date of the meeting in YYYY-MM-DD format
% 3. Starting time
% 4. Place of the meeting
% 5. (List of) attending people
% 6. (List of) absent people, if any
......@@ -125,7 +131,7 @@
\newcommand*{\sn@meetinginfo}{%
\begin{tabular}{rl}
Ort: & \sn@place \\
Zeit: & \sn@date, \sn@startingtime \\
Zeit: & \printdate{\sn@date}, \sn@startingtime \\
Anwesend: & \sn@attendants \\
\ifx\sn@absentees\empty
\empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment