This Topic is complementary to my first forum topics:
https://latex.org/forum/viewtopic.php?f=48&t=34795
https://latex.org/forum/viewtopic.php?f=48&t=34799
Till now I´ve been mainly working with KOMA-script and it´s documentation scrguide.
Here are the adjustments I´ve done before:
Code: Select all
\documentclass[% paper=a4,fontsize=12pt,]{scrreprt}\usepackage{lipsum}\usepackage{tgadventor}\renewcommand*\familydefault{\sfdefault} % Only if the base font of the document is to be sans serif\usepackage[T1]{fontenc}\setcounter{secnumdepth}{3}\renewcommand*{\chapterformat}{\thechapter.\enskip} %\autodet wurde durch . ersetzt\renewcommand*{\sectionformat}{\thesection.\enskip} %\autodet wurde durch . ersetzt\renewcommand*{\subsectionformat}{\thesubsection.\enskip} %\autodet wurde durch . ersetzt\renewcommand*{\subsubsectionformat}{\thesubsubsection.\enskip} %\autodet wurde durch . ersetzt\addtokomafont{chapter}{\normalfont\sffamily}\addtokomafont{paragraph}{\normalfont\underline}\usepackage{xcolor}\setlength{\fboxsep}{10pt}\makeatletter\renewcommand{\chapterlinesformat}[3]{%\fcolorbox{black}{lightgray}{%% \framebox{\parbox{\dimexpr\linewidth-5\fboxrule-2\fboxsep}{%\@hangfrom{#2}\MakeUppercase{#3}%}%}%}%}\makeatother
I would also like to insert a linebreak with a small gap after the paragraph heading
And I´m not shure if I really want to do that, but how can I set the sectionnumber justified to the paragraph text?