-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
% ku-frontpage.sty 12 July 2017 | ||
% ku-frontpage.sty 14 March 2018 | ||
%------------------------------------------------------------------------------ | ||
% Copyright (c) 2017 by M.O.Larsen. | ||
% Distributed under the terms of the GNU General Public License v3.0. | ||
% | ||
% LaTeX style for front pages adhering to University of Copenhagen's design | ||
% guide (http://http://designguide.ku.dk/) for science faculty and main | ||
% KU-style. | ||
% guide (http://http://designguide.ku.dk/) for science and sund faculty, | ||
% and main KU-style. | ||
% | ||
% Author: | ||
% Mads Ohm Larsen <[email protected]> | ||
|
@@ -14,7 +14,7 @@ | |
% (http://www.math.ku.dk/~m00cha/), however translated all call to their | ||
% English equivalant and included newer logos. | ||
%------------------------------------------------------------------------------ | ||
\ProvidesPackage{ku-frontpage}[2017/07/12 v0.21 Frontpages with University of Copenhagen logos] | ||
\ProvidesPackage{ku-frontpage}[2018/03/14 v0.3 Frontpages with University of Copenhagen logos] | ||
|
||
%%% Define 'if''s for style. | ||
\newif\if@kutitlepage\@kutitlepagefalse \DeclareOption{titlepage}{\@kutitlepagetrue} | ||
|