From: Jakub Czajka Date: Mon, 19 Jun 2023 15:52:12 +0000 (+0200) Subject: Add basic document template. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=e30352d4bd858be19f98e1f1c7979bb7e68d8763;p=cv.git Add basic document template. --- diff --git a/cv.tex b/cv.tex new file mode 100644 index 0000000..a1b9e95 --- /dev/null +++ b/cv.tex @@ -0,0 +1,28 @@ +\documentclass[11pt]{article} + +\title{ Title} +\author{ Jakub Czajka } +\date{\today} + +\begin{document} +\maketitle +\pagebreak + +% Optional TOC +% \tableofcontents +% \pagebreak + +%--Paper-- + +\section{Section 1} + +Lorem Impsum + + +\pagebreak +\section{Section 2} +Lorem Ipsum \\ + +%--/Paper-- + +\end{document}