-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathseminar.tex
More file actions
361 lines (293 loc) · 9.55 KB
/
Copy pathseminar.tex
File metadata and controls
361 lines (293 loc) · 9.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
%%This is a very basic article template.
%%There is just one section and two subsections.
\documentclass[a4paper,12pt,technote]{IEEEtran}
% weitere Pakete
% Grafiken aus PNG Dateien einbinden
\usepackage{graphicx}
% figure refs with section number
%\usepackage{chngcntr}
%\counterwithin{figure}{section}
% deutsche Silbentrennung
%\usepackage[ngerman]{babel}
% Eurozeichen einbinden
\usepackage[right]{eurosym}
% Umlaute unter UTF8 nutzen
\usepackage[utf8]{inputenc}
% Zeichenencoding
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{fix-cm}
% floatende Bilder ermöglichen
%\usepackage{floatflt}
%todos can be marked
\usepackage{todonotes}
% mehrseitige Tabellen ermöglichen
\usepackage{longtable}
% Unterstützung für Schriftarten
%\newcommand{\changefont}[3]{
%\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
% Packet für Seitenrandabständex und Einstellung für Seitenränder
%\usepackage{geometry}
%\geometry{left=3.5cm, right=2cm, top=2.5cm, bottom=2cm}
% Paket für Boxen im Text
\usepackage{fancybox}
\usepackage{lipsum}
% bricht lange URLs "schoen" um
\usepackage[hyphens,obeyspaces,spaces]{url}
% Paket für Textfarben
\usepackage{color}
% Mathematische Symbole importieren
\usepackage{amssymb}
% auf jeder Seite eine Überschrift (alt, zentriert)
%\pagestyle{headings}
% erzeugt Inhaltsverzeichnis mit Querverweisen zu den Kapiteln (PDF Version)
%\usepackage[bookmarksnumbered,pdftitle={\titleDocument},hyperfootnotes=false,hidelinks]{hyperref}
%\usepackage[bookmarksnumbered,pdftitle={\titleDocument},hyperfootnotes=false]{hyperref}
%\hypersetup{colorlinks, citecolor=red, linkcolor=blue, urlcolor=black}
%\hypersetup{colorlinks, citecolor=black, linkcolor= black, urlcolor=black}
% neue Kopfzeilen mit fancypaket
%\usepackage{fancyhdr} %Paket laden
%\pagestyle{fancy} %eigener Seitenstil
%\fancyhf{} %alle Kopf- und Fußzeilenfelder bereinigen
%\fancyhead[L]{\nouppercase{\leftmark}} %Kopfzeile links
%\fancyhead[C]{} %zentrierte Kopfzeile
%\fancyhead[R]{\thepage} %Kopfzeile rechts
%\renewcommand{\headrulewidth}{0.4pt} %obere Trennlinie
%\fancyfoot[C]{\thepage} %Seitennummer
%\renewcommand{\footrulewidth}{0.4pt} %untere Trennlinie
% für Tabellen
\usepackage{array}
% Runde Klammern für Zitate
%\usepackage[numbers,round]{natbib}
% Schaltet den zusätzlichen Zwischenraum ab, den LaTeX normalerweise nach einem Satzzeichen einfügt.
%\frenchspacing
% Paket für Zeilenabstand
\usepackage{setspace}
% für Bildbezeichner
%\usepackage{capt-of}
% für Stichwortverzeichnis
\usepackage{makeidx}
% für Listings
\usepackage{listings}
%\lstset{
% numbers=left,
% numberstyle=\tiny,
% numbersep=5pt,
% breaklines=true,
% breakatwhitespace,
% keywordstyle=\color{black}\bfseries,
% stringstyle=\sffamily,
% showstringspaces=false,
% basicstyle=\ttfamily\lst@ifdisplaystyle\footnotesize\else\normalsize\fi,
% captionpos=b}
%\renewcommand{\lstlistingname}{Example}
%\AtBeginDocument{
%%\counterwithin{lstlisting}{section}
%}
%\setlength{\emergencystretch}{2pt}
% Indexerstellung
%\makeindex
% Abkürzungsverzeichnis
%\usepackage{nomencl}
%\let\abbrev\nomenclature
% Abkürzungsverzeichnis LiveTex Version
%\renewcommand{\nomname}{List of Abbreviations}
%\setlength{\nomlabelwidth}{.25\hsize}
%\renewcommand{\nomlabel}[1]{#1 \dotfill}
%\setlength{\nomitemsep}{-\parsep}
%\makenomenclature
%\makeglossary
% Abkürzungsverzeichnis TeTEX Version
% \usepackage[german]{nomencl}
% \makenomenclature
% %\makeglossary
% \renewcommand{\nomname}{Abkürzungsverzeichnis}
% \setlength{\nomlabelwidth}{.25\hsize}
% \renewcommand{\nomlabel}[1]{#1 \dotfill}
% \setlength{\nomitemsep}{-\parsep}
% Disable single lines at the start of a paragraph
%\clubpenalty = 10000
% Disable single lines at the end of a paragraph
%\widowpenalty = 10000
%\displaywidowpenalty = 10000
%\usepackage{titlesec}
%\subparagraph starting new line after heading
%\titleformat{\subparagraph}
% {\normalfont\normalsize\bfseries}{\thesubparagraph}{1em}{}
%\titlespacing*{\subparagraph}{\parindent}{3.25ex plus 1ex minus .2ex}{.75ex plus .1ex}
% create additional subsection layer
%\makeatletter
%\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}
% {-2.5ex\@plus -1ex \@minus -.25ex}
% {1.25ex \@plus .25ex}
% {\normalfont\normalsize\bfseries}}
%\makeatother
%\setcounter{secnumdepth}{4}
%\setcounter{tocdepth}{4}
\usepackage{etoolbox}
\lstset{showlines=true,
basicstyle=\ttfamily}
\makeatletter
\AtBeginEnvironment{lstlisting}{%
\long\def\@makecaption#1#2{%
% test if is a for a figure or table
\ifx\@captype\@IEEEtablestring%
% if a table, do table caption
\footnotesize\bgroup\par\centering\@IEEEtabletopskipstrut{\normalfont\footnotesize #1}\\{\normalfont\footnotesize\scshape #2}\par\addvspace{0.5\baselineskip}\egroup%
\@IEEEtablecaptionsepspace
% if not a table, format it as a figure
\else
\@IEEEfigurecaptionsepspace
% 3/2001 use footnotesize, not small; use two nonbreaking spaces, not one
\setbox\@tempboxa\hbox{\normalfont\footnotesize {#1.}\nobreakspace\nobreakspace #2}%
\ifdim \wd\@tempboxa >\hsize%
% if caption is longer than a line, let it wrap around
\setbox\@tempboxa\hbox{\normalfont\footnotesize {#1.}\nobreakspace\nobreakspace}%
\parbox[b]{\hsize}{\normalfont\footnotesize\noindent\unhbox\@tempboxa#2}\medskip%
% if caption is shorter than a line, center if conference, left justify otherwise
\else%
\ifCLASSOPTIONconference \hbox to\hsize{\normalfont\footnotesize\hfil\box\@tempboxa\hfil}%
\else \hbox to\hsize{\normalfont\footnotesize\box\@tempboxa\hfil}\medskip%
\fi\fi\fi}}
\makeatother
\begin{document}
% hier werden die Trennvorschläge inkludiert
%\input{latex_einstellungen/trennung}
%syntax highlighting for additional languages
%\input{latex_einstellungen/systemverilog_code}
%\input{latex_einstellungen/e_code}
%Schriftart Helvetica
%\changefont{phv}{m}{n}
% Leere Seite am Anfang
%\newpage
%\thispagestyle{empty} % erzeugt Seite ohne Kopf- / Fusszeile
%\section*{ }
%use roman page numbers starting on this page
%\pagenumbering{roman}
% Titelseite %
%\include{latex_einstellungen/deckblatt}
% römische Numerierung
%\pagenumbering{arabic}
% 1.5 facher Zeilenabstand
%\onehalfspacing
% Sperrvermerk
%\input{sperrvermerk}
\title{Control and Status Register Files}
\author{Sebastian Wittka\\
Institute for Computer Engineering (ZITI) - Heidelberg University\\
Email: wittka@stud.uni-heidelberg.de}
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\end{@twocolumnfalse}]
% Einleitung / Abstract
\input{abstract}
% einfacher Zeilenabstand
%\singlespacing
% Eidesstattliche Erklärung
%\addcontentsline{toc}{section}{Declaration of Authorship}
%\include{erklaerung}
% Inhaltsverzeichnis anzeigen
%\newpage
%\tableofcontents
%\fancyhead[L]{}
% das Abbildungsverzeichnis
%\newpage
% Abbildungsverzeichnis soll im Inhaltsverzeichnis auftauchen
%\addcontentsline{toc}{section}{List of Figures}
% Abbildungsverzeichnis endgueltig anzeigen
%\listoffigures
% das Tabellenverzeichnis
%\newpage
% Abbildungsverzeichnis soll im Inhaltsverzeichnis auftauchen
%\addcontentsline{toc}{section}{Tabellenverzeichnis}
% \fancyhead[L]{Abbildungsverzeichnis / Abkürzungsverzeichnis} %Kopfzeile links
% Abbildungsverzeichnis endgueltig anzeigen
%\listoftables
%% WORKAROUND für Listings
%\makeatletter% --> De-TeX-FAQ
%\renewcommand*{\lstlistoflistings}{%
% \begingroup
% \if@twocolumn
% \@restonecoltrue\onecolumn
% \else
% \@restonecolfalse
% \fi
% \lol@heading
% \setlength{\parskip}{\z@}%
% \setlength{\parindent}{\z@}%
% \setlength{\parfillskip}{\z@ \@plus 1fil}%
% \@starttoc{lol}%
% \if@restonecol\twocolumn\fi
% \endgroup
%}
%\makeatother% --> \makeatletter
% das Listingverzeichnis
%\newpage
% Listingverzeichnis soll im Inhaltsverzeichnis auftauchen
%\addcontentsline{toc}{section}{List of Examples}
%\fancyhead[L]{Abbildungs- / Tabellen- / Listingverzeichnis} %Kopfzeile links
%\renewcommand{\lstlistlistingname}{List of Examples}
%\lstlistoflistings
%%%%
% das Abkürzungsverzeichnis
%\newpage
% Abkürzungsverzeichnis soll im Inhaltsverzeichnis auftauchen
%\addcontentsline{toc}{section}{List of Abbreviations}
% das Abkürzungsverzeichnis entgültige Ausgeben
%\fancyhead[L]{Abkürzungsverzeichnis} %Kopfzeile links
%\input{latex_einstellungen/abkuezungen/abkuerzungen}
%\printnomenclature
% Definiert Stegbreite bei zweispaltigem Layout
%\setlength{\columnsep}{25pt}
%%%%%%% EINLEITUNG %%%%%%%%%%%%
%\twocolumn
%\newpage
%\fancyhead[L]{\nouppercase{\leftmark}} %Kopfzeile links
% 1,5 facher Zeilenabstand
%\onehalfspacing
%use arabic numbers starting with this page
%\pagenumbering{arabic}
% einzelne Kapitel
\input{1_introduction}
\input{2_general_rf}
\input{3_generate_rf}
\input{4_rfg}
\input{5_conclusion}
\bibliographystyle{IEEEtran}
\bibliography{seminar}
%\todototoc
%\listoftodos
%\include{2_uvm}
%\include{3_uvm_ml}
%\include{4_conclusion}
%\include{5_future_work}
%\include{beispiel}
%\onecolumn
% einfacher Zeilenabstand
%\singlespacing
% Literaturliste soll im Inhaltsverzeichnis auftauchen
%\addcontentsline{toc}{section}{References}
%\newpage
% Literaturverzeichnis anzeigen
%\renewcommand\refname{References}
%\bibliographystyle{plain}
%\bibliography{Seminar}
%% Index soll Stichwortverzeichnis heissen
% \newpage
% % Stichwortverzeichnis soll im Inhaltsverzeichnis auftauchen
% \addcontentsline{toc}{section}{Stichwortverzeichnis}
% \renewcommand{\indexname}{Stichwortverzeichnis}
% % Stichwortverzeichnis endgueltig anzeigen
% \printindex
%\onehalfspacing
% evtl. Anhang
%\newpage
%\addcontentsline{toc}{section}{Anhang}
%\fancyhead[L]{Anhang} %Kopfzeile links
%\input{anhang/anhang}
% leere Abschlussseite
%\newpage
%\thispagestyle{empty} % erzeugt Seite ohne Kopf- / Fusszeile
%\section*{ }
\end{document}