diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..80799d61f089e83498a77477c9ee60e5fd51193d --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 Fachschaft Physik am KIT + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..e090de3a91cc04f64a7af88f3ef753fe44b3f3f6 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +.PHONY: clean pdf + +main.pdf: main.tex lit.bib $(shell find chap -type f) $(shell find fig -type f) $(shell find tab -type f) $(shell find include -type f) + pdflatex main.tex + bibtex main.aux + pdflatex main.tex + pdflatex main.tex + +# needed for integration in vim-latex +pdf: main.pdf + +clean: + rm *.aux *.log *.out *.bbl *.blg *.toc *.lof *.lot *.pdf diff --git a/README.md b/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c74ce80c6253fc817937423bf2bb793888693e60 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,21 @@ +# Thesisvorlage für die Fakultät für Physik am KIT + +This thesis class is strongly related to the [Praktikumsvorlage](https://github.com/fsphys/praktikum-protokollvorlage-latex/). + +## Use the template +First, obtain a copy of the template. You have multiple possibilities: +* download the [most recent release of the template](https://github.com/fsphys/thesisvorlage-latex/releases), +* download a [development snapshot of the template](https://github.com/fsphys/thesisvorlage-latex/archive/master.zip) or +* clone this repository with git: <code>git clone https://github.com/fsphys/thesisvorlage-latex.git</code>. + +Compile on the command line using <code>make main.pdf</code> or your favorite LaTeX editor, which will do something like the following for you: +* <code>pdflatex main.tex</code> +* <code>bibtex main.aux</code> +* <code>pdflatex main.tex</code> +* <code>pdflatex main.tex</code> + +The template is known to be compatible with TeXLive 2012 and 2014. + +## Contribute to the template + +The repository consists of only one branch (master). The preferred way is to fork the repository and send a pull request. You can send your contributions via e-mail to latexvorlage@fachschaft.physik.kit.edu . diff --git a/chap/appendix.tex b/chap/appendix.tex new file mode 100644 index 0000000000000000000000000000000000000000..af8ad3b85a2f9396cd2a470c3aa9573987395bae --- /dev/null +++ b/chap/appendix.tex @@ -0,0 +1,4 @@ +\section{First Appendix Section} +Wonderful Appendix! + +\lipsum[1-5] diff --git a/chap/chapter1.tex b/chap/chapter1.tex new file mode 100644 index 0000000000000000000000000000000000000000..13531732f3b84aa062edd8d8a71df472c80335fc --- /dev/null +++ b/chap/chapter1.tex @@ -0,0 +1 @@ +\lipsum[1-5] \cite{Dem10} diff --git a/chap/chapter2.tex b/chap/chapter2.tex new file mode 100644 index 0000000000000000000000000000000000000000..fb941559dec6992de77ef55657e8ad91db5876ed --- /dev/null +++ b/chap/chapter2.tex @@ -0,0 +1 @@ +\lipsum[1-20] diff --git a/chap/chapter3.tex b/chap/chapter3.tex new file mode 100644 index 0000000000000000000000000000000000000000..baf45e05369b3a84edd46143956632d807482196 --- /dev/null +++ b/chap/chapter3.tex @@ -0,0 +1 @@ +\lipsum[1-10] diff --git a/chap/chapter4.tex b/chap/chapter4.tex new file mode 100644 index 0000000000000000000000000000000000000000..d2c83f060442af461773034d70ad013a5dcad40d --- /dev/null +++ b/chap/chapter4.tex @@ -0,0 +1 @@ +\lipsum[1-5] diff --git a/fig/.keep b/fig/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/include/cmds.tex b/include/cmds.tex new file mode 100644 index 0000000000000000000000000000000000000000..abb12ee2d9552f4bb50473dc3e34b76f040e3c5a --- /dev/null +++ b/include/cmds.tex @@ -0,0 +1,90 @@ +%% ----------------------- +%% | Abbreviations | +%% ----------------------- +\newcommand{\op}[1]{\operatorname{#1}} % to write operators that + % are not predefined; + % it's just an abbrev. + % for the long command + +\newcommand{\arr}[2]{\begin{array}{#1}#2\end{array}} % to create arrays. very + % useful in math env + +\renewcommand{\d}{\ensuremath{\text{d}}} % as the differential + % operator, e.g. + % \frac{\d x}{\d t} + +\newcommand{\NN}{\mathbb{N}} % or change it to +\newcommand{\RR}{\mathbb{R}} % \mathbbm and include +\newcommand{\CC}{\mathbb{C}} % pkg bbm if you prefer + +\newcommand{\pdb}[2]{\frac{\partial #1}{\partial #2}} % partial derivative + + +%% ----------------------------------- +%% | Commands and Environments | +%% ----------------------------------- +\newcommand{\margtodo} % used by \todo command +{\marginpar{\textbf{\textcolor{kitcolor}{ToDo}}}{}} +\newcommand{\todo}[1] +{{\textbf{\textcolor{kitcolor}{[\margtodo{}#1]}}}{}} % for todo-notes inside + % the document +\newenvironment{deprecated} % for something that you +{\begin{color}{gray}}{\end{color}} % want to use no more + +\newcommand{\xcaption}[2]{\caption[#1]{\textbf{#1} #2}}% nice caption cmd for + % short and long descrip. + +\newcommand{\xfigure}[5]{\begin{figure}[#1] % a quick command for +\centering % including graphics +\includegraphics[scale=#2]{./fig/#3} % with all necessary vars +\xcaption{#4}{#5} +\label{fig:#3} +\end{figure}} + +\newcommand{\xfigurerot}[5]{\begin{figure}[#1] % same as above, only +\centering % image is rotated +\includegraphics[angle=270,scale=#2]{./fig/#3} +\xcaption{#4}{#5} +\label{fig:#3} +\end{figure}} + +\newcommand{\xtable}[4]{\begin{table}[#1] % same for tables +\centering +\xcaption{#3}{#4} +\rowcolors{3}{gray!10}{white} +\include{./tab/#2} +\label{tab:#2} +\end{table}} + + + +%% ------------------------------------ +%% | Quantum Mechanics and Math | +%% ------------------------------------ +\newcommand{\ket}[1]{\left|#1\right\rangle} % \ket{X} -> |X> +\newcommand{\bra}[1]{\left\langle#1\right|} % \bra{X} -> <X| +\newcommand{\braket}[2] % \braket{X}{Y} -> <X|Y> +{\left\langle#1 \middle| #2\right\rangle} +\newcommand{\bratenket}[3] % \bratenket{X}{Y}{Z} -> +{\left\langle#1 \middle|\middle| #2 \middle|\middle| % <X|Y|Z> +#3\right\rangle} +\newcommand{\anglemean}[1] % \anglemean{X} -> <X> +{\left\langle #1 \right\rangle} % \norm{X} -> || X || +\newcommand{\norm}[1]{\left\lVert#1\right\rVert} + +\newcommand{\updownarrows} % \ket\updownarrows -> +{\text{\rotatebox[origin=c]{90}{$\rightleftarrows$}}} % |↑↓> (cmt is utf8!) +\newcommand{\downuparrows} % \ket\updownarrows -> +{\text{\rotatebox[origin=c]{270}{$\rightleftarrows$}}}% |↓↑> +\newcommand{\neswarrows} % \ket\neswarrows -> +{\text{\rotatebox[origin=c]{45}{$\rightleftarrows$}}} % |↗↙> +\newcommand{\swnearrows} % \ket\swnearrows -> +{\text{\rotatebox[origin=c]{225}{$\rightleftarrows$}}}% |↙↗> + +\newcommand{\cre}{c^\dagger} % annihalation operator +\newcommand{\anh}{c^{\vphantom{\dagger}}} % creation operator +\newcommand{\numb}{n^{\vphantom{\dagger}}} % number operator + +\newcommand{\fullstop}{\text{\,.}} % fullstop or comma in +\newcommand{\comma}{\text{\,,}} % math mode for use + % after equations diff --git a/include/frontimage.eps b/include/frontimage.eps new file mode 100644 index 0000000000000000000000000000000000000000..bc5d17ccba164195779fc65033ffac71ebce485a --- /dev/null +++ b/include/frontimage.eps @@ -0,0 +1,667 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.13.1 (http://cairographics.org) +%%CreationDate: Thu Mar 19 16:06:01 2015 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 -1 423 185 +%%EndComments +%%BeginProlog +save +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/pdfmark where { pop globaldict /?pdfmark /exec load put } + { globaldict begin /?pdfmark /pop load def /pdfmark + /cleartomark load def end } ifelse +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +%%EndProlog +%%BeginSetup +%%BeginResource: font DejaVuSans +11 dict begin +/FontType 42 def +/FontName /DejaVuSans def +/PaintType 0 def +/FontMatrix [ 1 0 0 1 0 0 ] def +/FontBBox [ 0 0 0 0 ] def +/Encoding 256 array def +0 1 255 { Encoding exch /.notdef put } for +Encoding 32 /space put +Encoding 35 /numbersign put +Encoding 43 /plus put +Encoding 45 /hyphen put +Encoding 46 /period put +Encoding 47 /slash put +Encoding 48 /zero put +Encoding 51 /three put +Encoding 58 /colon put +Encoding 65 /A put +Encoding 66 /B put +Encoding 67 /C put +Encoding 68 /D put +Encoding 69 /E put +Encoding 70 /F put +Encoding 74 /J put +Encoding 75 /K put +Encoding 83 /S put +Encoding 84 /T put +Encoding 87 /W put +Encoding 89 /Y put +Encoding 95 /underscore put +Encoding 97 /a put +Encoding 98 /b put +Encoding 99 /c put +Encoding 100 /d put +Encoding 101 /e put +Encoding 102 /f put +Encoding 103 /g put +Encoding 104 /h put +Encoding 105 /i put +Encoding 107 /k put +Encoding 108 /l put +Encoding 109 /m put +Encoding 110 /n put +Encoding 111 /o put +Encoding 112 /p put +Encoding 114 /r put +Encoding 115 /s put +Encoding 116 /t put +Encoding 117 /u put +Encoding 118 /v put +Encoding 119 /w put +Encoding 121 /y put +/CharStrings 45 dict dup begin +/.notdef 0 def +/u 1 def +/s 2 def +/d 3 def +/W 4 def +/g 5 def +/plus 6 def +/underscore 7 def +/T 8 def +/h 9 def +/i 10 def +/space 11 def +/m 12 def +/a 13 def +/e 14 def +/w 15 def +/p 16 def +/b 17 def +/l 18 def +/y 19 def +/J 20 def +/r 21 def +/o 22 def +/k 23 def +/t 24 def +/E 25 def +/n 26 def +/C 27 def +/B 28 def +/Y 29 def +/hyphen 30 def +/S 31 def +/A 32 def +/three 33 def +/period 34 def +/zero 35 def +/c 36 def +/f 37 def +/colon 38 def +/slash 39 def +/F 40 def +/numbersign 41 def +/K 42 def +/D 43 def +/v 44 def +end readonly def +/sfnts [ +<0001000000090080000300106376742000691d3900001efc000001fe6670676d7134766a0000 +20fc000000ab676c7966a1ce359f0000009c00001e6068656164026638f7000021a800000036 +686865610cb8067e000021e000000024686d7478d16e157d00002204000000b46c6f63610002 +c9c8000022b8000000b86d617870049a06710000237000000020707265703b07f10000002390 +0000056800020066fe96046605a400030007001a400c04fb0006fb0108057f0204002fc4d4ec +310010d4ecd4ec301311211125211121660400fc73031bfce5fe96070ef8f2720629000200ae +ffe30458047b00130014003b401c030900030e0106870e118c0a01bc14b80c0d0908140b4e02 +0800461510fcecf439ec3231002fe4e432f4c4ec1112173930b46f15c01502015d1311331114 +163332363511331123350e0123222601aeb87c7c95adb8b843b175c1c801cf01ba02a6fd619f +9fbea4027bfba0ac6663f003a8000001006fffe303c7047b002700e7403c0d0c020e0b531f1e +080902070a531f1f1e420a0b1e1f041500860189041486158918b91104b925b8118c281e0a0b +1f1b0700521b080e07081422452810fcc4ecd4ece4111239393939310010e4f4ec10fef5ee10 +f5ee121739304b535807100eed111739070eed1117395922b2002701015d406d1c0a1c0b1c0c +2e092c0a2c0b2c0c3b093b0a3b0b3b0c0b200020012402280a280b2a132f142f152a16281e28 +1f292029212427860a860b860c860d12000000010202060a060b030c030d030e030f03100319 +031a031b031c041d09272f293f295f297f2980299029a029f029185d005d7101152e01232206 +1514161f011e0115140623222627351e013332363534262f012e01353436333216038b4ea85a +898962943fc4a5f7d85ac36c66c661828c65ab40ab98e0ce66b4043fae282854544049210e2a +99899cb62323be353559514b50250f2495829eac1e00000000020071ffe3045a06140010001c +003840191ab9000e14b905088c0eb801970317040008024711120b451d10fcecf4ec32323100 +2fece4f4c4ec10c4ee30b6601e801ea01e03015d0111331123350e0123220211100033321601 +141633323635342623220603a2b8b83ab17ccbff00ffcb7cb1fdc7a79292a8a89292a703b602 +5ef9eca86461014401080108014461fe15cbe7e7cbcbe7e700010044000007a605d5000c017b +4049051a0605090a09041a0a09031a0a0b0a021a01020b0b0a06110708070511040508080702 +1103020c000c011100000c420a050203060300af0b080c0b0a09080605040302010b07000d10 +d4cc173931002f3cec32321739304b5358071005ed071008ed071008ed071005ed071008ed07 +1005ed0705ed071008ed5922b2000e01015d40f206020605020a000a000a120a2805240a200a +3e023e05340a300a4c024d05420a400a59026a026b05670a600a7b027f027c057f05800a9602 +95051d070009020803000406050005000601070408000807090009040a0a0c000e1a03150415 +08190c100e200421052006200720082309240a250b200e200e3c023a03350433053008360939 +0b3f0c300e460046014a0240044505400542064207420840084009440a4d0c400e400e580256 +08590c500e66026703610462056006600760086409640a640b770076017b0278037704740579 +06790777087008780c7f0c7f0e860287038804890585098a0b8f0e97049f0eaf0e5b5d005d13 +33090133090133012309012344cc013a0139e3013a0139cdfe89fefec5fec2fe05d5fb1204ee +fb1204eefa2b0510faf0000000020071fe56045a047b000b0028004a4023190c1d0912861316 +b90f03b92623b827bc09b90fbd1a1d261900080c4706121220452910fcc4ecf4ec323231002f +c4e4ece4f4c4ec10fed5ee1112393930b6602a802aa02a03015d013426232206151416333236 +17100221222627351e013332363d010e0123220211101233321617353303a2a59594a5a59495 +a5b8fefefa61ac51519e52b5b439b27ccefcfcce7cb239b8023dc8dcdcc8c7dcdcebfee2fee9 +1d1eb32c2abdbf5b6362013a01030104013a6263aa00000100d9000005db0504000b00234011 +0009019c07030502150400170a0615080c10dcfc3cfc3cec31002fd43cfc3cc4300111211521 +1123112135211103ae022dfdd3a8fdd3022d0504fdd3aafdd3022daa022d0001ffecfe1d0414 +feac0003000fb500a90100020410c4c43100d4ec30011521350414fbd8feac8f8f0000000001 +fffa000004e905d50007004a400e0602950081040140031c0040050810d4e4fce431002ff4ec +3230014bb00a5458bd00080040000100080008ffc03811373859401300091f00100110021f07 +1009400970099f09095d03211521112311210604effdeecbfdee05d5aafad5052b00000100ba +000004640614001300344019030900030e0106870e11b80c970a010208004e0d09080b461410 +fcec32f4ec31002f3cecf4c4ec1112173930b2601501015d0111231134262322061511231133 +113e013332160464b87c7c95acb9b942b375c1c602a4fd5c029e9f9ebea4fd870614fd9e6564 +ef00000200c100000179061400030007002b400e06be04b100bc020501080400460810fc3cec +3231002fe4fcec30400b1009400950096009700905015d1333112311331523c1b8b8b8b80460 +fba00614e900000100ba0000071d047b0022005a4026061209180f00061d07150c871d2003b8 +1bbc19100700110f0808065011080f501c18081a462310fcec32fcfcfcec11123931002f3c3c +e4f43cc4ec32111217393040133024502470249024a024a024bf24df24ff2409015d013e0133 +32161511231134262322061511231134262322061511231133153e01333216042945c082afbe +b972758fa6b972778da6b9b93fb0797aab03897c76f5e2fd5c029ea19cbea4fd87029ea29bbf +a3fd870460ae67627c0000000002007bffe3042d047b000a002500bc4027191f0b17090e00a9 +1706b90e1120861fba1cb923b8118c170c001703180d09080b1f030814452610fcecccd4ec32 +3211393931002fc4e4f4fcf4ec10c6ee10ee11391139123930406e301d301e301f3020302130 +223f27401d401e401f402040214022501d501e501f50205021502250277027851d871e871f87 +20872185229027a027f0271e301e301f30203021401e401f40204021501e501f50205021601e +601f60206021701e701f70207021801e801f80208021185d015d0122061514163332363d0137 +1123350e01232226353436332135342623220607353e0133321602bedfac816f99b9b8b83fbc +88accbfdfb0102a79760b65465be5af3f00233667b6273d9b4294cfd81aa6661c1a2bdc0127f +8b2e2eaa2727fc0000020071ffe3047f047b0014001b00704024001501098608880515a90105 +b90c01bb18b912b80c8c1c1b1502081508004b02120f451c10fcecf4ecc4111239310010e4f4 +ece410ee10ee10f4ee1112393040293f1d701da01dd01df01d053f003f013f023f153f1b052c +072f082f092c0a6f006f016f026f156f1b095d71015d0115211e0133323637150e0123200011 +1000333200072e0123220607047ffcb20ccdb76ac76263d06bfef4fec70129fce20107b802a5 +889ab90e025e5abec73434ae2a2c0138010a01130143feddc497b4ae9e000001005600000635 +0460000c01eb404905550605090a0904550a0903550a0b0a025501020b0b0a06110708070511 +0405080807021103020c000c011100000c420a050203060300bf0b080c0b0a09080605040302 +010b07000d10d44bb00a544bb011545b4bb012545b4bb013545b4bb00b545b58b90000004038 +59014bb00c544bb00d545b4bb010545b58b90000ffc03859cc173931002f3cec32321739304b +5358071005ed071008ed071008ed071005ed071008ed071005ed0705ed071008ed59220140ff +050216021605220a350a49024905460a400a5b025b05550a500a6e026e05660a79027f027905 +7f05870299029805940abc02bc05ce02c703cf051d0502090306040b050a080b09040b050c15 +02190316041a051b081b09140b150c2500250123022703210425052206220725082709240a21 +0b230c390336043608390c300e460248034604400442054006400740084409440a440b400e40 +0e560056015602500451055206520750085309540a550b6300640165026a0365046a056a066a +076e09610b670c6f0e7500750179027d0378047d057a067f067a077f07780879097f097b0a76 +0b7d0c870288058f0e97009701940293039c049b05980698079908402f960c9f0ea600a601a4 +02a403ab04ab05a906a907ab08a40caf0eb502b103bd04bb05b809bf0ec402c303cc04ca0579 +5d005d13331b01331b013301230b012356b8e6e5d9e6e5b8fedbd9f1f2d90460fc96036afc96 +036afba00396fc6a000200bafe5604a4047b0010001c003e401b1ab9000e14b90508b80e8c01 +bd03bc1d11120b471704000802461d10fcec3232f4ec310010e4e4e4f4c4ec10c4ee30400960 +1e801ea01ee01e04015d2511231133153e013332001110022322260134262322061514163332 +360173b9b93ab17bcc00ffffcc7bb10238a79292a7a79292a7a8fdae060aaa6461febcfef8fe +f8febc6101ebcbe7e7cbcbe7e7000000000200baffe304a40614000b001c0038401903b90c0f +09b918158c0fb81b971900121247180c06081a461d10fcec3232f4ec31002fece4f4c4ec10c6 +ee30b6601e801ea01e03015d013426232206151416333236013e013332001110022322262715 +23113303e5a79292a7a79292a7fd8e3ab17bcc00ffffcc7bb13ab9b9022fcbe7e7cbcbe7e702 +526461febcfef8fef8febc6164a80614000100c100000179061400030022b700970201080046 +0410fcec31002fec30400d10054005500560057005f00506015d13331123c1b8b80614f9ec00 +0001003dfe56047f0460000f018b40430708020911000f0a110b0a00000f0e110f000f0d110c +0d00000f0d110e0d0a0b0a0c110b0b0a420d0b0910000b058703bd0e0bbc100e0d0c0a090603 +00080f040f0b1010d44bb00a544bb008545b58b9000b004038594bb0145458b9000bffc03859 +c4c4111739310010e432f4ec113911391239304b5358071005ed071008ed071008ed071005ed +071008ed0705ed173259220140f0060005080609030d160a170d100d230d350d490a4f0a4e0d +5a095a0a6a0a870d800d930d120a000a09060b050c0b0e0b0f1701150210041005170a140b14 +0c1a0e1a0f2700240124022004200529082809250a240b240c270d2a0e2a0f20113700350135 +0230043005380a360b360c380d390e390f301141004001400240034004400540064007400842 +09450a470d490e490f40115400510151025503500450055606550756085709570a550b550c59 +0e590f501166016602680a690e690f60117b08780e780f89008a09850b850c890d890e890f99 +09950b950c9a0e9a0fa40ba40cab0eab0fb011cf11df11ff11655d005d050e012b0135333236 +3f01013309013302934e947c936c4c543321fe3bc3015e015ec368c87a9a488654044efc9403 +6c0000000001ff96fe66019305d5000b004240130b0200079505b000810c05080639011c0004 +0c10fc4bb0105458b9000000403859ece43939310010e4fcec1139393001400d300d400d500d +600d8f0d9f0d065d13331110062b013533323635c9cacde34d3f866e05d5fa93fef2f4aa96c2 +0000000100ba0000034a047b001100304014060b0700110b03870eb809bc070a060800084612 +10fcc4ec3231002fe4f4ecc4d4cc11123930b450139f1302015d012e01232206151123113315 +3e0133321617034a1f492c9ca7b9b93aba85132e1c03b41211cbbefdb20460ae666305050000 +00020071ffe30475047b000b0017004a401306b91200b90cb8128c1809120f51031215451810 +fcecf4ec310010e4f4ec10ee3040233f197b007b067f077f087f097f0a7f0b7b0c7f0d7f0e7f +0f7f107f117b12a019f01911015d012206151416333236353426273200111000232200111000 +027394acab9593acac93f00112feeef0f1feef011103dfe7c9c9e7e8c8c7e99cfec8feecfeed +fec701390113011401380000000100ba0000049c0614000a00bc402908110506050711060605 +03110405040211050504420805020303bc009709060501040608010800460b10fcec32d4c411 +3931002f3cece41739304b5358071004ed071005ed071005ed071004ed5922b2100c01015d40 +5f04020a081602270229052b0856026602670873027705820289058e08930296059708a30212 +09050906020b030a072803270428052b062b07400c6803600c8903850489058d068f079a0397 +07aa03a705b607c507d607f703f003f704f0041a5d71005d1333110133090123011123bab902 +25ebfdae026bf0fdc7b90614fc6901e3fdf4fdac0223fddd00010037000002f2059e00130038 +40190e05080f03a9001101bc08870a0b08090204000810120e461410fc3cc4fc3cc432393931 +002fecf43cc4ec3211393930b2af1501015d01112115211114163b0115232226351123353311 +0177017bfe854b73bdbdd5a28787059efec28ffda0894e9a9fd202608f013e000000000100c9 +0000048b05d5000b002e401506950402950081089504ad0a05010907031c00040c10fcec32d4 +c4c431002fececf4ec10ee30b21f0d01015d132115211121152111211521c903b0fd1a02c7fd +3902f8fc3e05d5aafe46aafde3aa0000000100ba00000464047b001300364019030900030e01 +06870e11b80cbc0a010208004e0d09080b461410fcec32f4ec31002f3ce4f4c4ec1112173930 +b46015cf1502015d0111231134262322061511231133153e013332160464b87c7c95acb9b942 +b375c1c602a4fd5c029e9f9ebea4fd870460ae6564ef00010073ffe3052705f000190036401a +0da10eae0a951101a100ae04951791118c1a07190d003014101a10fcec32ec310010e4f4ecf4 +ec10eef6ee30b40f1b1f1b02015d01152e0123200011100021323637150e0123200011100021 +3216052766e782ff00fef00110010082e7666aed84feadfe7a0186015386ed0562d55f5efec7 +fed8fed9fec75e5fd34848019f01670168019f470000000300c9000004ec05d5000800110020 +004340231900950a0995128101950aad1f110b080213191f05000e1c1605191c2e09001c1204 +2110fcec32fcecd4ec111739393931002fececf4ec10ee3930b20f2201015d01112132363534 +262301112132363534262325213216151406071e01151404232101930144a39d9da3febc012b +94919194fe0b0204e7fa807c95a5fef0fbfde802c9fddd878b8c850266fe3e6f727170a6c0b1 +89a21420cb98c8da0001fffc000004e705d50008009440280311040504021101020505040211 +0302080008011100000842020300af0602070440051c0040070910d4e4fce4123931002fec32 +39304b5358071005ed071008ed071008ed071005ed5922b2000a01015d403c05021402350230 +023005300846024002400540085102510551086502840293021016011a031f0a260129033701 +3803400a670168037803700a9f0a0d5d005d03330901330111231104d9019e019bd9fdf0cb05 +d5fd9a0266fcf2fd3902c70000000001006401df027f028300030011b6009c020401000410dc +cc310010d4ec301321152164021bfde50283a40000010087ffe304a205f00027007e403c0d0c +020e0b021e1f1e080902070a021f1f1e420a0b1e1f0415010015a11494189511049500942591 +118c281e0a0b1f1b0700221b190e2d071914222810dcc4ecfcece4111239393939310010e4f4 +e4ec10eef6ee10c6111739304b535807100eed11173907100eed1117395922b20f2901015db6 +1f292f294f29035d01152e012322061514161f011e0115140421222627351e01333236353426 +2f012e01353424333216044873cc5fa5b377a67ae2d7feddfee76aef807bec72adbc879a7be2 +ca0117f569da05a4c53736807663651f192bd9b6d9e0302fd04546887e6e7c1f182dc0abc6e4 +2600000200100000056805d50002000a00c2404100110100040504021105050401110a030a00 +11020003030a0711050406110505040911030a08110a030a4200030795010381090509080706 +040302010009050a0b10d4c4173931002f3ce4d4ec1239304b5358071005ed0705ed071005ed +0705ed071008ed071005ed071005ed071008ed5922b2200c01015d40420f010f020f070f080f +005800760070008c000907010802060309041601190256015802500c67016802780176027c03 +72047707780887018802800c980299039604175d005d090121013301230321032302bcfeee02 +25fe7be50239d288fd5f88d5050efd1903aefa2b017ffe8100000001009cffe3047305f00028 +0070402e0015130a86091f862013a0150da00993061ca020932391068c15a329161c13000314 +191c2620101c03141f09062910fc4bb016544bb014545b58b90009ffc03859c4c4d4ecf4ec11 +173939310010ece4f4e4ec10e6ee10ee10ee10ee11123930014009641e611f6120642104005d +011e0115140421222627351e013332363534262b013533323635342623220607353e01333204 +151406033f91a3fed0fee85ec76a54c86dbec7b9a5aeb6959ea39853be7273c959e6010c8e03 +251fc490ddf22525c33132968f8495a67770737b2426b42020d1b27cab00000100db000001ae +00fe00030011b7008302011900180410fcec31002fec3037331523dbd3d3fefe00020087ffe3 +048f05f0000b00170023401306a01200a00c91128c18091c0f1e031c151b1810fcecf4ec3100 +10e4f4ec10ee30012202111012333212111002273200111000232200111000028b9c9d9d9c9d +9d9d9dfb0109fef7fbfbfef701090550fecdfeccfecdfecd0133013301340133a0fe73fe86fe +87fe73018d0179017a018d0000010071ffe303e7047b0019003f401b00860188040e860d880a +b91104b917b8118c1a07120d004814451a10fce432ec310010e4f4ec10fef4ee10f5ee30400b +0f1b101b801b901ba01b05015d01152e0123220615141633323637150e012322001110002132 +1603e74e9d50b3c6c6b3509d4e4da55dfdfed6012d010655a20435ac2b2be3cdcde32b2baa24 +24013e010e0112013a2300000001002f000002f8061400130059401c0510010c08a906018700 +970e06bc0a02130700070905080d0f0b4c1410fc4bb00a5458b9000b004038594bb00e5458b9 +000bffc038593cc4fc3cc4c412393931002fe432fcec10ee321239393001b640155015a01503 +5d01152322061d012115211123112335333534363302f8b0634d012ffed1b9b0b0aebd061499 +5068638ffc2f03d18f4ebbab000200f0000001c3042300030007001c400e068304a600830205 +01030400180810fc3cec3231002fecf4ec303733152311331523f0d3d3d3d3fefe0423fe0000 +00010000ff4202b205d50003002d4014001a010201021a03000342029f008104020001032fc4 +3939310010f4ec304b5358071005ed071005ed5922013301230208aafdf8aa05d5f96d000000 +000100c90000042305d50009002940120695040295008104ad08050107031c00040a10fcec32 +d4c431002fecf4ec10ee30b20f0b01015d13211521112115211123c9035afd700250fdb0ca05 +d5aafe48aafd37000002009e0000061705be0003001f006040311b0b008707041d0905190d02 +8717130f15111f1e1c1b1a17161514131211100e0d0c090807060504030201001a0a18062010 +fccc173931002f3cd43c3cfc3c3cd43c3cc432ec32323040110b010b020b0c0b0d14041a111a +12141f08015d012103210b012113330321152103211521032313210323132135211321352113 +0417fedd5401254468012469a0670138fea152013efe9b68a067fedb67a168fec5016054febe +0169660385feb20387fe61019ffe619afeb299fe62019efe62019e99014e9a019f00000100c9 +0000056a05d5000a00ef40280811050605071106060503110405040211050504420805020303 +00af09060501040608011c00040b10fcec32d4c4113931002f3cec321739304b5358071004ed +071005ed071005ed071004ed5922b2080301015d409214020104020908160228052808370236 +0534084702460543085502670276027705830288058f0894029b08e702150603090509061b03 +1907050a030a07180328052b062a073604360536063507300c41034004450540064007400c62 +036004680567077705700c8b038b058e068f078f0c9a039d069d07b603b507c503c507d703d6 +07e803e904e805ea06f703f805f9062c5d71005d711333110121090121011123c9ca029e0104 +fd1b031afef6fd33ca05d5fd890277fd48fce302cffd31000000000200c9000005b005d50008 +0011002e4015009509810195100802100a0005190d32001c09041210fcecf4ec113939393931 +002fecf4ec30b2601301015d0111332000111000212521200011100029010193f40135011ffe +e1fecbfe42019f01b20196fe68fe50fe61052ffb770118012e012c0117a6fe97fe80fe7efe96 +00000001003d0000047f0460000600fb40270311040504021101020505040211030206000601 +1100000642020300bf0506050302010504000710d44bb00a5458b90000004038594bb014544b +b015545b58b90000ffc03859c4173931002fec3239304b5358071005ed071008ed071008ed07 +1005ed592201408e48026a027b027f02860280029102a402080600060109030904150015011a +031a0426002601290329042008350035013a033a043008460046014903490446054806400856 +0056015903590450086600660169036904670568066008750074017b037b0475057a06850085 +0189038904890586069600960197029a03980498059706a805a706b008c008df08ff083e5d00 +5d133309013301233dc3015e015ec3fe5cfa0460fc5403acfba00000013500b800cb00cb00c1 +00aa009c01a600b800660000007100cb00a002b20085007500b800c301cb0189022d00cb00a6 +00f000d300aa008700cb03aa0400014a003300cb000000d9050200f4015400b4009c01390114 +013907060400044e04b4045204b804e704cd0037047304cd04600473013303a2055605a60556 +053903c5021200c9001f00b801df007300ba03e9033303bc0444040e00df03cd03aa00e503aa +0404000000cb008f00a4007b00b80014016f007f027b0252008f00c705cd009a009a006f00cb +00cd019e01d300f000ba018300d5009803040248009e01d500c100cb00f600830354027f0000 +0333026600d300c700a400cd008f009a0073040005d5010a00fe022b00a400b4009c00000062 +009c0000001d032d05d505d505d505f0007f007b005400a406b80614072301d300b800cb00a6 +01c301ec069300a000d3035c037103db0185042304a80448008f0139011401390360008f05d5 +019a0614072306660179046004600460047b009c00000277046001aa00e904600762007b00c5 +007f027b000000b4025205cd006600bc00660077061000cd013b01850389008f007b0000001d +00cd074a042f009c009c0000077d006f0000006f0335006a006f007b00ae00b2002d0396008f +027b00f600830354063705f6008f009c04e10266008f018d02f600cd03440029006604ee0073 +0000140000960000b707060504030201002c2010b002254964b040515820c859212d2cb00225 +4964b040515820c859212d2c20100720b00050b00d7920b8ffff5058041b0559b0051cb00325 +08b0042523e120b00050b00d7920b8ffff5058041b0559b0051cb0032508e12d2c4b505820b0 +fd454459212d2cb002254560442d2c4b5358b00225b0022545445921212d2c45442d2cb00225 +b0022549b00525b005254960b0206368208a108a233a8a10653a2d00000100000002570a9596 +e6b05f0f3cf5001f080000000000cef5cb7600000000cef5cb76f7d6fcae0d72095500000008 +000000010000000000010000076dfe1d00000de2f7d6fa510d72000100000000000000000000 +00000000002d04cd0066051200ae042b006f0514007107e900440514007106b400d90400ffec +04e3fffa051200ba023900c1028b000007cb00ba04e7007b04ec0071068b0056051400ba0514 +00ba023900c104bc003d025cff96034a00ba04e5007104a200ba03230037050e00c9051200ba +05960073057d00c904e3fffc02e3006405140087057900100517009c028b00db051700870466 +007102d1002f02b200f002b20000049a00c906b4009e053f00c9062900c904bc003d00000000 +00000044000000c800000228000002c00000047c0000054400000598000005c4000006340000 +06ac000006fc000006fc000007c0000008ec000009c000000be400000c8400000d1c00000d58 +00000f2400000f9400001004000010a8000011980000121400001274000012ec000013840000 +1434000014f8000015240000161c000017180000180000001828000018ac00001944000019dc +00001a1c00001a6800001abc00001b9400001cbc00001d3c00001e6000010000002d0354002b +0068000c000200100099000800000415021600080004b8028040fffbfe03fa1403f92503f832 +03f79603f60e03f5fe03f4fe03f32503f20e03f19603f02503ef8a4105effe03ee9603ed9603 +ecfa03ebfa03eafe03e93a03e84203e7fe03e63203e5e45305e59603e48a4105e45303e3e22f +05e3fa03e22f03e1fe03e0fe03df3203de1403dd9603dcfe03db1203da7d03d9bb03d8fe03d6 +8a4105d67d03d5d44705d57d03d44703d3d21b05d3fe03d21b03d1fe03d0fe03cffe03cefe03 +cd9603cccb1e05ccfe03cb1e03ca3203c9fe03c6851105c61c03c51603c4fe03c3fe03c2fe03 +c1fe03c0fe03bffe03befe03bdfe03bcfe03bbfe03ba1103b9862505b9fe03b8b7bb05b8fe03 +b7b65d05b7bb03b78004b6b52505b65d40ff03b64004b52503b4fe03b39603b2fe03b1fe03b0 +fe03affe03ae6403ad0e03acab2505ac6403abaa1205ab2503aa1203a98a4105a9fa03a8fe03 +a7fe03a6fe03a51203a4fe03a3a20e05a33203a20e03a16403a08a4105a096039ffe039e9d0c +059efe039d0c039c9b19059c64039b9a10059b19039a1003990a0398fe0397960d0597fe0396 +0d03958a410595960394930e05942803930e0392fa039190bb0591fe03908f5d0590bb039080 +048f8e25058f5d038f40048e25038dfe038c8b2e058cfe038b2e038a8625058a410389880b05 +891403880b03878625058764038685110586250385110384fe038382110583fe0382110381fe +0380fe037ffe0340ff7e7d7d057efe037d7d037c64037b5415057b25037afe0379fe03780e03 +770c03760a0375fe0374fa0373fa0372fa0371fa0370fe036ffe036efe036c21036bfe036a11 +42056a530369fe03687d036711420566fe0365fe0364fe0363fe0362fe03613a0360fa035e0c +035dfe035bfe035afe0359580a0559fa03580a035716190557320356fe035554150555420354 +150353011005531803521403514a130551fe03500b034ffe034e4d10054efe034d10034cfe03 +4b4a13054bfe034a4910054a1303491d0d05491003480d0347fe0346960345960344fe034302 +2d0543fa0342bb03414b0340fe033ffe033e3d12053e14033d3c0f053d12033c3b0d053c40ff +0f033b0d033afe0339fe033837140538fa033736100537140336350b05361003350b03341e03 +330d0332310b0532fe03310b03302f0b05300d032f0b032e2d09052e10032d09032c32032b2a +25052b64032a2912052a25032912032827250528410327250326250b05260f03250b0324fe03 +23fe03220f03210110052112032064031ffa031e1d0d051e64031d0d031c1142051cfe031bfa +031a42031911420519fe031864031716190517fe031601100516190315fe0314fe0313fe0312 +11420512fe0311022d05114203107d030f64030efe030d0c16050dfe030c0110050c16030bfe +030a100309fe0308022d0508fe030714030664030401100504fe03401503022d0503fe030201 +1005022d0301100300fe0301b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b +2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b1d00> +] def +/f-0-0 currentdict end definefont pop +%%EndResource +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 -1 423 185 +%%EndPageSetup +q 0 -1 423 186 rectclip q +0 g +BT +19.2 0 0 19.2 55.593903 99.067561 Tm +/f-0-0 1 Tf +(u)Tj +0.05615 -1.375021 Td +(s)Tj +15.8809 5.062358 Td +(u)Tj +0 -1.375 Td +(d)Tj +0 -2.312337 Td +(u)Tj +0 -1.375021 Td +(d)Tj +0 -2.395588 Td +(d)Tj +0 -1.375 Td +(u)Tj +ET +0.8 w +0 J +0 j +[] 0.0 d +4 M q 1 0 0 -1 0 184.379654 cm +72.395 78.91 m 147.988 78.91 l 354.379 10.516 l S Q +q 1 0 0 -1 0 184.379654 cm +72.395 108.113 m 147.988 108.113 l 354.379 176.512 l S Q +q 1 0 0 -1 0 184.379654 cm +354.379 78.91 m 223.586 78.91 l 354.379 33.312 l S Q +0.00392157 g +q 1 0 0 -1 0 184.379654 cm +354.379 104.109 m 300.98 113.109 l 354.379 148.508 l S Q +0.266667 0.301961 0.631373 rg +q 1 0 0 -1 0 184.379654 cm +223.285 79.027 m 223.285 79.027 223.543 92.543 213.91 82.648 c S Q +q 1 0 0 -1 0 184.379654 cm +204.535 86.27 m 204.535 86.27 204.277 72.754 213.91 82.648 c S Q +q 1 0 0 -1 0 184.379654 cm +185.785 93.512 m 185.785 93.512 185.527 79.996 195.16 89.891 c S Q +q 1 0 0 -1 0 184.379654 cm +204.535 86.27 m 204.535 86.27 204.793 99.785 195.16 89.891 c S Q +q 1 0 0 -1 0 184.379654 cm +148.289 108 m 148.289 108 148.031 94.484 157.664 104.379 c S Q +q 1 0 0 -1 0 184.379654 cm +167.039 100.754 m 167.039 100.754 167.297 114.273 157.664 104.379 c S Q +q 1 0 0 -1 0 184.379654 cm +185.785 93.512 m 185.785 93.512 186.043 107.027 176.414 97.133 c S Q +q 1 0 0 -1 0 184.379654 cm +167.039 100.754 m 167.039 100.754 166.781 87.242 176.414 97.133 c S Q +0.0509804 0.6 0.282353 rg +0.56 w +q 1 0 0 -1 0 184.379654 cm +297.242 105.961 m 299.547 110.922 298.258 112.418 296.242 113.355 c 294.23 + 114.289 292.812 113.691 292.219 112.41 c 291.625 111.133 292.082 109.66 + 294.094 108.727 c 296.109 107.793 298.082 107.773 300.387 112.734 c S Q +q 1 0 0 -1 0 184.379654 cm +294.094 99.188 m 296.398 104.148 295.109 105.645 293.098 106.582 c 291.082 + 107.516 289.664 106.918 289.07 105.641 c 288.477 104.359 288.934 102.887 + 290.949 101.953 c 292.961 101.02 294.938 101 297.242 105.961 c S Q +q 1 0 0 -1 0 184.379654 cm +290.949 92.414 m 293.254 97.375 291.965 98.871 289.949 99.809 c 287.938 + 100.742 286.516 100.145 285.926 98.863 c 285.332 97.586 285.785 96.113 +287.801 95.18 c 289.812 94.246 291.789 94.227 294.094 99.188 c S Q +q 1 0 0 -1 0 184.379654 cm +287.801 85.641 m 290.105 90.602 288.816 92.098 286.805 93.035 c 284.789 + 93.969 283.371 93.367 282.777 92.09 c 282.184 90.812 282.641 89.344 284.656 + 88.406 c 286.668 87.473 288.645 87.453 290.949 92.414 c S Q +q 1 0 0 -1 0 184.379654 cm +284.652 78.867 m 286.957 83.828 285.668 85.324 283.656 86.262 c 281.645 + 87.195 280.223 86.598 279.629 85.32 c 279.035 84.043 279.492 82.57 281.508 + 81.633 c 283.52 80.699 285.496 80.68 287.801 85.641 c S Q +0.133333 0.117647 0.121569 rg +361.512 158.649 m 371.949 158.649 l 372.973 158.649 373.129 160.243 372.098 + 160.243 c 361.66 160.243 l 360.637 160.243 360.48 158.649 361.512 158.649 + c h +361.512 158.649 m f +361.512 88.251 m 371.949 88.251 l 372.973 88.251 373.129 89.844 372.098 + 89.844 c 361.66 89.844 l 360.637 89.844 360.48 88.251 361.512 88.251 c +h +361.512 88.251 m f +361.512 14.649 m 371.949 14.649 l 372.973 14.649 373.129 16.243 372.098 + 16.243 c 361.66 16.243 l 360.637 16.243 360.48 14.649 361.512 14.649 c +h +361.512 14.649 m f +0.266667 0.301961 0.631373 rg +BT +19.2 0 0 19.2 199.985263 75.471881 Tm +/f-0-0 1 Tf +(W)Tj +ET +0.0509804 0.6 0.282353 rg +BT +19.2 0 0 19.2 269.585263 77.071881 Tm +/f-0-0 1 Tf +(g)Tj +ET +0.266667 0.301961 0.631373 rg +BT +14.4 0 0 14.4 218.422783 85.846841 Tm +/f-0-0 1 Tf +(+)Tj +ET +0 g +407.809 175.321 m 407.809 171.923 l 402.133 171.923 l 401.582 168.341 401.309 + 164.907 401.309 161.626 c 401.309 160.012 401.59 158.86 402.148 158.165 + c 402.711 157.469 403.41 157.122 404.25 157.122 c 404.922 157.122 405.504 + 157.356 406 157.825 c 406.5 158.298 406.82 158.977 406.961 159.872 c 407.809 + 159.872 l 407.543 157.403 406.953 155.661 406.039 154.645 c 405.125 153.63 + 404.094 153.122 402.953 153.122 c 401.734 153.122 400.719 153.677 399.902 + 154.786 c 399.09 155.895 398.684 157.966 398.684 161.001 c 398.684 162.907 + 398.984 166.548 399.586 171.923 c 393.484 171.923 l 393 163.735 392.418 + 158.552 391.73 156.38 c 391.047 154.208 390.102 153.122 388.902 153.122 + c 388.34 153.122 387.875 153.309 387.512 153.684 c 387.145 154.059 386.961 + 154.524 386.961 155.087 c 386.961 155.493 387.023 155.844 387.148 156.137 + c 387.316 156.548 387.684 157.118 388.242 157.852 c 389.191 159.122 389.855 + 160.45 390.227 161.841 c 390.895 164.216 391.332 167.579 391.535 171.923 + c 390.457 171.923 l 389.316 171.923 388.469 171.735 387.906 171.364 c 387 + 170.805 386.172 169.876 385.422 168.571 c 384.508 168.571 l 385.383 171.266 + 386.406 173.126 387.578 174.157 c 388.469 174.934 389.723 175.325 391.328 + 175.325 c 407.809 175.325 l h +407.809 175.321 m f +16.422 93.438 m 30.586 79.427 l 32.91 77.122 34.883 75.552 36.504 74.716 + c 38.125 73.884 39.754 73.407 41.387 73.298 c 41.387 72.247 l 23.238 72.247 + l 23.238 73.298 l 24.328 73.298 25.109 73.481 25.59 73.844 c 26.066 74.208 + 26.305 74.626 26.305 75.094 c 26.305 75.524 26.211 75.919 26.023 76.274 + c 25.836 76.63 25.254 77.294 24.281 78.27 c 11.113 91.298 l 11.113 78.997 + l 11.113 76.509 11.395 74.993 11.957 74.45 c 12.742 73.68 13.828 73.298 + 15.215 73.298 c 16.562 73.298 l 16.562 72.247 l 0.262 72.247 l 0.262 73.298 + l 1.613 73.298 l 3.188 73.298 4.328 73.755 5.039 74.673 c 5.488 75.27 5.715 + 76.716 5.715 78.997 c 5.715 103.649 l 5.715 105.575 5.594 106.86 5.348 +107.497 c 5.16 107.946 4.777 108.337 4.195 108.673 c 3.371 109.126 2.512 + 109.348 1.613 109.348 c 0.262 109.348 l 0.262 110.395 l 16.562 110.395 +l 16.562 109.348 l 15.215 109.348 l 13.68 109.348 12.547 108.895 11.816 +107.997 c 11.348 107.399 11.113 105.95 11.113 103.645 c 11.113 91.997 l +19.926 100.173 l 22.789 102.923 24.613 104.962 25.406 106.29 c 25.688 106.755 + 25.828 107.216 25.828 107.665 c 25.828 108.13 25.629 108.528 25.238 108.856 + c 24.844 109.18 24.18 109.344 23.238 109.344 c 22.367 109.344 l 22.367 +110.395 l 36.324 110.395 l 36.324 109.348 l 35.504 109.329 34.746 109.216 + 34.059 109.012 c 33.367 108.805 32.531 108.399 31.551 107.794 c 30.57 107.188 + 29.371 106.223 27.953 104.899 c 27.57 104.52 25.664 102.598 22.227 99.137 + c h +16.422 93.438 m f +0.133333 0.117647 0.121569 rg +55.91 85.848 m 66.348 85.848 l 67.371 85.848 67.527 87.442 66.496 87.442 + c 56.059 87.442 l 55.035 87.446 54.879 85.848 55.91 85.848 c h +55.91 85.848 m f +0 g +BT +16.8 0 0 16.8 410.422783 173.846841 Tm +/f-0-0 1 Tf +(+)Tj +ET +407.809 101.723 m 407.809 98.321 l 402.133 98.321 l 401.582 94.739 401.309 + 91.309 401.309 88.024 c 401.309 86.415 401.59 85.262 402.148 84.567 c 402.711 + 83.868 403.41 83.52 404.25 83.52 c 404.922 83.52 405.504 83.755 406 84.227 + c 406.5 84.696 406.82 85.38 406.961 86.27 c 407.809 86.27 l 407.543 83.802 + 406.953 82.059 406.039 81.048 c 405.125 80.032 404.094 79.524 402.953 79.524 + c 401.734 79.524 400.719 80.079 399.902 81.188 c 399.09 82.298 398.684 +84.368 398.684 87.399 c 398.684 89.305 398.984 92.946 399.586 98.321 c 393.484 + 98.321 l 393 90.134 392.418 84.954 391.73 82.782 c 391.047 80.606 390.102 + 79.524 388.902 79.524 c 388.34 79.524 387.875 79.708 387.512 80.083 c 387.145 + 80.458 386.961 80.927 386.961 81.489 c 386.961 81.891 387.023 82.243 387.148 + 82.54 c 387.316 82.946 387.684 83.516 388.242 84.251 c 389.191 85.52 389.855 + 86.852 390.227 88.239 c 390.895 90.618 391.332 93.977 391.535 98.321 c +390.457 98.321 l 389.316 98.321 388.469 98.137 387.906 97.766 c 387 97.204 + 386.172 96.274 385.422 94.973 c 384.508 94.973 l 385.383 97.665 386.406 + 99.528 387.578 100.555 c 388.469 101.333 389.723 101.723 391.328 101.723 + c h +407.809 101.723 m f +BT +16.8 0 0 16.8 410.422783 100.246841 Tm +/f-0-0 1 Tf +(+)Tj +ET +407.809 28.122 m 407.809 24.723 l 402.133 24.723 l 401.582 21.141 401.309 + 17.708 401.309 14.427 c 401.309 12.813 401.59 11.661 402.148 10.966 c 402.711 + 10.27 403.41 9.923 404.25 9.923 c 404.922 9.923 405.504 10.157 406 10.626 + c 406.5 11.098 406.82 11.778 406.961 12.673 c 407.809 12.673 l 407.543 +10.204 406.953 8.462 406.039 7.446 c 405.125 6.43 404.094 5.923 402.953 +5.923 c 401.734 5.923 400.719 6.477 399.902 7.587 c 399.09 8.696 398.684 + 10.766 398.684 13.798 c 398.684 15.704 398.984 19.348 399.586 24.723 c +393.484 24.723 l 393 16.532 392.418 11.352 391.73 9.18 c 391.047 7.009 390.102 + 5.923 388.902 5.923 c 388.34 5.923 387.875 6.11 387.512 6.485 c 387.145 + 6.86 386.961 7.325 386.961 7.887 c 386.961 8.294 387.023 8.641 387.148 +8.938 c 387.316 9.344 387.684 9.915 388.242 10.653 c 389.191 11.923 389.855 + 13.251 390.227 14.641 c 390.895 17.016 391.332 20.376 391.535 24.723 c +390.457 24.723 l 389.316 24.723 388.469 24.536 387.906 24.165 c 387 23.606 + 386.172 22.677 385.422 21.372 c 384.508 21.372 l 385.383 24.067 386.406 + 25.927 387.578 26.954 c 388.469 27.735 389.723 28.122 391.328 28.122 c +h +407.809 28.122 m f +BT +14.4 0 0 14.4 410.422783 33.846841 Tm +/f-0-0 1 Tf +(_)Tj +16.8 0 0 16.8 36.822783 109.846841 Tm +(+)Tj +ET +0.301961 g +BT +8 0 0 8 0.0234375 34.376332 Tm +/f-0-0 1 Tf +[(This image )-3(was pu)-3(blished by Jabber)-3(W)59(ok at t)-3(he En)-3 +(glish )]TJ +0 -1.25 Td +[(language )-3(W)22(ikipedia under)-3( the )-3(CC B)53(Y)119(-S)-20(A 3.0\ + licen)-3(se. )]TJ +0 -1.25 Td +[(Chec)-3(k for h)-3(ttps:/)-3(/en.)-3(wikipedia.or)16(g/wiki/)]TJ +0 -1.25 Td +[(F)54(eynman)-3(_diagram#/)-3(media/F)70(ile:K)17(aon-Deca)-3(y)143(.svg\ +)]TJ +ET +Q Q +showpage +%%Trailer +end restore +%%EOF diff --git a/include/kitlogo.pdf b/include/kitlogo.pdf new file mode 100644 index 0000000000000000000000000000000000000000..dd59fa6b8525a67ff4c119e0c6e7406c6c819466 Binary files /dev/null and b/include/kitlogo.pdf differ diff --git a/include/preamble.tex b/include/preamble.tex new file mode 100644 index 0000000000000000000000000000000000000000..12140e17cc01c4c44f27686904829a74be571003 --- /dev/null +++ b/include/preamble.tex @@ -0,0 +1,34 @@ +\chapter*{Erklärung zur Selbstständigkeit} +Ich versichere, dass ich diese Arbeit selbstständig verfasst habe und keine % +anderen als die angegebenen Quellen und Hilfsmittel benutzt habe, die % +wörtlich oder inhaltlich übernommenen Stellen als solche kenntlich gemacht und % +die Satzung des KIT zur Sicherung guter wissenschaftlicher Praxis in der % +gültigen Fassung vom 17.05.2010 beachtet habe.\\ + +\vspace{1cm} + +\renewcommand{\arraystretch}{0} % for spacing in the tabular environment + +\begin{flushright} + \begin{tabular}{rr} + Karlsruhe, den \thesistimehandin, & \hspace*{5cm}\\[0mm] + \cline{2-2}\\[2mm] % the last line has height 2mm due + & \thesisauthor % to \arraystretch=0 + \end{tabular} +\end{flushright} + +\vfill + +\begin{flushright} + Als Ansichtsexemplar genehmigt von\\ + \vspace{1cm} + \begin{tabular}{rr} + Karlsruhe, den \thesistimehandin, & \hspace*{5cm}\\[0mm] + \cline{2-2}\\[2mm] % the last line has height 2mm due + & \thesisreviewerone % to \arraystretch=0 + \end{tabular} +\end{flushright} + +\renewcommand{\arraystretch}{1} + +\cleardoublepage diff --git a/include/thesisclass.cls b/include/thesisclass.cls new file mode 100644 index 0000000000000000000000000000000000000000..cc1cd686f1c3fb81b2834c96e9e2f04843ba6d0d --- /dev/null +++ b/include/thesisclass.cls @@ -0,0 +1,407 @@ +%% LaTeX2e class for diploma theses +%% Based on wissdoc.cls by Roland Bless, 1996-2001 +%% bless@telematik.informatik.uni-karlsruhe.de +%% +%% Adapted by: Timo Rohrberg, 2009 +%% timo.rohrberg@student.kit.edu +%% +%% Additions by: Thorsten Haberecht, IPD - Chair Prof. Bhm, 2010 +%% thorsten.haberecht@kit.edu +%% +%% Further modified as Bachelor Thesis by: Philipp Verpoort, 2014 +%% +%% Usage as thesis template, Fakultät f. Physik, KIT by: FS Physik KIT, 2014 +%% fachschaft@physik.kit.edu + + + + + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{include/thesisclass} +\LoadClass[a4paper,11pt,titlepage]{scrbook} + + + + + +%% ------------------ +%% | Packages | +%% ------------------ +\usepackage[utf8]{inputenc} % for using utf8 chars (äöüß) +\usepackage[T1]{fontenc} % for correct font encoding (you + % can't search for non-ascii + % chars in pdf otherwise) +\usepackage{lmodern} % the font used by T1 font enc +\usepackage[protrusion=true, % microtype package for better + expansion, % line breaks, kerning, etc. + tracking, + kerning, + spacing]{microtype} +\microtypecontext{spacing=nonfrench} % option for scrbook to allow + % microtype->nonfrenchspacing + % for info on nonfrenchspacing: + % en.wikipedia.org/wiki/ \ + % History_of_sentence_spacing# \ + % French_and_English_spacing + +\usepackage[english,ngerman]{babel} % babel language styles. you may + % add languages, if need to be. +\usepackage[fixlanguage]{babelbib} % use babel bibtex. fixlanguage + % = don't switch language + % between bib items +%\usepackage{cite} % for bibtex without babel + +\usepackage{amsmath} % lots of math packages +\usepackage{amssymb} % ... even more math packages +%\usepackage{mathtools} % ... (not necessary package) +%\usepackage{bbm} % blackboard style fonts. + % You may prefer the provided + % \mathbbm{R} to ordinary + % \mathbb{R}. + +\usepackage{upgreek} % use $\uppi$ etc. +\usepackage{nicefrac} % use \nicefrac{1}{2} + % for inline text, if you want +\usepackage[load-configurations=abbreviations] +{siunitx} % package for units. Use + % \si{\ampere} or + % \SI{0.3}{\angstrom}. +\sisetup{per-mode=fraction} % style of writing units +\sisetup{separate-uncertainty=true} % to allow for $\pm...$ as un- + % certainty instead of 0.34(12) +\usepackage[version=3]{mhchem} % to nicely write chemcial + % elements (e.g. + % \ce{^{227}_{90}Th+}) + +\usepackage{vmargin} % Adjust margins in a simple way + % (is used below). +\usepackage{fancyhdr} % Define simple page headings + % (is used below). +\usepackage{placeins} % To use \FloatBarrier + +\usepackage[nottoc, % So that the Bibliography will + notlot, % be added to the ToC + notlof]{tocbibind} + +\usepackage{varioref} % Intelligent page + % references. Provides \vref + % and \vpageref + +\usepackage{booktabs} +\usepackage[table]{xcolor} % used for some coloring + % commands. table option for + % beautiful colored tables. +\definecolor{kitcolor}{rgb}{0 0.61 0.50} % color is defined here and + % later used for several + % definitions + +\usepackage[pdftex]{graphicx} % including images +\usepackage[normal, + font={small,color=black}, + labelfont=bf, + margin=2em]{caption} % create graphics/ + % tabular captions +\usepackage{subcaption} % create subcaptions + % for subpictures + +\usepackage[absolute,overlay]{textpos} % used for titlepage +\usepackage{tikz} % used for titlepage, + % but may be useful for other + % stuff, too. +\usepackage{ifthen} % for some control + % sequences in this class +\usepackage[fit,breakall]{truncate} % used for creating + % textfields on titlepage +\usepackage{etoolbox} % necessary to update page + % numbering for chapters +\usepackage{xstring} % used for creating substring + % out of \appendixname +\usepackage{multicol} % used for titlepage. Usefull + % for other stuff, too. + +\DeclareGraphicsRule{*}{mps}{*}{} % enables compiling + % images with pdf-latex +\DeclareGraphicsExtensions{.eps, % different image exts used + .pdf, + .png, + .jpg, + .jpeg, + .mps} +\usepackage{epstopdf} % may be necessary for miktex to + % convert eps to pdf figures + +\usepackage[raiselinks=true, % package enables hyperlinks in + bookmarks=true, % document. hyperref also incl. + bookmarksopenlevel=1, % url package for \url{...} + bookmarksopen=true, + bookmarksnumbered=true, + hyperindex=true, + plainpages=false, + pdfpagelabels=true, + pdfborder={0 0 0.5}, + colorlinks=false, + linkbordercolor=kitcolor, + citebordercolor=kitcolor]{hyperref} + +\expandafter\def\csname ver@subfig.sty\endcsname{} + % stop package svg from loading + % package subfig + % http://tex.stackexchange.com/\ + % questions/213273/undefined- \ + % control-sequence- \ + % at-begindocument +\usepackage{svg} % include svg graphics + +\graphicspath{{./chap/}{./fig/}} % To include graphics from the + % following directories it will + % be sufficient to use the + % filename; no need to indicate + % the relative path from the + % main % directory. Add more + % directories if you like. + + + + + +%% -------------------------- +%% | Globale Settings | +%% -------------------------- +\input{include/cmds} + +\setcounter{secnumdepth}{3} % Numbering also for \subsubsections +\setcounter{tocdepth}{3} % Register \subsubsections in content dir + +\setpapersize{A4} +\setmarginsrb{3cm}{1cm}{3cm}{1cm} % {leftmargin}{topmargin}{rightmargin}... + {6mm}{7mm}{5mm}{15mm} % {bottommargin}{headheight}{headsep}... + % {footheight}{footskip} + +\setlength{\marginparwidth}{1.5cm} % for todos to be positioned correctly + +\parindent 0cm % do not indent beginning of paragraph +\parskip 1.5ex plus0.5ex minus0.5ex % Margin between paragraphs + + + + + +%% ------------------------ +%% | Language Setup | +%% ------------------------ +\newcommand{\SelectLanguage}[1] +{ + \AtBeginDocument + { + \selectlanguage{#1} % babel command + + \iflanguage{ngerman} + { + \sisetup{output-decimal-marker={,}} + % sets , for German and . otherwise + \sisetup{list-final-separator={ und }} + % "3, 4 and 5" in English or "3, 4 und 5" in German + \sisetup{range-phrase={ bis }} + % "1.5 to 1.8" in English or "1,5 bis 1,8" in German + \sisetup{locale=DE} + % e.g. using \cdot instead of \times for floating points + } + { + \sisetup{output-decimal-marker=.} + \sisetup{list-final-separator={ and }} + \sisetup{range-phrase={ to }} + } + } +} + + + + + +%% --------------------------- +%% | Style of captions | +%% --------------------------- +\newcommand{\changefont}[3]{\fontfamily{#1} \fontseries{#2}% + \fontshape{#3} \selectfont} +\newcommand{\chapterheadfont}{} + +\renewcommand{\chaptername}{} + +\renewcommand{\section}{% +\@startsection{section}% +{1} % Structure level +{0mm} % Indention +{2ex plus 1ex minus 1ex} % Pre-Margin +{0.5ex plus 0.5ex minus 0.5ex} % Post-Margin +{\chapterheadfont\large\bfseries} % Style +} +\renewcommand{\subsection}{% +\@startsection{subsection}% +{2} % Structure level +{0mm} % Indention +{1.5ex plus 1ex minus 0.5ex} % Pre-Margin +{0.3ex plus 0.3ex minus 0.3ex} % Post-Margin +{\chapterheadfont\large\bfseries} % Style +} +\renewcommand{\subsubsection}{% +\@startsection{subsubsection}% +{3} % Structure level +{0mm} % Indention +{1.5ex plus 1ex minus 0.5ex} % Pre-Margin +{0.2ex plus 0.2ex minus 0.2ex} % Post-Margin +{\chapterheadfont\normalsize\bfseries} % Style +} +\renewcommand{\paragraph}{% +\@startsection{paragraph}% +{4} % Structure level +{0mm} % Indention +{1.3ex plus 1ex minus 0.3ex} % Pre-Margin +{0.2ex plus 0.2ex minus 0.2ex} % Post-Margin +{\chapterheadfont\normalsize\bfseries} % Style +} +\renewcommand{\subparagraph}{% +\@startsection{subparagraph}% +{5} % Structure level +{0mm} % Indention +{1ex plus 1ex minus 0.2ex} % Pre-Margin +{0.1ex plus 0.1ex minus 0.1ex} % Post-Margin +{\chapterheadfont\normalsize\bfseries} % Style +} + + + + + +%% ----------------------------------- +%% | Style of chapter captions | +%% ----------------------------------- +\newlength{\chapnolen} +\newlength{\chapparlen} +\newsavebox{\chapno} +\renewcommand{\@makechapterhead}[1]{ + \vspace*{0.1\textheight} + \vskip 15\p@ + {\parindent \z@ \raggedright \normalfont + \ifnum \c@secnumdepth >\m@ne + \if@mainmatter + \savebox{\chapno}{\chapterheadfont\huge\bfseries \thechapter.} + \settowidth{\chapnolen}{\usebox{\chapno}} + \parbox[t]{\chapnolen}{\usebox{\chapno}}\nobreak\leavevmode + \fi + \fi + \interlinepenalty\@MM + \setlength{\chapparlen}{\textwidth} + \addtolength{\chapparlen}{-1.0\chapnolen} + \addtolength{\chapparlen}{-2ex} + \leavevmode\nobreak + \parbox[t]{\chapparlen}% + {\raggedright\chapterheadfont\huge \bfseries #1\par\nobreak} + \vskip 30\p@ + }} + +\renewcommand{\@makeschapterhead}[1]{ + \vspace*{50\p@} + {\parindent \z@ \raggedright + \normalfont + \interlinepenalty\@M + \chapterheadfont \huge \bfseries #1\par\nobreak + \vskip 40\p@ + } +} + + + + + +%% ------------------------------------ +%% | Style of content directory | +%% ------------------------------------ +\let\oldtableofcontents\tableofcontents +\renewcommand{\tableofcontents}{{\pdfbookmark{\contentsname}{\contentsname}% +\chapterheadfont\oldtableofcontents}} +\let\@olddottedtocline\@dottedtocline +\renewcommand{\@dottedtocline}[5]{\@olddottedtocline{#1}{#2}{#3}{#4}% +{\chapterheadfont #5}} + + + + + +%% ------------------------------------------ +%% | Style of appendix and mainmatter | +%% ------------------------------------------ +\newcommand{\FrontMatter} +{ + \frontmatter + + \pagestyle{empty} + + \fancypagestyle{plain}{ % to ensure toc page style is really + % empty (it uses \thispagestyle{plain}) + \fancyhf{} % clear all header and footer fields + \fancyfoot{} % except the center + \renewcommand{\headrulewidth}{0pt} + \renewcommand{\footrulewidth}{0pt} + } +} + +\newcommand{\MainMatter} +{ + \clearpage + + \begingroup % make sure that there is no involuntary + % blankpage added after toc. + \let\cleardoubleoddstandardpage\relax + \mainmatter + \endgroup + + \frontmatter \pagestyle{empty} + + \fancypagestyle{plain}{ % redefine chapter first page style, + % which is redefined by \FrontMatter + \fancyhf{} % clear all header and footer fields + \fancyfoot[C]{\thepage} % except the center + \renewcommand{\headrulewidth}{0pt} + \renewcommand{\footrulewidth}{0pt} + } + + \mainmatter + \pagestyle{fancy} + \renewcommand{\chaptermark}[1]{\markboth{\chaptername\ % + \thechapter.\ ##1}{}} + \lhead[\thepage]{\leftmark}\chead[]{}\rhead[\thesispagehead]{\thepage} + \lfoot{}\cfoot{}\rfoot{} +} + +\newcommand{\Appendix} +{ + \clearpage + \appendix + \setcounter{section}{0} + \setcounter{subsection}{0} + \setcounter{figure}{0} + \setcounter{equation}{0} + \renewcommand\thesection{\Alph{section}} + \renewcommand\thefigure{\Alph{section}.\arabic{figure}} + \renewcommand\thetable{\Alph{section}.\arabic{table}} + \renewcommand\theequation{\Alph{section}.\arabic{equation}} + \numberwithin{equation}{section} + \lhead[\thepage]{Appendix} +} + +\newcommand{\TheBibliography} +{ + \clearpage + \thispagestyle{plain} +} + +\newcommand{\emptychapter}[2][] +{ + \addtocounter{chapter}{1} + \addtocontents{toc}{\protect\contentsline + {chapter}{\protect\numberline {\thechapter}#2}{#1}{}} +} + +%% **** END OF CLASS **** +\endinput diff --git a/include/titlepage.tex b/include/titlepage.tex new file mode 100644 index 0000000000000000000000000000000000000000..a63ffd5d5d8d15f72c817153790b5d6d6bee499c --- /dev/null +++ b/include/titlepage.tex @@ -0,0 +1,115 @@ +% coordinates for background border +\newcommand{\diameter}{20} +\newcommand{\xone}{-15} +\newcommand{\xtwo}{160} +\newcommand{\yone}{15} +\newcommand{\ytwo}{-253} + + + + +\begin{titlepage} + % background border + \begin{tikzpicture}[overlay] + \draw[color=gray] + (\xone mm, \yone mm) + -- (\xtwo mm, \yone mm) + arc (90:0:\diameter pt) + -- (\xtwo mm + \diameter pt , \ytwo mm) + -- (\xone mm + \diameter pt , \ytwo mm) + arc (270:180:\diameter pt) + -- (\xone mm, \yone mm); + \end{tikzpicture} + + + + % KIT image and sign for faculty of physics + \begin{textblock}{10}[0,0](4.5,2.5) + \includegraphics[width=.25\textwidth]{include/kitlogo.pdf} + \end{textblock} + \changefont{phv}{m}{n} % helvetica + \begin{textblock}{10}[0,0](5.5,2.2) + \begin{flushright} + \Large FAKULTÄT FÜR PHYSIK\\\thesisinstitute + \end{flushright} + \end{textblock} + + + + % horizontal line + \begin{textblock}{10}[0,0](4.2,3.1) + \begin{tikzpicture}[overlay] + \draw[color=gray] + (\xone mm + 5 mm, -12 mm) + -- (\xtwo mm + \diameter pt - 5 mm, -12 mm); + \end{tikzpicture} + \end{textblock} + + + + % begin of text part + \changefont{phv}{m}{n} % helvetica + \centering + + + + % thesis topic (en and ge) + \vspace*{3cm} + \Huge\thesistopic\\ + \huge(\thesisentopic)\\ + + + + % author name and institute + \vspace*{2cm} + \Large Bachelorarbeit\\von\\ + \vspace*{1cm} + \huge\thesisauthor\\ + \vspace*{1cm} + \Large am \thesisinstitute + + + + % possible frontimage - thanks to JabberWok + % for publishing the img under GNU Document License + \vspace*{1.5cm} + \includegraphics[scale=0.7]{./include/frontimage.eps}\\ + + + + % examiners (Referenten) + \vspace*{1.5cm} + \Large + \begin{center} + \begin{tabular}[ht]{l c l} + \iflanguage{english}{Reviewer}{Referent}: + & \hfill & \thesisreviewerone\\ + \iflanguage{english}{Second Reviewer}{Korreferent}: + & \hfill & \thesisreviewertwo\\ + % uncomment if you want to provide info on your advisors + %\iflanguage{english}{Advisor}{Betreuender Mitarbeiter}: + % & \hfill & \thesisadvisorone\\ + %\iflanguage{english}{Second Advisor}{Zweiter betreuender Mitarbeiter}: + % & \hfill & \thesisadvisortwo\\ + \end{tabular} + \end{center} + + + + % working time + \vspace{1cm} + \begin{center} + \large{{Bearbeitungszeit}: \thesistimestart \hspace*{0.25cm} -- % + \hspace*{0.25cm} \thesistimeend} + \end{center} + + + + % lowest text blocks concerning the KIT + \begin{textblock}{10}[0,0](4,16.8) + \tiny{KIT – Die Forschungsuniversität in der Helmholtz-Gemeinschaft} + \end{textblock} + \begin{textblock}{10}[0,0](14,16.75) + \large{\textbf{www.kit.edu}} + \end{textblock} +\end{titlepage} diff --git a/lit.bib b/lit.bib new file mode 100644 index 0000000000000000000000000000000000000000..06c114455a59c8c159d30bf6deb0717c7f7d19ed --- /dev/null +++ b/lit.bib @@ -0,0 +1,9 @@ +@BOOK{Dem10, + AUTHOR = {Demtröder, W.}, + YEAR = {2010}, + TITLE = {Experimentalphysik 4 - Kern-, Teilchen- Und Astrophysik}, + EDITION = {3. Auflage}, + ISBN = {978-3-642-01598-4}, + PUBLISHER = {Springer DE}, + ADDRESS = {Berlin} +} diff --git a/main.pdf b/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..420a06e6e7481312dab3564da99c5b7a865e1712 Binary files /dev/null and b/main.pdf differ diff --git a/main.tex b/main.tex new file mode 100644 index 0000000000000000000000000000000000000000..8e0c573e4679b97687835f09bb83a7bfb2097a27 --- /dev/null +++ b/main.tex @@ -0,0 +1,148 @@ +\documentclass{include/thesisclass} +% Main File - Based on thesisclass.cls +% Comments are mostly in English +% ------------------------------------------------------------------------------ +% Further files in folder: +% - include/cmds.tex (for macros and additional commands) +% - include/kitlogo.pdf (for titlepage) +% - lit.bib (bibtex bibliography database) +% - include/titlepage.tex (for layout of titelpage) +% ------------------------------------------------------------------------------ +% Useful Supplied Packages: +% amsmath, amssymb, mathtools, bbm, upgreek, nicefrac, +% siunitx, varioref, booktabs, graphicx, tikz, multicol + + + + + +%% ------------------------- +%% | Thesis Settings | +%% ------------------------- +% english or ngerman (new german für neue deutsche Rechtschreibung statt german) +\SelectLanguage{english} +% details on this thesis +\newcommand{\thesisauthor}{Klara Fall} +\newcommand{\thesistopic}{Name des Themas auf Deutsch} +\newcommand{\thesisentopic}{Name of the Topic in English} +\newcommand{\thesislongtopic}{Very long and very detailed description of the very interesting thesis topic (only necessary for pdfsubject tag).} +\newcommand{\thesisinstitute}{Institut für Experimentelle Kernphysik} +\newcommand{\thesisreviewerone}{Prof. Dr. D. Cay} +\newcommand{\thesisreviewertwo}{Prof. Dr. E. Vil} +\newcommand{\thesisadvisorone}{} % to use: enter names and uncomment in titlepg +\newcommand{\thesisadvisortwo}{} +\newcommand{\thesistimestart}{01.04.2015} % on titlepage +\newcommand{\thesistimeend}{30.09.2015} % on titlepage +\newcommand{\thesistimehandin}{30.09.2015} % on second page 'preamble' +\newcommand{\thesispagehead}{Bachelor Thesis: \thesisentopic} % page heading + + + + + +%% --------------------- +%% | PDF - Setup | +%% --------------------- +% This information will appear embed into the PDF file as meta data, but will +% not be printed anywhere +\hypersetup +{ + pdfauthor={\thesisauthor}, + pdftitle={Bachelorarbeit: \thesistopic}, + pdfsubject={\thesislongtopic}, + pdfkeywords={kit,physik,bachelor,thesis,\thesisauthor} +} + + + + + +%% -------------------------------------- +%% | Settings for Word Separation | +%% -------------------------------------- +% Help for separation: +% In German package the following hints are additionally available: +% "- = Additional separation +% "| = Suppress ligation and possible separation (e.g. Schaf"|fell) +% "~ = Hyphenation without separation (e.g. bergauf und "~ab) +% "= = Hyphenation with separation before and after +% "" = Separation without a hyphenation (e.g. und/""oder) + +% Describe separation hints here: +\hyphenation +{ + über-nom-me-nen an-ge-ge-be-nen + %Pro-to-koll-in-stan-zen + %Ma-na-ge-ment Netz-werk-ele-men-ten + %Netz-werk Netz-werk-re-ser-vie-rung + %Netz-werk-adap-ter Fein-ju-stier-ung + %Da-ten-strom-spe-zi-fi-ka-tion Pa-ket-rumpf + %Kon-troll-in-stanz +} + + + + + +%% ----------------------- +%% | Main Document | +%% ----------------------- +\usepackage{lipsum} % for Lorem Ipsum text example +\begin{document} + % Titlepage and ToC + \FrontMatter + + \input{include/titlepage} + \input{include/preamble} + + \begingroup \let\clearpage\relax % in order to avoid listoffigures and + \tableofcontents % listoftables on new pages + \listoffigures + \listoftables + \endgroup + \cleardoublepage + + + + % Contents + \MainMatter + + \chapter{Introduction} + \input{./chap/chapter1.tex} + \chapter{Theoretical Background} + \input{./chap/chapter2.tex} + \chapter{Experimental Investigations} + \input{./chap/chapter3.tex} + + \emptychapter[3]{ROOT Routines} % usage: \emptychapter[page displayed + % in toc]{name of the chapter} + + + + \chapter{Conclusions} + \input{./chap/chapter4.tex} + + % appendix for more or less interesting calculations + \Appendix + \chapter*{\appendixname} \addcontentsline{toc}{chapter}{\appendixname} + % to make the appendix appear in ToC without number. \appendixname = + % Appendix or Anhang (depending on chosen language) + \input{./chap/appendix.tex} %\cleardoublepage + + + + % Bibliography + \TheBibliography + + % BIBTEX + % use if you want citations to appear even if they are not referenced to: + % \nocite{*} or maybe \nocite{Kon64,And59} for specific entries + %\nocite{*} + \bibliographystyle{babalpha} + \bibliography{lit.bib} + + % THEBIBLIOGRAPHY + %\begin{thebibliography}{000} + % \bibitem{ident}Entry into Bibliography. + %\end{thebibliography} +\end{document} diff --git a/tab/.keep b/tab/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391