暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. %%%%%%%%%%%%%%% L A Y O U T %%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %%
  3. %% Fonts and more
  4. %%
  5. %% Font
  6. \newcommand{\myTitelFont}{qhv}
  7. \newcommand*{\cdciFont}{\fontfamily{\myTitelFont}\selectfont\textbf}
  8. %% Font neues Layout 2023
  9. \renewcommand{\rmdefault}{qhv} % Helvetica
  10. \renewcommand{\sfdefault}{qhv} % "
  11. \headheight30pt%
  12. %% Schlagwortverzeichnis
  13. \renewcommand{\indexname}{Stichwortverzeichnis}%%
  14. \renewenvironment{theindex}%
  15. {\if@twocolumn
  16. \@restonecolfalse
  17. \else
  18. \@restonecoltrue
  19. \fi
  20. \columnseprule \z@
  21. \columnsep 35\p@
  22. \twocolumn[\section{\indexname}]%
  23. \@mkboth{\MakeUppercase\indexname}%
  24. {\MakeUppercase\indexname}%
  25. \thispagestyle{fancy}\parindent\z@
  26. \parskip\z@ \@plus .3\p@\relax
  27. \let\item\@idxitem}
  28. {\if@restonecol\onecolumn\else\clearpage\fi}%%
  29. %% Subtitle
  30. \def\iffull#1{\if#1\relax\else}
  31. \gdef\@subtitle{}
  32. \def\subtitle#1{\gdef\@subtitle{#1}}
  33. \def\title#1{\gdef\@title{\sectfont\bfseries\LARGE#1\iffull\@subtitle\\%
  34. \mdseries\Large\@subtitle\fi}}
  35. %%%%% H E A D E R %%%
  36. %% Erzeuge ein Kommando «parttitle»
  37. %% Siehe hier:
  38. %% https://tex.stackexchange.com/questions/13387/how-to-get-part-name-in-latex
  39. \newcommand*\parttitle{}
  40. \let\origpart\part
  41. \renewcommand*{\part}[2][]{%
  42. \ifx\\#1\\% optional argument not present?
  43. \origpart{#2}%
  44. \renewcommand*\parttitle{#2}%
  45. \else
  46. \origpart[#1]{#2}%
  47. \renewcommand*\parttitle{#1}%
  48. \fi
  49. }
  50. % styles siehe http://web.reed.edu/cis/help/latex/bibtexstyles.html
  51. % include texlife.bibtex.extra:
  52. \bibliographystyle{alphadin.bst}
  53. %\bibliographystyle{plain}
  54. %% cleardoublepage soll auf linker (also gerader) Seite beginnen.
  55. \makeatletter
  56. \renewcommand*\cleardoublepage{\clearpage\if@twoside
  57. \ifodd\c@page \hbox{}\newpage\if@twocolumn\hbox{}%
  58. \newpage\fi\fi\fi}
  59. \makeatother
  60. %% Titel immer links:
  61. \titleformat{\section}[block]%%
  62. {\huge}%%{\cleardoublepage\huge}
  63. {\thesection}%%
  64. {1em{}}%%
  65. { | }%%
  66. [%%{\vspace{8cm}\raisebox{2mm}{\includegraphics[width=14cm]{logos/bbw.pdf}}\thispagestyle{empty}\newpage\mbox{}}
  67. ]%%
  68. %%\titleformat{\part}{\normalfont\Huge\bfseries\color{titelFarbe}}{\thepart}{1em}{}%%
  69. %\titleformat{\section}{\normalfont\huge\bfseries\color{titelFarbe}}{\thesection}{1em}{}%%
  70. %\titleformat{\subsection}{\normalfont\Large\bfseries\color{titelFarbe}}{\thesubsection}{1em}{}%%
  71. %\titleformat{\subsubsection}{\normalfont\large\bfseries\color{titelFarbe}}{\thesubsubsection}{1em}{}%%
  72. \titleformat{\part}{\fontfamily{\myTitelFont}\huge\bfseries\color{titelFarbe}}{\thepart}{1em}{}%%
  73. \titleformat{\chapter}{\fontfamily{\myTitelFont}\huge\bfseries\color{titelFarbe}}{\thechapter}{1em}{}%%
  74. \titleformat{\section}{\fontfamily{\myTitelFont}\huge\bfseries\color{titelFarbe}}{\thesection}{1em}{}%%
  75. \titleformat{\subsection}{\fontfamily{\myTitelFont}\Large\bfseries\color{titelFarbe}}{\thesubsection}{1em}{}%%
  76. \titleformat{\subsubsection}{\fontfamily{\myTitelFont}\large\bfseries\color{titelFarbe}}{\thesubsubsection}{1em}{}%%
  77. %%\input{impressum.tex}
  78. %% Theoreme: Bemerkungen, Beispiele und Definitionen
  79. %\theoremstyle{remark}
  80. %\newtheorem{bsp}{Beispiel}[section]
  81. %\newtheorem{bem}{Bemerkung}[section]
  82. %%\theoremstyle{definitionstyle}
  83. %%\newtheorem{definition}{Definition}[section]
  84. %% EV Hier schauen, wegen Boxen und Faben um Bsp, Bem, Definition
  85. %% https://tex.stackexchange.com/questions/437317/leftbar-theorem-environment-with-changeable-colors-for-the-left-bar/437335
  86. %%%%%%%%%%%%%%%%%%%%%%
  87. %% Start fetching index entries for theindex
  88. \makeindex
  89. %%\setlength{\headheight}{36pt}
  90. \setlength{\topmargin}{-19mm}