A LaTeX package for use at University of Copenhagen.
Using the titlepage
option will resemble as close as possible the official design for Master projects and PhD theses.
The Microsoft Word templates can be found at http://designguide.ku.dk/.
Just copy the ku-frontpage.sty
and the logos
folder into your current working directory.
You can then include the package with for example:
\usepackage[english, science, titlepage]{ku-frontpage}
Name | Available options | Default | Notes |
---|---|---|---|
Layout | titlepage , large , small |
titlepage |
|
Language | english , danish |
english |
Will also include the babel package with the same option. |
Faculty | science , sund , ku |
science |
Will change the logo and text at the top of the page accordingly. |
Hyperref? | hyperref |
Enables the hyperref package and sets default. | |
Drop caps? | dropcaps |
Will allow you to include drop caps with \lettrine{D}{rop caps} . |
Name | Function | Example |
---|---|---|
\assignment{...} |
Sets the assignment type. | \assignment{PhD thesis} |
\author{...} |
Sets the author. | \author{Mads Ohm Larsen} |
\title{...} |
Sets the title of the document. | \title{Quasicrystal Simulation} |
\subtitle{...} |
Sets the subtitle of the document. | \subtitle{An investigation} |
\date{...} |
Sets the date of the document. | \date{Handed in: \today} |
\advisor{...} |
Sets the advisor. | \advisor{Advisor: Anders Andersen} |
\frontpageimage{...} |
Sets the image for the titlepage | \frontpageimage{example.png} |
\kupdfsetup{...}{...}{...} |
Sets various information in the result PDF. Requires the hyperref option. |
\kupdfsetup{My title}{My subject}{My name} |
You can disable a command, by setting it to nothing, for example if you do not want a subtitle, you can use \subtitle{}
.
Three colors are also defined as well as a setting for current color.
These are KU
, KUsund
, and KUscience
.
Using \KUCOLOR
will give you the current color, as specified by the selected faculty.
The file example.tex
contains an example of a titlepage LaTeX file, which when compiled should look like this:
The large and small design can be used for everyday assignments handed in to your TA.
Large
Small
The UCPH logo is protected by a European patent. For more information go to the official design guide: http://designguide.ku.dk/ku/om_design/varemaerkebeskyttelse/
The template is distributed under the terms of the MIT License
Copyright 2021 Mads Ohm Larsen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.