From 0eb67efe8f27b29654b786c56dc1146d57b1c239 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 20 Jan 2023 17:14:29 +0100 Subject: Add readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d36f67e --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# UiOProfile + +As submodule +``` +git add submodule https://git.jakobstendahl.no/jakobst1n/UiO_profile +``` + +latex file +``` +\documentclass[no]{UiO_profile/UiO_profile} +\usepackage{blindtext} + +\author{} +\date{} +\deliverabletitle{}{<Subtitle>} +\deliverableversion{<Chip>} +\programname{<program>} +\branch{<Institute>}{<Faculty>} + +\begin{document} + \uiotitlepage + \maketitle + + \Blinddocument +\end{document} + +``` -- cgit v1.2.3