]> git.ekhem.eu.org Git - cv.git/commitdiff
Add basic document template.
authorJakub Czajka <jakub@ekhem.eu.org>
Mon, 19 Jun 2023 15:52:12 +0000 (17:52 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Mon, 19 Jun 2023 16:04:07 +0000 (18:04 +0200)
cv.tex [new file with mode: 0644]

diff --git a/cv.tex b/cv.tex
new file mode 100644 (file)
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}