diff --git a/docs/docs.pdf b/docs/docs.pdf index 2290730..5b4682d 100644 Binary files a/docs/docs.pdf and b/docs/docs.pdf differ diff --git a/docs/parts/reference.tex b/docs/parts/reference.tex index 7adf7d3..df4c507 100644 --- a/docs/parts/reference.tex +++ b/docs/parts/reference.tex @@ -78,6 +78,7 @@ These commands have to be executed outside the math environment. \item \verb|\tct| Time complexity in \tct{}-notation (average case) \item \verb|\tco| Time complexity in \tco{}-notation (worst case / upper bound) \item \verb|\tcl| Time complexity in \tcl{}-notation (best case / lower bound) + \item \verb|\t[R, C, N]| Simply prints a capital R, C or N in math mode as normal text. So e.g. use $\tR$ to print an R \end{itemize} \fhlc{Aquamarine}{Algorithms}