From: Jakub Czajka Date: Wed, 4 Feb 2026 08:58:49 +0000 (+0100) Subject: Add basic document template. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=13092f06e2691bdb9652d5e4d4c03239015b0b89;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}