[Docs] Finish migration guide

This commit is contained in:
2026-02-22 10:16:09 +01:00
parent 2f12f17c4e
commit d0541b4ce7
7 changed files with 41 additions and 13 deletions

View File

@@ -1,7 +1,12 @@
\newpage
\subsubsection{Inline \& Shortened descriptors}
\label{sec:descriptors}
See \ref{sec:counters} for a guide on how to change the current number.
The signature is \verb|\inlinedefinition|[\textit{description}], where the description is optional (and if you omit it, don't write the square brackets!)
Alternatively, you can use \verb|\inline[desc]{definition}|.
\paragraph{Inline}
\begin{tables}{ll}{Command & Output}
\verb|\inlineexample| & \inlineexample \\
@@ -48,10 +53,8 @@ You may also use \verb|\stepLabelNumber|\{\textit{name of the environment}\} to
\subsubsection{Referencing counters}
\hl{\textit{With recent overhaul has not been re-introduced yet, will be a feature again soon, with some changes}}
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.
\label{sec:counter-ref}
If you wish to reference a counter, you can do so by using the \verb|\labeledInline| and \verb|\labeledShort|,
which have the following signature
\mint{latex}|\labeledInline[description]{<descriptor name>}{<your label>}|
where you can replace \verb|<your label>| with a label like \texttt{def:your-def-name}