merge
This commit is contained in:
parent
bc64b3d566
commit
ee45a66a2f
@ -21,6 +21,7 @@
|
||||
\RequirePackage{chngcntr}
|
||||
\counterwithin{figure}{subsection}
|
||||
\counterwithin{table}{subsection}
|
||||
\setcounter{secnumdepth}{4}
|
||||
\ifpartB
|
||||
\def\thepart{\Alph{part}}
|
||||
\setcounter{part}{2}
|
||||
|
@ -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.
@ -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}}}
|
||||
|
Loading…
Reference in New Issue
Block a user