Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. begin{multicols}{2}
  2. tableofcontents
  3. end{multicols}
  4.  
  5. documentclass[12pt,article,a4paper]{scrartcl}
  6. title{textbf{GF,CH: Themen für die mündliche Prüfung}}
  7. date{Montag, 1.7.2019}
  8. author{}
  9. usepackage[german]{babel}
  10. usepackage{multicol}
  11.  
  12. usepackage{xcolor}
  13. definecolor{myorange}{RGB}{255,127.5,0}
  14.  
  15. usepackage{tikz}
  16. tikzset{
  17. % Styling of header text is done using key/value options for TikZ nodes. See
  18. % section 16.4 of the PGF manual for a complete list of options that affect
  19. % text.
  20. headings/base/.style = {
  21. % Zap node seperation, set text width and alignment.
  22. outer sep = 0pt,
  23. % Trim off 2/3rd of an em to compensate for the inner xsep which spaces the
  24. % text nicely away from the left side, but causes the node to hang into the
  25. % right margin.
  26. text width = {textwidth - 0.6666em},
  27. align = left,
  28. text = black,
  29. },
  30. headings/section/.style = {
  31. headings/base,
  32. fill = myorange!50,
  33. font = sffamilylarge
  34. },
  35. headings/subsection/.style = {
  36. headings/base,
  37. fill = myorange!25,
  38. font = sffamilylarge
  39. }
  40. }
  41.  
  42. newcommand{colorboxedsec}[2]{%
  43. tikz{node[headings/#1]{#2};}}
  44.  
  45. setkomafont{section}{colorboxedsec{section}}
  46. setkomafont{subsection}{colorboxedsec{subsection}}
  47.  
  48.  
  49.  
  50.  
  51. begin{document}
  52. pagenumbering{roman}
  53. maketitle
  54. begin{multicols*}{2}
  55. tableofcontents
  56. end{multicols*}
  57.  
  58. pagenumbering{arabic}
  59. section{Stöchiometrie}
  60. section{Die Geometrie von Teilchen}
  61. section{Zwischenpartikulare Kräfte}
  62. subsection{van}
  63. section{Reaktionsgeschwindigkeit}
  64. section{Das chemische Gleichgewicht}
  65. section{Beeinflussung von chemischen Gleichgewichten}
  66. section{Fällungsreaktionen}
  67. section{Komplexreaktionen}
  68. section{S/B-Reaktionen}
  69. section{Redoxreaktionen}
  70. section{Titration}
  71. section{Der pH-Wert}
  72. section{Der (technische) Kalkkreislauf}
  73. section{Chiralität}
  74. section{E/Z-Isomerie}
  75. section{Mesomerie und Farbe}
  76. section{Farben}
  77. section{Sprengstoffe}
  78. section{Proteine}
  79. section{Enzyme}
  80. section{Nervengifte, Rauschgifte}
  81.  
  82. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement