Compare commits
3 Commits
f228cae9f5
...
496ac27f02
| Author | SHA1 | Date | |
|---|---|---|---|
| 496ac27f02 | |||
| 08ddefd342 | |||
| 696118c824 |
BIN
docs/docs.pdf
BIN
docs/docs.pdf
Binary file not shown.
@@ -11,6 +11,12 @@
|
|||||||
\startDocument
|
\startDocument
|
||||||
\usetcolorboxes
|
\usetcolorboxes
|
||||||
|
|
||||||
|
\vspace{4cm}
|
||||||
|
\begin{center}
|
||||||
|
\includegraphics[width=0.5\linewidth]{../assets/logo.jpg}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\newpage
|
||||||
\printtoc{Aquamarine}
|
\printtoc{Aquamarine}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ All these have to be executed in the math environment.
|
|||||||
\item \verb|\divides| Divider or divides symbol, e.g. $a \divides b$
|
\item \verb|\divides| Divider or divides symbol, e.g. $a \divides b$
|
||||||
\item \verb|\lcm| Least common multiple, $\lcm$
|
\item \verb|\lcm| Least common multiple, $\lcm$
|
||||||
\item \verb|\arcsinh| Inverse of hyperbolic sine, $\arcsinh$
|
\item \verb|\arcsinh| Inverse of hyperbolic sine, $\arcsinh$
|
||||||
\item \verb|\arcosh| Inverse of hyperbolic cosine, $\arcosh$
|
\item \verb|\arccosh| Inverse of hyperbolic cosine, $\arccosh$
|
||||||
\item \verb|\arctanh| Inverse of hyperbolic tangent, $\arctanh$
|
\item \verb|\arctanh| Inverse of hyperbolic tangent, $\arctanh$
|
||||||
\item \verb|\limit|\{\textit{math}\}\{\textit{math}\} Shortened limit notation, $\displaystyle \limit{x}{x_0}$
|
\item \verb|\limit|\{\textit{math}\}\{\textit{math}\} Shortened limit notation, $\displaystyle \limit{x}{x_0}$
|
||||||
\item \verb|\limni| Shortened limit notation for $n \rightarrow \infty$, $\displaystyle \limni$
|
\item \verb|\limni| Shortened limit notation for $n \rightarrow \infty$, $\displaystyle \limni$
|
||||||
@@ -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|\tct| Time complexity in \tct{}-notation (average case)
|
||||||
\item \verb|\tco| Time complexity in \tco{}-notation (worst case / upper bound)
|
\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|\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}
|
\end{itemize}
|
||||||
|
|
||||||
\fhlc{Aquamarine}{Algorithms}
|
\fhlc{Aquamarine}{Algorithms}
|
||||||
@@ -203,7 +204,7 @@ Put \verb|\usetcolorboxes| right after \verb|\startDocument| (right after \verb|
|
|||||||
\end{formula}
|
\end{formula}
|
||||||
|
|
||||||
|
|
||||||
\newpage
|
\vspace{1cm}
|
||||||
\fhlc{Aquamarine}{Counter-enabled}
|
\fhlc{Aquamarine}{Counter-enabled}
|
||||||
|
|
||||||
These ones also have two settings, namely, you can change the counter behaviour and the inclusion of subsections in the numbering. See \ref{sec:perFileConf}.
|
These ones also have two settings, namely, you can change the counter behaviour and the inclusion of subsections in the numbering. See \ref{sec:perFileConf}.
|
||||||
@@ -250,6 +251,7 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\end{minted}
|
\end{minted}
|
||||||
\end{proposition}
|
\end{proposition}
|
||||||
|
|
||||||
|
\newpage
|
||||||
\begin{fact}[]{Title here}
|
\begin{fact}[]{Title here}
|
||||||
\begin{minted}{latex}
|
\begin{minted}{latex}
|
||||||
\begin{fact}[]{Title here}
|
\begin{fact}[]{Title here}
|
||||||
@@ -274,6 +276,14 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\end{minted}
|
\end{minted}
|
||||||
\end{example}
|
\end{example}
|
||||||
|
|
||||||
|
\begin{remark}[]{Title here}
|
||||||
|
\begin{minted}{latex}
|
||||||
|
\begin{remark}[]{Title here}
|
||||||
|
|
||||||
|
\end{remark}
|
||||||
|
\end{minted}
|
||||||
|
\end{remark}
|
||||||
|
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\fhlc{Aquamarine}{Language-Specific}
|
\fhlc{Aquamarine}{Language-Specific}
|
||||||
@@ -325,6 +335,7 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\verb|\inlineproposition| & \inlineproposition \\
|
\verb|\inlineproposition| & \inlineproposition \\
|
||||||
\verb|\inlinefact| & \inlinefact \\
|
\verb|\inlinefact| & \inlinefact \\
|
||||||
\verb|\inlineaxiom| & \inlineaxiom \\
|
\verb|\inlineaxiom| & \inlineaxiom \\
|
||||||
|
\verb|\inlineremark| & \inlineremark \\
|
||||||
\verb|\inlineproof| & \inlineproof \\
|
\verb|\inlineproof| & \inlineproof \\
|
||||||
\end{tables}
|
\end{tables}
|
||||||
|
|
||||||
@@ -338,6 +349,7 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\verb|\shortproposition| & \shortproposition \\
|
\verb|\shortproposition| & \shortproposition \\
|
||||||
\verb|\shortfact| & \shortfact \\
|
\verb|\shortfact| & \shortfact \\
|
||||||
\verb|\shortaxiom| & \shortaxiom \\
|
\verb|\shortaxiom| & \shortaxiom \\
|
||||||
|
\verb|\shortremark| & \shortremark \\
|
||||||
\verb|\shortproof| & \shortproof \\
|
\verb|\shortproof| & \shortproof \\
|
||||||
\end{tables}
|
\end{tables}
|
||||||
\newpage
|
\newpage
|
||||||
@@ -349,9 +361,10 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\verb|\fancytheorem|\{\textit{string}\} & \fancytheorem{Theorem} \\
|
\verb|\fancytheorem|\{\textit{string}\} & \fancytheorem{Theorem} \\
|
||||||
\verb|\fancylemma|\{\textit{string}\} & \fancylemma{Lemma} \\
|
\verb|\fancylemma|\{\textit{string}\} & \fancylemma{Lemma} \\
|
||||||
\verb|\fancycorollary|\{\textit{string}\} & \fancycorollary{Corollary} \\
|
\verb|\fancycorollary|\{\textit{string}\} & \fancycorollary{Corollary} \\
|
||||||
\verb|\fancyproposition|\{\textit{string}\} & \fancyproposition{Corollary} \\
|
\verb|\fancyproposition|\{\textit{string}\} & \fancyproposition{Proposition} \\
|
||||||
\verb|\fancyfact|\{\textit{string}\} & \fancyfact{Fact} \\
|
\verb|\fancyfact|\{\textit{string}\} & \fancyfact{Fact} \\
|
||||||
\verb|\fancyaxiom|\{\textit{string}\} & \fancyaxiom{Axiom} \\
|
\verb|\fancyaxiom|\{\textit{string}\} & \fancyaxiom{Axiom} \\
|
||||||
|
\verb|\fancyremark|\{\textit{string}\} & \fancyremark{Remark} \\
|
||||||
\verb|\fancyproof|\{\textit{string}\} & \fancyproof{Proof} \\
|
\verb|\fancyproof|\{\textit{string}\} & \fancyproof{Proof} \\
|
||||||
\end{tables}
|
\end{tables}
|
||||||
|
|
||||||
@@ -362,9 +375,10 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\verb|\compacttheorem|\{\textit{string}\} & \compacttheorem{Theorem} \\
|
\verb|\compacttheorem|\{\textit{string}\} & \compacttheorem{Theorem} \\
|
||||||
\verb|\compactlemma|\{\textit{string}\} & \compactlemma{Lemma} \\
|
\verb|\compactlemma|\{\textit{string}\} & \compactlemma{Lemma} \\
|
||||||
\verb|\compactcorollary|\{\textit{string}\} & \compactcorollary{Corollary} \\
|
\verb|\compactcorollary|\{\textit{string}\} & \compactcorollary{Corollary} \\
|
||||||
\verb|\compactproposition|\{\textit{string}\} & \compactproposition{Corollary} \\
|
\verb|\compactproposition|\{\textit{string}\} & \compactproposition{Proposition} \\
|
||||||
\verb|\compactfact|\{\textit{string}\} & \compactfact{Fact} \\
|
\verb|\compactfact|\{\textit{string}\} & \compactfact{Fact} \\
|
||||||
\verb|\compactaxiom|\{\textit{string}\} & \compactaxiom{Axiom} \\
|
\verb|\compactaxiom|\{\textit{string}\} & \compactaxiom{Axiom} \\
|
||||||
|
\verb|\compactremark|\{\textit{string}\} & \compactremark{Remark} \\
|
||||||
\verb|\compactproof|\{\textit{string}\} & \compactproof{Proof} \\
|
\verb|\compactproof|\{\textit{string}\} & \compactproof{Proof} \\
|
||||||
\end{tables}
|
\end{tables}
|
||||||
|
|
||||||
@@ -373,8 +387,12 @@ See \ref{sec:counters} for a guide on how to change the current number.
|
|||||||
\label{sec:counters}
|
\label{sec:counters}
|
||||||
\textit{Included in \texttt{most} and up}
|
\textit{Included in \texttt{most} and up}
|
||||||
|
|
||||||
You may set the current number for the elements by setting their corresponding counter to the selected number. You can do this using \verb|\setcounter|\{\textit{name of the counter}\}\{\textit{number}\}, where you replace \textit{name of the counter} with one of the following:
|
You may set the current number for the elements by setting their corresponding counter to the selected number.
|
||||||
\texttt{definitions}, \texttt{lemmas}, \texttt{theorems}, \texttt{corollaries}, \texttt{axioms}, \texttt{examples}. This only applies if you have set numberingConfig to $1$ (for all of them) and $2$ (only for \texttt{definitions}). To change the combined numbering, set \texttt{all} to your desired number.
|
You can do this using \verb|\setcounter|\{\textit{name of the counter}\}\{\textit{number}\}, where you replace \textit{name of the counter} with one of the following:
|
||||||
|
\texttt{definitions}, \texttt{lemmas}, \texttt{theorems}, \texttt{corollaries}, \texttt{propositions}, \texttt{facts}, \texttt{axioms}, \texttt{examples}, \texttt{remarks}
|
||||||
|
|
||||||
|
This only applies if you have set numberingConfig to $1$ (for all of them) and $2$ (only for \texttt{definitions}).
|
||||||
|
To change the combined numbering, set \texttt{all} to your desired number.
|
||||||
|
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|||||||
@@ -17,3 +17,6 @@
|
|||||||
\newcommand{\tct}[1]{$\Theta\left(#1\right)$}
|
\newcommand{\tct}[1]{$\Theta\left(#1\right)$}
|
||||||
\newcommand{\tco}[1]{$\mathcal{O}\left(#1\right)$}
|
\newcommand{\tco}[1]{$\mathcal{O}\left(#1\right)$}
|
||||||
\newcommand{\tcl}[1]{$\Omega\left(#1\right)$}
|
\newcommand{\tcl}[1]{$\Omega\left(#1\right)$}
|
||||||
|
\newcommand{\tR}{\text{R}}
|
||||||
|
\newcommand{\tC}{\text{C}}
|
||||||
|
\newcommand{\tN}{\text{N}}
|
||||||
|
|||||||
Reference in New Issue
Block a user