Auto add chapter as prefix to labels
This commit is contained in:
16
main.tex
16
main.tex
@@ -91,8 +91,22 @@
|
||||
\bookmarksetup{startatroot}%
|
||||
}
|
||||
|
||||
% Add chapter label as prefix to all other sub-labels
|
||||
\NewCommandCopy{\oldlabel}{\label}
|
||||
\newcommand{\labelprefix}{main}
|
||||
\newcommand{\sublabel}[1]{\label{sec:\labelprefix:#1}}
|
||||
\newcommand{\mainlabel}[1]{%
|
||||
\renewcommand{\labelprefix}{#1}%
|
||||
\oldlabel{\labelprefix}%
|
||||
}
|
||||
\renewcommand{\label}[1]{\oldlabel{\labelprefix:#1}}
|
||||
|
||||
% References
|
||||
\newcommand{\chapref}[1]{Chapter~\ref{#1}}
|
||||
\renewcommand{\eqref}[1]{Equation~\ref{\labelprefix:eq:#1}}
|
||||
\renewcommand{\figref}[1]{Figure~\ref{\labelprefix:fig:#1}}
|
||||
\newcommand{\partref}[1]{Part~\ref{#1}}
|
||||
\renewcommand{\secref}[1]{Section~\ref{\labelprefix:sec:#1}}
|
||||
\renewcommand{\tabref}[1]{Table~\ref{\labelprefix:tab:#1}}
|
||||
|
||||
|
||||
%% Document
|
||||
|
||||
Reference in New Issue
Block a user