aboutsummaryrefslogtreecommitdiff
path: root/projdoc.cls
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-26 15:50:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-26 15:50:58 +0200
commit6329755a372d90985bda1cd164fae8d91d4a60c6 (patch)
tree6d774ae20df9a35a3e98a6ca3e1c692456a8c31c /projdoc.cls
parent7a385155a6b89077ec53b25efea10aa77b0a746d (diff)
remove meta.tex and just set defaults directly in projdoc.cls
Diffstat (limited to 'projdoc.cls')
-rw-r--r--projdoc.cls15
1 files changed, 13 insertions, 2 deletions
diff --git a/projdoc.cls b/projdoc.cls
index 16b1790..8a2c05d 100644
--- a/projdoc.cls
+++ b/projdoc.cls
@@ -1,6 +1,19 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{projdoc}[2024-09-03 class projdoc]
+% project defaults
+\makeatletter
+\def\@project{Project cr\^epe}
+\def\@organization{Avans University of Applied Sciences}
+\def\@author{%
+ Loek Le Blansch\and%
+ Wouter Boerenkamps\and%
+ Jaro Rutjes\and%
+ Max Smits\and%
+ Niels Stunnebrink%
+}
+\makeatother
+
% based on article
\LoadClass{article}
@@ -160,9 +173,7 @@
% \maketitle format
\makeatletter
-\let\@project\relax
\def\project#1{\def\@project{#1}}
-\let\@organization\relax
\def\organization#1{\def\@organization{#1}}
\def\@maketitle{%
\centering%