| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- %%%%%%%%%%%%%%%%% L A Y O U T  %%%%%%%%%%%%%%%%%%%%%%%%%%%%
 - %% 2020-12-27 1st version
 - %% 2025_05_30 philipp.freimann@bms-w.ch
 - %%
 - 
 - \fancyhf{}%%
 - \pagestyle{fancy}%%
 - 
 - \renewcommand{\sectionmark}[1]{%%
 -   \markboth{\thesection{} \ #1}{}%%
 - }%%
 - 
 - \renewcommand{\subsectionmark}[1]{%%
 -   \markright{\thesubsection \ #1}%%
 - }%%
 - 
 - %% Achtung: chaptermark nur im BOOK-Style
 - 
 - \renewcommand{\footrulewidth}{0.4pt}
 - 
 - \parskip4pt
 - \parindent0pt
 - 
 - %\topmargin-2.0cm
 - \textheight24.4cm
 - 
 - \renewcommand{\arraystretch}{1}%%
 - 
 - \newenvironment{bbwFillInTabular}{%%
 - %% BEGIN PART:
 - \renewcommand{\arraystretch}{2.1}
 - \begin{tabular}%%
 - }%% END PART:
 - {\end{tabular}
 - \renewcommand{\arraystretch}{1}%%
 - }%% END Environment bbwFillInTabular
 - 
 - 
 - %% left margin reducing:
 - %% from here: https://stackoverflow.com/questions/1670463/latex-change-margins-of-only-a-few-pages
 - \newenvironment{changemargin}[4]{%
 - \begin{list}{}{%
 - \setlength{\topsep}{0pt}%
 - \setlength{\leftmargin}{#1}%
 - \setlength{\rightmargin}{#2}%
 - \setlength{\topmargin}{#3}%
 - \setlength{\textheight}{#4}
 - \setlength{\listparindent}{\parindent}%
 - \setlength{\itemindent}{\parindent}%
 - \setlength{\parsep}{\parskip}%
 - }%
 - \item[]}{\end{list}}
 - 
 - \input{hyphenAll}
 
 
  |