Style in commands

This commit is contained in:
2024-06-26 10:33:46 +02:00
parent 70968365e8
commit c979db6473

View File

@@ -16,9 +16,11 @@
\newcommand{\vs}{\textit{vs.}\ }
%% Citations
%% Citations and references
\newcommand{\citeauthorcite}[1]{\citeauthor*{#1}~\cite{#1}}
\newcommand{\secref}[1]{Sec.~\ref{sec:#1}}
%% Figures
% example: \fig[1]{universe}{The Universe}[Short title for list of figures]
@@ -166,10 +168,6 @@
}
%% References
\newcommand{\secref}[1]{Sec.~\ref{sec:#1}}
%% Structure
\newcommand{\chapterstartoc}[1]{\chapter*{#1}\addcontentsline{toc}{chapter}{#1}}
\newcommand{\chapterstarbookmark}[1]{\pdfbookmark[chapter]{#1}{#1}\chapter*{#1}}