Add new CS configs, update docs for that + troubleshooting guide

This commit is contained in:
2025-01-08 11:53:22 +01:00
parent 85ffdfdc68
commit ed2c9a80c3
6 changed files with 71 additions and 1 deletions

View File

@@ -68,6 +68,22 @@ These commands have to be executed outside the math environment.
\item \verb|\tcl| Time complexity in \tcl{}-notation (best case / lower bound)
\end{itemize}
\fhlc{Aquamarine}{Algorithms}
\begin{minted}{latex}
\begin{algo}{functionName(A)}
\Procedure{functionName}{$(A)$}
\State\Return "Hello World"
\EndProcedure
\end{algo}
\end{minted}
\begin{algo}{functionName(A)}
\Procedure{functionName}{$(A)$}
\State\Return "Hello World"
\EndProcedure
\end{algo}
\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}