[Counters] Finish up refs
This commit is contained in:
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -66,9 +66,21 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
||||
\label{sec:counters}
|
||||
\textit{Included in \texttt{most} and up}
|
||||
|
||||
\textit{Starting from the version of October 18, 2025, the counter numbers need to be $<$number$>$ - 1}
|
||||
|
||||
You may set the current number for the elements by setting their corresponding counter to the selected number.
|
||||
You can do this using \verb|\setcounter|\{\textit{name of the counter}\}\{\textit{number}\}, where you replace \textit{name of the counter} with one of the following:
|
||||
\texttt{definitions}, \texttt{lemmas}, \texttt{theorems}, \texttt{corollaries}, \texttt{propositions}, \texttt{facts}, \texttt{axioms}, \texttt{examples}, \texttt{remarks}
|
||||
|
||||
This only applies if you have set numberingConfig to $1$ (for all of them) and $2$ (only for \texttt{definitions}).
|
||||
To change the combined numbering, set \texttt{all} to your desired number.
|
||||
|
||||
|
||||
\subsubsection{Referencing counters}
|
||||
\textit{Included in \texttt{most} and up}
|
||||
|
||||
If you wish to reference a counter, you can do so by writing
|
||||
|
||||
\verb|\ref{<counter name>:<section>-<subsection>-<subsubsection>-<counter value>}|,
|
||||
|
||||
or of course, if you do not label subsections and / or subsubsection, dropping them.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
These ones also have two settings, namely, you can change the counter behaviour and the inclusion of subsections in the numbering. See \ref{sec:perFileConf}.
|
||||
|
||||
See \ref{sec:counters} for a guide on how to change the current number.
|
||||
See \ref{sec:counters} for a guide on how to change the current number and how to reference them.
|
||||
|
||||
\begin{definition}[]{Title here}
|
||||
\begin{minted}{latex}
|
||||
|
||||
@@ -13,6 +13,10 @@ You have most likely forgotten about the second argument. Then, the first letter
|
||||
\subsection{pgfkeys: Don't know mainboxstyle}
|
||||
You have most likely forgotten about \verb|\usetcolorboxes| after \verb|\startDocument|.
|
||||
|
||||
\subsection{Numbering incorrect after numberingOn}
|
||||
Check the start of the document and make sure you have used \verb|\setNumberingStyle| to set the numbering style and not
|
||||
\verb|\setcounter{numberingConfig}|
|
||||
|
||||
|
||||
|
||||
\subsection{Undefined commands}
|
||||
|
||||
Reference in New Issue
Block a user