Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bmsLayout.tex 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. %%%%%%%%%%%%%%%%% L A Y O U T %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %% 2020-12-27 1st version
  3. %% 2025_05_30 philipp.freimann@bms-w.ch
  4. %%
  5. \fancyhf{}%%
  6. \pagestyle{fancy}%%
  7. \renewcommand{\sectionmark}[1]{%%
  8. \markboth{\thesection{} \ #1}{}%%
  9. }%%
  10. \renewcommand{\subsectionmark}[1]{%%
  11. \markright{\thesubsection \ #1}%%
  12. }%%
  13. %% Achtung: chaptermark nur im BOOK-Style
  14. \renewcommand{\footrulewidth}{0.4pt}
  15. \parskip4pt
  16. \parindent0pt
  17. %\topmargin-2.0cm
  18. \textheight24.4cm
  19. \renewcommand{\arraystretch}{1}%%
  20. \newenvironment{bbwFillInTabular}{%%
  21. %% BEGIN PART:
  22. \renewcommand{\arraystretch}{2.1}
  23. \begin{tabular}%%
  24. }%% END PART:
  25. {\end{tabular}
  26. \renewcommand{\arraystretch}{1}%%
  27. }%% END Environment bbwFillInTabular
  28. %% left margin reducing:
  29. %% from here: https://stackoverflow.com/questions/1670463/latex-change-margins-of-only-a-few-pages
  30. \newenvironment{changemargin}[4]{%
  31. \begin{list}{}{%
  32. \setlength{\topsep}{0pt}%
  33. \setlength{\leftmargin}{#1}%
  34. \setlength{\rightmargin}{#2}%
  35. \setlength{\topmargin}{#3}%
  36. \setlength{\textheight}{#4}
  37. \setlength{\listparindent}{\parindent}%
  38. \setlength{\itemindent}{\parindent}%
  39. \setlength{\parsep}{\parskip}%
  40. }%
  41. \item[]}{\end{list}}
  42. \input{hyphenAll}