aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2023-01-20 17:14:29 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2023-01-20 17:14:29 +0100
commit0eb67efe8f27b29654b786c56dc1146d57b1c239 (patch)
tree2d82ee594d7a4d5fd37f1f10d5926b13caa88c9f /README.md
parent0127e534fc8910935fcd4089852e492e58a510e8 (diff)
downloadUiO_profile-0eb67efe8f27b29654b786c56dc1146d57b1c239.tar.gz
UiO_profile-0eb67efe8f27b29654b786c56dc1146d57b1c239.zip
Add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
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{<Author>}
+\date{<Date>}
+\deliverabletitle{<Title>}{<Subtitle>}
+\deliverableversion{<Chip>}
+\programname{<program>}
+\branch{<Institute>}{<Faculty>}
+
+\begin{document}
+ \uiotitlepage
+ \maketitle
+
+ \Blinddocument
+\end{document}
+
+```