From 09bcc0982c0fbe092cad10c0007b2b575cc4ed01 Mon Sep 17 00:00:00 2001 From: Johannes Demel Date: Tue, 20 Oct 2015 14:14:24 +0200 Subject: [PATCH] renamed template folder --- {templates => cel-thesis}/cel-klausur.cls | 0 {templates => cel-thesis}/cel-thesis.cls | 20 +++++++++++++----- .../eidesstattliche_erklaerung.tex | 0 {templates => cel-thesis}/logos/cel_logo.pdf | Bin .../logos/kitlogo_de_rgb.pdf | Bin {templates => cel-thesis}/nt1-klausur.cls | 0 {templates => cel-thesis}/nt2-klausur.cls | 0 {templates => cel-thesis}/title.exam.tex | 0 {templates => cel-thesis}/title.review.tex | 0 {templates => cel-thesis}/wt-klausur.cls | 0 thesis-master.pdf | Bin 131646 -> 131642 bytes thesis-master.tex | 2 +- 12 files changed, 16 insertions(+), 6 deletions(-) rename {templates => cel-thesis}/cel-klausur.cls (100%) rename {templates => cel-thesis}/cel-thesis.cls (94%) rename {templates => cel-thesis}/eidesstattliche_erklaerung.tex (100%) rename {templates => cel-thesis}/logos/cel_logo.pdf (100%) rename {templates => cel-thesis}/logos/kitlogo_de_rgb.pdf (100%) rename {templates => cel-thesis}/nt1-klausur.cls (100%) rename {templates => cel-thesis}/nt2-klausur.cls (100%) rename {templates => cel-thesis}/title.exam.tex (100%) rename {templates => cel-thesis}/title.review.tex (100%) rename {templates => cel-thesis}/wt-klausur.cls (100%) diff --git a/templates/cel-klausur.cls b/cel-thesis/cel-klausur.cls similarity index 100% rename from templates/cel-klausur.cls rename to cel-thesis/cel-klausur.cls diff --git a/templates/cel-thesis.cls b/cel-thesis/cel-thesis.cls similarity index 94% rename from templates/cel-thesis.cls rename to cel-thesis/cel-thesis.cls index 75502db..b64daaa 100644 --- a/templates/cel-thesis.cls +++ b/cel-thesis/cel-thesis.cls @@ -3,7 +3,7 @@ % texlive-science \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{templates/cel-thesis} +\ProvidesClass{cel-thesis/cel-thesis} \LoadClass[11pt, % 11pt BCOR8mm, % Bindekorrektur DIV12, % Satzspiegel @@ -40,6 +40,9 @@ \thesisSignatureDate{dd.mm.yyyy} \thesisLanguage{english} +\def\dictThesisLanguageGerman{ngerman} +\def\dictThesisLanguageEnglish{english} + % Gerneral %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[T1]{fontenc} % encoding for target files. \usepackage[utf8]{inputenc} % UTF-8 encoding for source files @@ -154,7 +157,7 @@ % Titel %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \newcommand{\header}{% - \includegraphics[width=40mm,valign=c]{templates/logos/kitlogo_de_rgb}% + \includegraphics[width=40mm,valign=c]{cel-thesis/logos/kitlogo_de_rgb}% \hfill% \begin{minipage}{8.26cm}\centering% \textbf{Karlsruhe Institute of Technology}\\ @@ -162,7 +165,7 @@ \theThesisAdvisor% \end{minipage}% \hfill% - \includegraphics[width=25mm,valign=c]{templates/logos/cel_logo}% + \includegraphics[width=25mm,valign=c]{cel-thesis/logos/cel_logo}% } \newcommand{\ssection}[1]{\vspace*{0.8em}{\textbf{#1}}\\} @@ -170,7 +173,7 @@ \def\maketitle{ \hypersetup{ pdfauthor = \theThesisAuthor, - pdftitle = {\theThesisType{ }\theThesisTitle{ }\theThesisEndDate}, + pdftitle = {\theThesisType{ }\theThesisTitle{ } \theThesisAuthor}, pdfsubject = {Institut für Nachrichtentechnik (CEL)}, pdfcreator = {PDFLaTeX with hyperref package}, pdfproducer = {PDFLaTeX} @@ -184,16 +187,23 @@ {\large \theThesisType} \\[2.5cm] {\textbf{\theThesisAuthor}}\\[2.5cm] \begin{tabular}{lll} + \ifx\theThesisLanguage\dictThesisLanguageEnglish % default is german. But one may use english. + Advisor & : & \theThesisAdvisor \\ + Supervisor & : & \theThesisSupervisor\\[2cm] + Start date & : & \theThesisStartDate \\ + End date & : & \theThesisEndDate \\ + \else Hauptreferent & : & \theThesisAdvisor \\ Betreuer & : & \theThesisSupervisor\\[2cm] Beginn & : & \theThesisStartDate \\ Abgabe & : & \theThesisEndDate \\ + \fi \end{tabular} \end{center} \hspace*{\fill} \newpage - \include{templates/eidesstattliche_erklaerung} + \include{cel-thesis/eidesstattliche_erklaerung} } diff --git a/templates/eidesstattliche_erklaerung.tex b/cel-thesis/eidesstattliche_erklaerung.tex similarity index 100% rename from templates/eidesstattliche_erklaerung.tex rename to cel-thesis/eidesstattliche_erklaerung.tex diff --git a/templates/logos/cel_logo.pdf b/cel-thesis/logos/cel_logo.pdf similarity index 100% rename from templates/logos/cel_logo.pdf rename to cel-thesis/logos/cel_logo.pdf diff --git a/templates/logos/kitlogo_de_rgb.pdf b/cel-thesis/logos/kitlogo_de_rgb.pdf similarity index 100% rename from templates/logos/kitlogo_de_rgb.pdf rename to cel-thesis/logos/kitlogo_de_rgb.pdf diff --git a/templates/nt1-klausur.cls b/cel-thesis/nt1-klausur.cls similarity index 100% rename from templates/nt1-klausur.cls rename to cel-thesis/nt1-klausur.cls diff --git a/templates/nt2-klausur.cls b/cel-thesis/nt2-klausur.cls similarity index 100% rename from templates/nt2-klausur.cls rename to cel-thesis/nt2-klausur.cls diff --git a/templates/title.exam.tex b/cel-thesis/title.exam.tex similarity index 100% rename from templates/title.exam.tex rename to cel-thesis/title.exam.tex diff --git a/templates/title.review.tex b/cel-thesis/title.review.tex similarity index 100% rename from templates/title.review.tex rename to cel-thesis/title.review.tex diff --git a/templates/wt-klausur.cls b/cel-thesis/wt-klausur.cls similarity index 100% rename from templates/wt-klausur.cls rename to cel-thesis/wt-klausur.cls diff --git a/thesis-master.pdf b/thesis-master.pdf index cd9e6187d8707d78897793895a9360aeca0eb151..18917271aa8658c530eda0ea515cee254c9092e5 100644 GIT binary patch delta 1571 zcmV+;2Hg3+gb2EX2(ak_31ek!Ep%vQb7`~j0^}(PV`XeDbZBLBX@lJ?x7{oOmbndF zFf=emZ*L$%E+9d2mwe^{lPfYXF*GqUH8U$PGAA%FCn*XqO>bmGVRU66C`39kFflbT zFfuSPG%+$YGq*bD0TdNdK|?h+FhwvkK}Iw+H$^u@IYu%=FgZmxIWRUgH9|KqJ|H|n zLp3)rMKCi#Ml>}yMK?q_MlwS%IYl=)Fg7(cLN_ozT?#KuWo~D5Xdp2&G&z%zMks$B z)^(JYMHI*Jxv(z{OSd#jEU?7V&B89-of6Ur(%p@)T7{r6Lv8eh?&jKF3D5PQBNTtb%d}XaXMvt#_1fRQ=XuVX*_{ia#dQkEQzc9q8 zVo$C4w2D0lF{;y3lb-tX(dGsY2_4j$r`CKnbAt|Rjv-mZ&;erDdhzOFG5nBtt+*Ij zS&W(^Mz0ZLz7XRwiSdbILQgSqg_!iNnEZ*Da$Zag3-na1r((S-b~=9(O{aIpGBIo-gK9hlgVB0Wm)f+!hNy6pI}2?(5%(#s7-rd}1lDE$c6qCyNz~xALx7bwl`% z#p-=x%~i2>r&zaItluLxToW5Fi_KB+RBZWGY`rD6r4(=07uySm#e@^Zneq9|?dTd} zoEguV@j5d*6GM#S=Zk-U4$iLL8sP0#Vz-Gs<;C8w#lBKve=6}oP4Q8*IB-H7r@z&p9fzWV$I!VS$9&y=i=^2@f(|RueG?pTm1e){1Go6HWH7Xh{sgZ6Uy;vQSs+{ z;@Ji9H;?>7l{|kW{(DEfNaxI4cVSyZiU%U9l88X6(;~HUU}?1HmiDnoM=SjukwHUQ zrjjDMh{!xvWSM^Hj%T5$fa+w-1^p_ zWC+O_sv3W?VfV#wQa2(y==9jg7%^&?7_CyaF(hp4Gci7^m@q!a#q z{VdsJHhwDOO=F_ze8voNFf$rh+iZ$v&O$L)MQ!u8i}@780w!O?yNg)X;$~tAX-dur zqlCO%+^v7>zGYr{aa!K>)3cSd^oqH=a%$U%{FHV zv1(>V`h^zvrRQ4o+=HHL%yW%-t})M@=UW3enCDjW?SQ+?hs!JcQ`E`qc79Fy{HgmN VFcN^2mlXm6AqY1LB_%~qMhes`)Dr*z delta 1554 zcmV+t2JQK}gb2Qb2(ak_2y|s_aBN|8WwY`EY5VRU7K-z>M^ECH6e2{SM* zGA=SOGBuZi<^hukF*z|cF*r3cmmTK;8wfEuF*PwbH8QtA=K&NIQbsv8MmIS)K`=K% zLpMV zMmRM>K3xhgOl59obZ8(kGc`Grv2-YZCDwOz&sP}7@$VCUHi0 z2!dB(LEy4LR>&qofdxG>0$R<9wV`DY2Cay-rj-dYLl{5zvQNBCWiT5Bd>nN-IAUfd0f1XcdG) zP}qX7Em~@Hx?gHp3xaUpDh*|zC_k$S)gc-xLPL6sKrtu|CEztE38gHk8R^F>59KUq zyvP3;36&tqg7^p@s{npv-^)aQp~@B{{QqiIfHw%mDE8RLszNo0gIEg^+xdMhp@o*NIVSV)SR?t#V>)oESG(jOT?WoEC5A5|f&V$vwrC zpICcMtlKWuuNE6V5E<9S z#w%h|7(5l5?}#n8#a0vB;>Gq-elh+;ab{d`3wCt#G0u$R%s8EYnVrpijN|9Zf)37m zeKf$Xc4GG{vA3$&cUJ7LAU?`0KB*@T>7-PcFO<)-4>O8!kb-7X3$Sa2n$I<7{G zYi-5#3F5|JaWg}Ie1A;*a8Ud>U;M<^=hk^~dylyDjktTt56b7kRfZ}S++$hy`6}N( zE`Av!9WLbMDgT__>*dSN;&>jMm*aq{=Ouh^T-RT=02-8)cCzMR{$7 zMKO5=t=uZA+O5(^QCYb+eJ_P-(xUlAjJDCLGDIMRvA5>hEo-3)v!orO zCA3ZuZ6=Af+G%U2I<@vXB$lk&wGLm36xEe=nkqW0Hmu7j(N&db-JXl?h2WX!Nv?YF zaBo)Brxx%+eRagGA1~gY=LQxQgGl?}O5)AtVn~dC7+O*cBPGL0&Ir|zjr>)NCUs-- zfliN&jTGaCi}5ODn?S-Q{v{?wh{+TEZp8xEj*By!a#9^r^;xoMZ2Szyo5@78c#YZQ zU`}peZSyFa`Ke-oirN-#6{!@%A|_Acw`nXZy_Hx(nwI7S(!PwmEZ2ds6_>?IYI4;L z;dsPXvHUgqhS@qQVm)(g*eNnt$Ht@n#knONx1_6Mw#i@quCCe9{=UV1>9`gh_n_k% zb6jJNYs_)yxn$r5bKGh!1-Q$czr6fEMP1GA71NYDYX1QN#DPMW5ds1s2r&vJB}Gq0 E3gsl%jsO4v diff --git a/thesis-master.tex b/thesis-master.tex index 490f8d9..c7d6e07 100644 --- a/thesis-master.tex +++ b/thesis-master.tex @@ -1,5 +1,5 @@ % Document class provides standardized title page + needed extras. -\documentclass{templates/cel-thesis} +\documentclass{cel-thesis/cel-thesis} \thesisTitle{This is the TITLE} \thesisType{This is a Type (masterthesis?)} \thesisAuthor{Foo B. Ar}