Add docs, finish up errors
This commit is contained in:
5
dist/full.tex
vendored
Normal file
5
dist/full.tex
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
\newcommand{\loadFull}{
|
||||
\input{\dir/dist/recommended.tex}
|
||||
\loadRecommended
|
||||
\input{\dir/extra/minted.tex}
|
||||
}
|
32
dist/letter.tex
vendored
Normal file
32
dist/letter.tex
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
|
||||
\setkomavar{date}{\city, \today}
|
||||
|
||||
\newkomavar{fromplace} % a few koma vars
|
||||
\setkomavar{fromname}{\name}
|
||||
\setkomavar{fromaddress}{\street}
|
||||
\setkomavar{fromplace}{\countrycode -\city}
|
||||
|
||||
\KOMAoptions{foldmarks=off,fromrule=false}
|
||||
\setkomavar{backaddress}{}
|
||||
|
||||
\makeatletter % indention of the address fields
|
||||
\setplength{toaddrhpos}{27mm}
|
||||
\setplength{toaddrwidth}{92mm}
|
||||
\setplength{sigindent}{0mm}
|
||||
\makeatother
|
||||
|
||||
\renewcommand*{\raggedsignature}{\raggedright}
|
||||
|
||||
% Define new letter header
|
||||
\setkomavar{firsthead}{
|
||||
\null\hfill
|
||||
\parbox[t][\headheight][t]{4cm}{%
|
||||
\vspace*{2cm}
|
||||
|
||||
\usekomavar{fromname} \newline
|
||||
\usekomavar{fromaddress} \newline
|
||||
\usekomavar{fromplace}
|
||||
}
|
||||
}%
|
7
dist/minimal.tex
vendored
Normal file
7
dist/minimal.tex
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
\newcommand{\loadMinimal}{
|
||||
\typeout{[CustomLaTeXHelperLoader]: Loaded minimal}
|
||||
\input{\dir/main/core.tex}
|
||||
\input{\dir/config/config.tex}
|
||||
\input{\dir/main/style/style.tex}
|
||||
\input{\dir/main/style/common.tex}
|
||||
}
|
14
dist/most.tex
vendored
Normal file
14
dist/most.tex
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
\newcommand{\loadMost}{
|
||||
\typeout{[CustomLaTeXHelperLoader]: Loaded most}
|
||||
\input{\dir/dist/minimal.tex}
|
||||
\loadMinimal
|
||||
\input{\dir/main/math.tex}
|
||||
\input{\dir/main/cs.tex}
|
||||
\input{\dir/main/index.tex}
|
||||
\input{\dir/main/tables.tex}
|
||||
\input{\dir/main/style/counters.tex}
|
||||
\input{\dir/main/style/cs.tex}
|
||||
\input{\dir/main/style/math.tex}
|
||||
\input{\dir/main/style/language.tex}
|
||||
}
|
7
dist/recommended.tex
vendored
Normal file
7
dist/recommended.tex
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
\newcommand{\loadRecommended}{
|
||||
\typeout{[CustomLaTeXHelperLoader]: Loaded recommended}
|
||||
\input{\dir/dist/most.tex}
|
||||
\loadMost
|
||||
\input{\dir/extra/bib.tex}
|
||||
\input{\dir/extra/glossary.tex}
|
||||
}
|
Reference in New Issue
Block a user