Update docs (mostly), fixes, etc
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
\newpage
|
||||
\subsection{Tables}
|
||||
\textit{Included in \texttt{most} and up}
|
||||
|
||||
You can set up nice looking tables using the \texttt{booktab} and \texttt{tabulary} environments.
|
||||
|
||||
\textit{New as of October 28 2025:} Tables and figures are now also numbered according to your settings
|
||||
@@ -24,16 +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}
|
||||
\textit{Included in \texttt{most} and up}
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user