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
|
||||
\documentclass[kfu-math, % Layout, Instituts-Angaben
|
||||
kfu-clason, % Name, tel, email vom Mitarbeiter
|
||||
\documentclass[%
|
||||
ngerman, % Sprache: 'ngerman' oder 'english'
|
||||
% print, % für Ausdruck: Faltmarken, Rückanschrift
|
||||
fontsize=11pt % Größe der Grundschrift: '10pt' oder '11pt'
|
||||
]{scrlttr2}
|
||||
\LoadLetterOptions{%
|
||||
kfu-math, % Layout, Instituts-Angaben
|
||||
kfu-clason, % Name, tel, email vom Mitarbeiter <-- REPLACE ME
|
||||
}
|
||||
|
||||
\usepackage{lipsum}
|
||||
\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}
|
||||
\usepackage[left=20mm,right=20mm,bottom=51.2mm]{geometry}
|
||||
\@setplength{firstheadvpos}{1cm}
|
||||
\@setplength{firstheadhpos}{30mm}
|
||||
\@setplength{firstheadwidth}{170mm}
|
||||
\@setplength{firstfoothpos}{20mm}
|
||||
\@setplength{firstfootvpos}{287mm}
|
||||
\@addtoplength[-5]{firstfootvpos}{\baselineskip}
|
||||
\@setplength{refhpos}{30mm}
|
||||
\@setplength{refwidth}{170mm}
|
||||
\@setplength{sigbeforevskip}{3\baselineskip}
|
||||
\setplength{firstheadvpos}{1cm}
|
||||
\setplength{firstheadhpos}{30mm}
|
||||
\setplength{firstheadwidth}{170mm}
|
||||
\setplength{firstfoothpos}{20mm}
|
||||
\setplength{firstfootvpos}{287mm}
|
||||
\addtoplength[-5]{firstfootvpos}{\baselineskip}
|
||||
\setplength{refhpos}{30mm}
|
||||
\setplength{refwidth}{170mm}
|
||||
\setplength{sigbeforevskip}{3\baselineskip}
|
||||
\let\raggedsignature=\raggedright
|
||||
|
||||
\ifkfu@print
|
||||
|
|
Loading…
Reference in a new issue