chore: remove deprecation warnings
This commit is contained in:
parent
b4d5b6af00
commit
ee3d1afc45
2 changed files with 17 additions and 14 deletions
|
@ -1,10 +1,13 @@
|
||||||
%!TEX TS-program = lualatex
|
%!TEX TS-program = lualatex
|
||||||
\documentclass[kfu-math, % Layout, Instituts-Angaben
|
\documentclass[%
|
||||||
kfu-clason, % Name, tel, email vom Mitarbeiter
|
ngerman, % Sprache: 'ngerman' oder 'english'
|
||||||
ngerman, % Sprache: 'ngerman' oder 'english'
|
% print, % für Ausdruck: Faltmarken, Rückanschrift
|
||||||
% print, % für Ausdruck: Faltmarken, Rückanschrift
|
fontsize=11pt % Größe der Grundschrift: '10pt' oder '11pt'
|
||||||
fontsize=11pt % Größe der Grundschrift: '10pt' oder '11pt'
|
|
||||||
]{scrlttr2}
|
]{scrlttr2}
|
||||||
|
\LoadLetterOptions{%
|
||||||
|
kfu-math, % Layout, Instituts-Angaben
|
||||||
|
kfu-clason, % Name, tel, email vom Mitarbeiter <-- REPLACE ME
|
||||||
|
}
|
||||||
|
|
||||||
\usepackage{lipsum}
|
\usepackage{lipsum}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
18
kfu-math.lco
18
kfu-math.lco
|
@ -33,15 +33,15 @@ BoldItalicFont=*ExtraBoldItalic]{NunitoSans-}
|
||||||
|
|
||||||
\KOMAoptions{paper=a4, parskip=half-, enlargefirstpage=on, subject=left}
|
\KOMAoptions{paper=a4, parskip=half-, enlargefirstpage=on, subject=left}
|
||||||
\usepackage[left=20mm,right=20mm,bottom=51.2mm]{geometry}
|
\usepackage[left=20mm,right=20mm,bottom=51.2mm]{geometry}
|
||||||
\@setplength{firstheadvpos}{1cm}
|
\setplength{firstheadvpos}{1cm}
|
||||||
\@setplength{firstheadhpos}{30mm}
|
\setplength{firstheadhpos}{30mm}
|
||||||
\@setplength{firstheadwidth}{170mm}
|
\setplength{firstheadwidth}{170mm}
|
||||||
\@setplength{firstfoothpos}{20mm}
|
\setplength{firstfoothpos}{20mm}
|
||||||
\@setplength{firstfootvpos}{287mm}
|
\setplength{firstfootvpos}{287mm}
|
||||||
\@addtoplength[-5]{firstfootvpos}{\baselineskip}
|
\addtoplength[-5]{firstfootvpos}{\baselineskip}
|
||||||
\@setplength{refhpos}{30mm}
|
\setplength{refhpos}{30mm}
|
||||||
\@setplength{refwidth}{170mm}
|
\setplength{refwidth}{170mm}
|
||||||
\@setplength{sigbeforevskip}{3\baselineskip}
|
\setplength{sigbeforevskip}{3\baselineskip}
|
||||||
\let\raggedsignature=\raggedright
|
\let\raggedsignature=\raggedright
|
||||||
|
|
||||||
\ifkfu@print
|
\ifkfu@print
|
||||||
|
|
Loading…
Reference in a new issue