Skip to content
Snippets Groups Projects
Commit d84a410f authored by Tobias Hamann's avatar Tobias Hamann
Browse files

Create SET_Appendix.file and mv things there

parent ba95fcb1
Branches
No related tags found
1 merge request!3Cleanup, merge different versions, magic
Pipeline #541917 passed
......@@ -179,6 +179,9 @@
%%----SET UP BIBLIOGRAPHY----
\input{format/WZLTemplate_files/SET_Bibliography.tex}
%%----SET UP APPENDIX----
\input{format/WZLTemplate_files/SET_Appendix.tex}
%%----MISCELLANEOUS----
\input{format/WZLTemplate_files/SET_Miscellaneous.tex}
......
% TODO
\newcommand{\appendixheadline}{
\cleardoublepage
\stepcounter{romancounter}
\newcommand{\appendixhead}{\Roman{romancounter}\hspace{1em}Appendix}
\phantomsection\addcontentsline{toc}{chapter}{\appendixhead}
\thispagestyle{plain}
% \setcounter{section}{0} % Reset section counter
% \setcounter{subsection}{0} % Reset subsection counter
% \setcounter{subsubsection}{0} % Reset subsubsection counter
{\cftlottitlefont\appendixhead}{\cftafterlottitle}
% Redefine section numbering to include the Roman numeral
\renewcommand{\thesection}{\Roman{romancounter}.\arabic{section}}
% Redefine subsection numbering to include the new section number
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
% Redefine subsubsection numbering accordingly
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
% Redefine figure numbering if needed
\renewcommand{\thefigure}{\Roman{romancounter}.\arabic{figure}}
}
......@@ -72,3 +72,18 @@
\mkbibacro{URL}\addcolon\space
\href{#1}{\nolinkurl{\thefield{verba}}}
}
% TODO
\newcommand{\references}{
\cleardoublepage
\sloppy
\stepcounter{romancounter}
\newcommand{\listreferencename}{\Roman{romancounter}\hspace{1em}\tmpreferencename}
\phantomsection\addcontentsline{toc}{chapter}{\listreferencename}
\thispagestyle{plain}
{\cftlottitlefont\listreferencename}{\cftafterlottitle}
\printbibliography[heading=none,title=\tmpreferencename]
% \printbibliography[heading=bibintoc,title=References]
}
......@@ -12,8 +12,6 @@
\setlength{\cftchapnumwidth}{2em}
}
%% Start of main text
\newcommand{\startmain}
{
......@@ -25,40 +23,6 @@
}
% TODO
\newcommand{\references}{
\cleardoublepage
\sloppy
\stepcounter{romancounter}
\newcommand{\listreferencename}{\Roman{romancounter}\hspace{1em}\tmpreferencename}
\phantomsection\addcontentsline{toc}{chapter}{\listreferencename}
\thispagestyle{plain}
{\cftlottitlefont\listreferencename}{\cftafterlottitle}
\printbibliography[heading=none,title=\tmpreferencename]
% \printbibliography[heading=bibintoc,title=References]
}
% TODO
\newcommand{\appendixheadline}{
\cleardoublepage
\stepcounter{romancounter}
\newcommand{\appendixhead}{\Roman{romancounter}\hspace{1em}Appendix}
\phantomsection\addcontentsline{toc}{chapter}{\appendixhead}
\thispagestyle{plain}
% \setcounter{section}{0} % Reset section counter
% \setcounter{subsection}{0} % Reset subsection counter
% \setcounter{subsubsection}{0} % Reset subsubsection counter
{\cftlottitlefont\appendixhead}{\cftafterlottitle}
% Redefine section numbering to include the Roman numeral
\renewcommand{\thesection}{\Roman{romancounter}.\arabic{section}}
% Redefine subsection numbering to include the new section number
\renewcommand{\thesubsection}{\thesection.\arabic{subsection}}
% Redefine subsubsection numbering accordingly
\renewcommand{\thesubsubsection}{\thesubsection.\arabic{subsubsection}}
% Redefine figure numbering if needed
\renewcommand{\thefigure}{\Roman{romancounter}.\arabic{figure}}
}
% TODO
\newcommand{\markerbox}[2]{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment