1

Add doom config to repo

This commit is contained in:
2022-07-01 16:28:22 +02:00
parent 0fa8ff3bba
commit aa6a7fad3b
27 changed files with 1347 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# -*- mode: snippet -*-
# name: main file
# key: mainfile
# --
\input{../pre.tex}
\begin{document}
\title{$1} \subtitle{$2} \author{Christoph Urlacher} \date{\today}
\maketitle
\newpage
\tableofcontents
\newpage
$0
\end{document}