Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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