This commit is contained in:
Michael Kohlhase 2019-01-25 12:45:14 +01:00
parent bc64b3d566
commit ee45a66a2f
4 changed files with 7 additions and 1 deletions

View File

@ -21,6 +21,7 @@
\RequirePackage{chngcntr}
\counterwithin{figure}{subsection}
\counterwithin{table}{subsection}
\setcounter{secnumdepth}{4}
\ifpartB
\def\thepart{\Alph{part}}
\setcounter{part}{2}

View File

@ -275,9 +275,13 @@
\RequirePackage{chngcntr}
\counterwithin{figure}{subsection}
\counterwithin{table}{subsection}
% \end{macrocode}
% And finally, we set the section numbering depth, so that paragraphs are numbered and
% can be cross-referenced.
% \begin{macrocode}
\setcounter{secnumdepth}{4}
%</cls|reporting>
% \end{macrocode}
%
% \subsection{Proposal Metadata and Title Page}\label{sec:impl:metadata}
%
% We extend the metadata keys from the |proposal| class.

Binary file not shown.

View File

@ -19,6 +19,7 @@
\RequirePackage{chngcntr}
\counterwithin{figure}{subsection}
\counterwithin{table}{subsection}
\setcounter{secnumdepth}{4}
\define@key{prop@gen}{reportperiod}{\def\prop@gen@reportperiod{#1}}
\define@key{prop@gen}{key}{\@dmp{key=#1}%
\@ifundefined{prop@gen@keys}{\xdef\prop@gen@keys{#1}}{\xdef\prop@gen@keys{\prop@gen@keys,#1}}}