summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls')
-rw-r--r--Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls45
1 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls b/Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls
new file mode 100644
index 00000000000..ce7e04a509a
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/rub-kunstgeschichte/rub-kunstgeschichte.cls
@@ -0,0 +1,45 @@
+%%
+%% This is file `rub-kunstgeschichte.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% rub-kunstgeschichte.dtx (with options: `class')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2024 by Joran Schneyer <joran.schneyer@ruhr-uni-bochum.de>
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% https://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2008 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainer of this work is Joran Schneyer <joran.schneyer@ruhr-uni-bochum.de>.
+%%
+%% This work consists of the files rub-kunstgeschichte.dtx
+%% rub-kunstgeschichte.ins
+%% and the derived files rub-kunstgeschichte.cls
+%% rub-kunstgeschichte-example.tex
+%%
+
+\NeedsTeXFormat{LaTeX2e}[2022-06-01]
+\ProvidesClass{rub-kunstgeschichte}
+ [2024-05-26 v0.1.0 RUB KGI class]
+%% Load base class with 12pt base font size
+\LoadClass[12pt]{article}
+%% Set 1.5 times line spacing
+\RequirePackage[onehalfspacing]{setspace}
+%% Set a4 paper size and margins
+\RequirePackage[
+ a4paper,
+ top=2cm,left=2cm,bottom=2cm,right=4cm
+]{geometry}
+\endinput
+%%
+%% End of file `rub-kunstgeschichte.cls'.