[Docs] Finish migration guide
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user