59 lines
1.7 KiB
TeX
59 lines
1.7 KiB
TeX
\documentclass{article}
|
|
|
|
\input{../janishutz-helpers.tex}
|
|
|
|
\setup{Docs - \LaTeX \hspace{0mm} helpers}
|
|
|
|
\begin{document}
|
|
\startDocument
|
|
|
|
% ── Title page ──────────────────────────────────────────────────────
|
|
|
|
\vspace{2cm}
|
|
\begin{center}
|
|
\includegraphics[width=0.5\linewidth]{../assets/logo.jpg}
|
|
\end{center}
|
|
|
|
|
|
\vspace{5cm}
|
|
\begin{center}
|
|
\begin{Large}
|
|
\textsc{Usage guide for Version 2.0.0}
|
|
\end{Large}
|
|
|
|
\hlurl{https://git.janishutz.com/janishutz/latex}
|
|
\end{center}
|
|
|
|
|
|
% ── Table of contents ───────────────────────────────────────────────
|
|
\newpage
|
|
\printtoc{Aquamarine}
|
|
|
|
|
|
|
|
% ┌ ┐
|
|
% │ Imports │
|
|
% └ ┘
|
|
\input{./parts/intro.tex}
|
|
\input{./parts/usage.tex}
|
|
|
|
|
|
% ── Reference ───────────────────────────────────────────────────────
|
|
\input{./parts/reference/intro.tex}
|
|
\input{./parts/reference/loading.tex}
|
|
\input{./parts/reference/math.tex}
|
|
\input{./parts/reference/cs.tex}
|
|
\input{./parts/reference/style/intro.tex}
|
|
\input{./parts/reference/style/spacing.tex}
|
|
\input{./parts/reference/style/tcolorbox/default.tex}
|
|
\input{./parts/reference/style/tcolorbox/counter.tex}
|
|
\input{./parts/reference/style/tcolorbox/other.tex}
|
|
\input{./parts/reference/style/descriptors.tex}
|
|
\input{./parts/reference/tables-index.tex}
|
|
% \input{./parts/reference/extras.tex}
|
|
%
|
|
%
|
|
% \input{./parts/troubleshooting.tex}
|
|
|
|
\end{document}
|