17 lines
1.2 KiB
TeX
17 lines
1.2 KiB
TeX
\newpage
|
|
\subsection{Style}
|
|
General styling commands. All other commands, except these ones require at least \texttt{most} to be the selected \textit{scope}
|
|
\begin{itemize}
|
|
\item \verb|\TODO| Print a highlighted \TODO
|
|
\item \verb|\background|\{\textit{color}\}\{\textit{number}\}\{\textit{string}\} Print \background{ForestGreen}{50}{shaded text, with colour saturation}
|
|
\item \verb|\shade|\{\textit{color}\}\{\textit{string}\} Print \shade{ForestGreen}{shaded text}
|
|
\item \verb|\backdrop|\{\textit{string}\} Print \backdrop{text with gray backdrop}
|
|
\item \verb|\fhlc|\{\textit{color}\}\{\textit{string}\} Print \fhlc{ForestGreen}{bold, underlined text in a coloured box}
|
|
\item \verb|\fhl|\{\textit{string}\} Print \fhl{bold, underlined text in a white box}
|
|
\item \verb|\printtoc|\{\textit{color}\} Print the table of contents (as seen on the first page). The normal \verb|\tableofcontents| still works as expected
|
|
\item \verb|\smallhspace| Prints a 2mm hspace
|
|
\item \verb|\mediumhspace| Prints a 5mm hspace
|
|
\item \verb|\largehspace| Prints a 10mm = 1cm hspace
|
|
\item \verb|\rmvspace| Removes some of the vertical whitespace printed by environments like \verb|align|
|
|
\end{itemize}
|