To get a titlepage I started a new KOMA-script Layer which I used for a pagestyle. This pagestyle I would like to use at my first titlepage. How can I do that?
For further informations see also:
https://latex.org/forum/viewtopic.php?f=47&t=34826
Code: Select all
Code, edit and compile here:
\documentclass[% paper=a4,fontsize=12pt,%]{scrreprt}\usepackage[T1]{fontenc}%\usepackage{tgadventor}\usepackage{xcolor}\usepackage{lipsum}\usepackage[ngerman]{babel}% Only if the base font of the document is to be sans serif%\renewcommand*\familydefault{\sfdefault}%% PAGE AND DOCUMENT LAYOUT %%\usepackage[inner=2cm,outer=1cm,top=3cm,% includehead,bottom=2.5cm,% includefoot% includeheadfoot,head=43.5pt]{geometry}\usepackage{lastpage}\usepackage[headsepline,footsepline,]{scrlayer-scrpage}%\pagestyle{scrheadings} %Wird bereits mitscrlayer-scrpage mitgeladen\clearpairofpagestyles\setkomafont{pageheadfoot}{\normalfont\footnotesize}\renewcommand*{\chapterpagestyle}{headings}