replace 'web-engineering' with 'componentware'

This commit is contained in:
2026-04-17 00:33:45 +02:00
parent 948671d63a
commit 2c5feb25f6
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{uebung}[Sem3 Web Engineering Exercise Sheet Class]
\ProvidesClass{uebung}[Sem4 Componentware Exercise Sheet Class]
% Base class with options
\LoadClass[11pt,a4paper]{article}
@@ -60,14 +60,14 @@
% Header and footer setup
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\textbf{Übung Web-Engineering}}
\fancyhead[L]{\textbf{Übung Componentware}}
\fancyhead[R]{\textbf{Aufgabenblatt zu Kapitel \thechapter}}
\fancyfoot[C]{\thepage}
% Title format
\renewcommand{\maketitle}{
\begin{center}
\LARGE\textbf{Übung Web-Engineering}\\
\LARGE\textbf{Übung Componentware}\\
\Large\textbf{Aufgabenblatt zu Kapitel \thechapter}
\vspace{1cm}
@@ -136,7 +136,7 @@
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdftitle={Web Engineering Übungen},
pdftitle={Componentware Übungen},
pdfauthor={Linus Nagel}
}