[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

@@ -22,15 +22,15 @@ This doesn't use the \texttt{table} environment, so no captions are possible, as
\end{fullTable}
\end{minted}
% TODO: Get it working again (generate new \thetable and \thefigure) for
This outputs as
\begin{fullTable}{ll}{Left & Right}{This is a caption}
Left content & Right Content\\
\end{fullTable}
\subsection{Index}
If you want to use index, add \verb|\prepareIndex| to the preamble. Using \verb|\addIndexBold|\{\textit{string}\}, you can add entries to the index. They are printed in bold typeface in your document.
Using \verb|\addIndex|\{\textit{string}\}, you can do the same, but the text remains normal and using \verb|\addIndexItalic|\{\textit{string}\}, it is printed in italics
If you want to use index, add \verb|\prepareIndex| to the preamble. Using \verb|\addIndexBold|\{\textit{string}\}, you can add entries to the index.
They are printed in bold typeface in your document.
Using \verb|\addIndex|\{\textit{string}\}, you can do the same, but the text remains normal and using \verb|\addIndexItalic|\{\textit{string}\}, it is printed in italics,
whereas using \verb|\addIndexBI|\{\textit{string}\}, it is printed in bold and italics