diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-01-20 17:14:29 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2023-01-20 17:14:29 +0100 |
commit | 0eb67efe8f27b29654b786c56dc1146d57b1c239 (patch) | |
tree | 2d82ee594d7a4d5fd37f1f10d5926b13caa88c9f /README.md | |
parent | 0127e534fc8910935fcd4089852e492e58a510e8 (diff) | |
download | UiO_profile-0eb67efe8f27b29654b786c56dc1146d57b1c239.tar.gz UiO_profile-0eb67efe8f27b29654b786c56dc1146d57b1c239.zip |
Add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
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} + +``` |