summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/titlepage-uni-dortmund/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/titlepage-uni-dortmund/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/titlepage-uni-dortmund/README')
-rw-r--r--macros/latex/contrib/titlepage-uni-dortmund/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/titlepage-uni-dortmund/README b/macros/latex/contrib/titlepage-uni-dortmund/README
new file mode 100644
index 0000000000..808cd261f3
--- /dev/null
+++ b/macros/latex/contrib/titlepage-uni-dortmund/README
@@ -0,0 +1,22 @@
+% IUL Title Package
+% Author: Gerd Sebastiani
+% URL: www.forum.fset.de
+%
+% Usage: \usepackage{udotitle}
+% Required packages:
+% - titlepage
+% - fancyhdr
+% - graphics
+% Modifies titlepage to imitate UDO-Cover with IUL-Logo.
+% Load in addition to titlepage.
+% Required Input:
+% Type of your thesis (Assigment, Master's, Ph.D. ... ) by \thesistype{yourtype}
+% Title of your thesis by \title{yourtitle}
+% CAUTION: Very long titles (4 lines) may result in a pagebreak.
+% Either use a shorter title or decrease the fontsize
+% Author of the thesis by \author{yourname}
+% Immatriculation number by \matno{yourno}
+% Date of submission by \date{\today}
+% Names of Supervisors by \tutor{1st Supervisor}{2nd Supervisor}
+%
+% See comments in the stylesheet to adjust the template to your needs