36 lines
1.1 KiB
TeX
36 lines
1.1 KiB
TeX
\documentclass{article}
|
|
|
|
\newcommand{\dir}{~/projects/latex}
|
|
\input{\dir/include.tex}
|
|
\load{full}
|
|
|
|
\setup{Docs - \LaTeX \hspace{0mm} helpers}
|
|
\setLang{en}
|
|
|
|
\begin{document}
|
|
\startDocument
|
|
\usetcolorboxes
|
|
|
|
\printtoc{Aquamarine}
|
|
|
|
\newpage
|
|
\section{Introduction}
|
|
This set of \LaTeX files is designed to give you a good looking, pre-configured \LaTeX setup, which helps you get started much more quickly.
|
|
|
|
It has some configuration options already, but more are to come soon. If you have any suggestions as to what should be added, don't hesitate to open a support ticket at \url{https://support.janishutz.com?a=add} or contacting me via email to \texttt{development@janishutz.com}.
|
|
|
|
|
|
\section{Installation}
|
|
You can install these helper files by downloading this repo and storing it to any location on your PC, remembering where that location is.
|
|
|
|
You may also install the VSCode snippets found in the vscode-snippets folder. These snippets provide autocompletion for many of the commands that this helper file provides.
|
|
|
|
|
|
\input{./parts/usage.tex}
|
|
|
|
\input{./parts/custom-loader.tex}
|
|
|
|
\input{./parts/reference.tex}
|
|
|
|
\end{document}
|