institute -> department

This commit is contained in:
Benjamin Hackl 2023-06-15 09:44:43 +02:00
commit 7823849cd5

View file

@ -3,7 +3,7 @@
% %
% scrartcl (KOMAscript) template for University of Graz % scrartcl (KOMAscript) template for University of Graz
% implements layout according to corporate design of 2022 % implements layout according to corporate design of 2022
% and provides defaults for Institute of Mathematics and Scientific Computing % and provides defaults for Department of Mathematics and Scientific Computing
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesClass{kfureprt}[2021/03/04 v0.4 Uni Graz CD reports] \ProvidesClass{kfureprt}[2021/03/04 v0.4 Uni Graz CD reports]
@ -91,7 +91,7 @@ linktocpage=true,%
\RequirePackage{graphicx} \RequirePackage{graphicx}
\newcommand*\myuniversity{UNIVERSITY OF GRAZ} \newcommand*\myuniversity{UNIVERSITY OF GRAZ}
\providecaptionname{ngerman}\myuniversity{UNIVERSITÄT GRAZ} \providecaptionname{ngerman}\myuniversity{UNIVERSITÄT GRAZ}
\newcommand*\myinstituteA{Institute of Mathematics and} \newcommand*\myinstituteA{Department of Mathematics and}
\providecaptionname{ngerman}\myinstituteA{Institut für Mathematik und} \providecaptionname{ngerman}\myinstituteA{Institut für Mathematik und}
\newcommand*\myinstituteB{Scientific Computing} \newcommand*\myinstituteB{Scientific Computing}
\providecaptionname{ngerman}\myinstituteB{Wissenschaftliches Rechnen} \providecaptionname{ngerman}\myinstituteB{Wissenschaftliches Rechnen}