Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. \documentclass[12pt,a4paper,captions=tableabove, english]{article}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[T1]{fontenc}
  4. \usepackage[english]{babel}
  5. \usepackage{extarrows}
  6. \usepackage{afterpage}
  7. \usepackage{geometry}
  8. %\usepackage{fullpage}
  9. \usepackage[autostyle=true,german=quotes]{csquotes}
  10. \usepackage[authordate15,maxcitenames=2,backend=biber]{biblatex-chicago}
  11. \usepackage{graphicx}
  12. \usepackage{fancyhdr}
  13. \usepackage{makeidx}
  14. \usepackage[dvipsnames]{xcolor}
  15. \usepackage{hyperref}
  16. \usepackage[markup=nocolor,deletedmarkup=xout]{changes}
  17. \makeindex
  18. \usepackage{tikz}
  19. \usepackage{pgfplots}
  20. \usetikzlibrary{plotmarks}
  21. \usepackage{standalone}
  22. \usetikzlibrary{decorations.pathreplacing}
  23. \usepackage{multicol}
  24. \usepackage{footnote}
  25. \usepackage[]{ragged2e}
  26. \usepackage[]{blindtext}
  27. \usepackage{listings}
  28. \usepackage{color}
  29. \usepackage{float}
  30. \usepackage{stmaryrd}
  31. \usepackage{mdframed}
  32. \usepackage{sectsty}
  33.  
  34. \definecolor{uniaux}{RGB}{0,101,97}
  35. \definecolor{SL}{RGB}{253,246,227}
  36.  
  37. \colorlet{shadecolor}{orange!20}
  38.  
  39.  
  40. \sectionfont{\color{uniaux}} % sets colour of sections
  41. \subsectionfont{\color{uniaux}} % sets colour of chapters
  42. \subsubsectionfont{\color{uniaux}} % sets colour of chapters
  43.  
  44. \usepackage{color,soul}
  45. \setulcolor{green}
  46.  
  47. \lstset{literate=%
  48. {Ö}{{\"O}}1
  49. {Ä}{{\"A}}1
  50. {Ü}{{\"U}}1
  51. {ß}{{\ss}}1
  52. {ü}{{\"u}}1
  53. {ä}{{\"a}}1
  54. {ö}{{\"o}}1
  55. {~}{{\textasciitilde}}1
  56. }
  57. \usepackage{caption}
  58. \DeclareCaptionFont{white}{\color{white}}
  59. \DeclareCaptionFormat{listing}{\colorbox{cyan}{\parbox{\textwidth}{#1#2#3}}}
  60. \captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
  61.  
  62. \lstset{ %
  63. language=R, % the language of the code
  64. basicstyle=\footnotesize, % the size of the fonts that are used for the code
  65. numbers=left, % where to put the line-numbers
  66. numberstyle=\tiny\color{gray}, % the style that is used for the line-numbers
  67. stepnumber=1, % the step between two line-numbers. If it's 1, each line
  68. % will be numbered
  69. numbersep=5pt, % how far the line-numbers are from the code
  70. backgroundcolor=\color{SL}, % choose the background color. You must add \usepackage{color}
  71. showspaces=false, % show spaces adding particular underscores
  72. showstringspaces=false, % underline spaces within strings
  73. showtabs=false, % show tabs within strings adding particular underscores
  74. frame=single, % adds a frame around the code
  75. rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. commens (green here))
  76. tabsize=2, % sets default tabsize to 2 spaces
  77. captionpos=t, % sets the caption-position to bottom
  78. breaklines=true, % sets automatic line breaking
  79. breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
  80. title=\lstname, % show the filename of files included with \lstinputlisting;
  81. % also try caption instead of title
  82. keywordstyle=\color{blue}, % keyword style
  83. commentstyle=\color{purple}, % comment style
  84. stringstyle=\color{violet}, % string literal style
  85. %escapeinside={\%*}{*)}, % if you want to add a comment within your code
  86. morekeywords={*,...} % if you want to add more keywords to the set
  87. }
  88.  
  89. \DefineBibliographyStrings{english}{%
  90. andothers = {et al.},
  91. }
  92.  
  93. \fancypagestyle{ErsteSeite}{%
  94. \pagestyle{fancy}
  95. \fancyhf{}%
  96. %Kopfzeile rechts bzw. außen
  97. \fancyhead[RO,LE]{\textbf{\thepage}}
  98. \fancyhead[C]{\textsc{\textbf{\leftmark}}}
  99. %Linie oben
  100. \renewcommand{\headrulewidth}{0.2pt}
  101. %\setlength{\headsep}{20mm}
  102. \setlength{\headsep}{13mm}
  103. %\fancyhead[LO,RE]{ }
  104. %\fancyhead[L]{\rightmark}
  105. %Kopfzeile links bzw. innen
  106. %\fancyhead[LO,RE]{Universität}
  107. %Linie oben
  108. \renewcommand{\headrulewidth}{0.3pt}
  109. }
  110.  
  111. \fancypagestyle{Rcodes}{%
  112. \pagestyle{fancy}
  113. \fancyhf{}%
  114. %Kopfzeile rechts bzw. außen
  115. \fancyhead[RO,LE]{\textbf{\thepage}}
  116. %Linie oben
  117. \renewcommand{\headrulewidth}{0.2pt}
  118. \setlength{\headsep}{13mm}
  119. %\fancyhead[LO,RE]{ }
  120. \fancyhead[C]{\textsc{\textbf{Appendix (R Codes}})}
  121. %\fancyhead[L]{\rightmark}
  122. %Kopfzeile links bzw. innen
  123. %\fancyhead[LO,RE]{Universität }
  124. %Linie oben
  125. \renewcommand{\headrulewidth}{0.3pt}
  126. }
  127.  
  128. \fancypagestyle{Erklärung}{%
  129. \pagestyle{fancy}
  130. \fancyhf{}%
  131. %Kopfzeile rechts bzw. außen
  132. \fancyhead[RO,LE]{\thepage}
  133. %Linie oben
  134. \renewcommand{\headrulewidth}{0.2pt}
  135. \setlength{\headsep}{13mm}
  136. %\fancyhead[LO,RE]{ }
  137. \fancyhead[C]{\textsc{Erklärung}}
  138. %\fancyhead[L]{\rightmark}
  139. %Kopfzeile links bzw. innen
  140. %\fancyhead[LO,RE]{Universität}
  141. %Linie oben
  142. \renewcommand{\headrulewidth}{0.3pt}
  143. }
  144.  
  145. \fancypagestyle{Stichwortverzeichnis}{%
  146. \pagestyle{fancy}
  147. \fancyhf{}%
  148. %Kopfzeile rechts bzw. außen
  149. \fancyhead[RO,LE]{Seite \thepage}
  150. %Linie oben
  151. \renewcommand{\headrulewidth}{0.2pt}
  152. \setlength{\headsep}{13mm}
  153. %\fancyhead[LO,RE]{}
  154. \fancyhead[C]{\textsc{\textbf{Appendix (Index}})}
  155. %\fancyhead[L]{\rightmark}
  156. %Kopfzeile links bzw. innen
  157. %\fancyhead[LO,RE]{Universität }
  158. %Linie oben
  159. \renewcommand{\headrulewidth}{0.3pt}
  160. }
  161.  
  162.  
  163.  
  164.  
  165. \usepackage{selinput}
  166. \SelectInputMappings{
  167. adieresis={ä},
  168. germandbls={ß}
  169. }
  170. \usepackage{babel}
  171. \usepackage{amsthm}
  172. \usepackage{amsmath}
  173. \allowdisplaybreaks
  174.  
  175. \usepackage{amssymb}
  176. \usepackage{graphicx}
  177. \usepackage{paralist}
  178. \usepackage{mathrsfs}
  179. \usepackage{mathtools}
  180. \usepackage{bbm}
  181. \usepackage{fancybox}
  182. \usepackage{framed}
  183.  
  184. %\headerfont{\cinzel}
  185.  
  186. \theoremstyle{definition}
  187. \newtheorem{prop}{Proposition}[section]
  188. \newtheorem{defi}[prop]{Definition}
  189. \newtheorem{assum}[prop]{Assumption}
  190. \newtheorem{bsp}[prop]{Example}
  191. \newtheorem{fig}[prop]{Figure}
  192. \newtheorem{satz}[prop]{Theorem}
  193. \newtheorem{lem}[prop]{Lemma}
  194. \newtheorem{kor}[prop]{Corollary}
  195. %\newtheorem*{motiv}{Motivation}
  196. \newtheorem{bem}[prop]{Remark}
  197.  
  198. \numberwithin{equation}{section}
  199.  
  200. \renewcommand{\sectionmark}[1]{}
  201.  
  202. \newcommand\IP{\mathbb{P}}
  203.  
  204.  
  205. %SEMINAR%
  206. \newcommand\IF{\mathbbm{1}}
  207. \newcommand{\BIGOP}[1]{\mathop{\mathchoice%
  208. {\raise-0.22em\hbox{\huge $#1$}}%
  209. {\raise-0.05em\hbox{\Large $#1$}}{\hbox{\large $#1$}}{#1}}}
  210. \newcommand{\bigtimes}{\BIGOP{\times}}
  211. % nur fuer Bigboxplus andere Korrekturen
  212. \newcommand{\BIGboxplus}{\mathop{\mathchoice%
  213. {\raise-0.35em\hbox{\huge $\boxplus$}}%
  214. {\raise-0.15em\hbox{\Large $\boxplus$}}{\hbox{\large $\boxplus$}}{\boxplus}}}
  215.  
  216.  
  217. \setlength{\itemsep}{5mm}
  218.  
  219. \newcommand\opn{\mathrel{\ooalign{$\subset$\cr
  220. \hidewidth\hbox{$\circ\mkern.5mu$}\cr}}}
  221. \newcommand\cls{\mathrel{\ooalign{$\subseteq$\cr
  222. \hidewidth\raise.225ex\hbox{$\bullet\mkern.5mu$}\cr}}}
  223.  
  224. \newcommand\ZZ{\mathrm{Z\kern-.3em\raise-0.5ex\hbox{Z}}}
  225.  
  226. \bibliography{Literatur}
  227.  
  228. \begin{document}
  229.  
  230. \textit{\underline{financial time series}}\index{financial time series}
  231.  
  232. \newpage
  233.  
  234. \pagestyle{ErsteSeite}
  235. \addcontentsline{toc}{section}{\textsc{Index}}
  236. \printindex
  237. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement