51 lines
1.6 KiB
TeX
51 lines
1.6 KiB
TeX
%!TEX root = ../main.tex
|
|
|
|
%% Document language (en, de)
|
|
\newcommand{\documentLanguage}{de}
|
|
|
|
%% Document type
|
|
% T2\_1000 Project Thesis (Semester 1 & 2)
|
|
% T2\_2000 Project Thesis (Semester 3 & 4)
|
|
% T2\_3100 Seminar Paper (Semester 5 & 6)
|
|
% T2\_3300 Bachelor Thesis
|
|
\newcommand{\documentType}{Studienarbeit (Modul T3\_3101)}
|
|
|
|
\newcommand{\multipleAuthors}{false}
|
|
\newcommand{\documentAuthor}{Julian Schmidt}
|
|
\newcommand{\documentTitle}{Java-TX Compiler in Java-TX}
|
|
\newcommand{\documentPeriod}{12 Wochen}
|
|
|
|
\newcommand{\matriculationNumber}{3279342}
|
|
|
|
\newcommand{\locationUniversity}{Stuttgart Campus Horb}
|
|
\newcommand{\department}{Informatik}
|
|
\newcommand{\course}{HOR-TINF2021}
|
|
|
|
\newcommand{\degree}{Bachelor of Science}
|
|
% INF2014 - INF2016 (MI): Bachelor of Science
|
|
% INF2014 - INF2016 (IA/IM) : Bachelor of Engineering
|
|
% INF2017 (all): Bachelor of Science
|
|
|
|
% A lecture that the document is written for
|
|
\newcommand{\lecture}{Software Engineering}
|
|
% Whether to show the lecture on cover
|
|
\newcommand{\showLecture}{false}
|
|
|
|
\newcommand{\releaseDate}{Juni 2024}
|
|
\newcommand{\releaseLocation}{Horb am Neckar}
|
|
|
|
\newcommand{\companyName}{Hugo Kern und Liebers GmbH \& Co. KG.}
|
|
\newcommand{\companyLocation}{Schramberg}
|
|
|
|
\newcommand{\tutor}{Prof. Dr. habil. Martin Plümicke}
|
|
\newcommand{\evaluator}{Prof. Dr. habil. Martin Plümicke}
|
|
|
|
\newcommand{\linkColor}{00007A}
|
|
|
|
\newcommand{\subtype}{\ensuremath{\leq^*}}
|
|
\newcommand{\supertype}{\ensuremath{\geq^*}}
|
|
\newcommand{\typeeq}{\ensuremath{=^*}}
|
|
|
|
\newcommand{\JTXC}{\glqq{}Java-TX Compiler\grqq{}}
|
|
\newcommand{\JTXCinJTX}{\glqq{}Java-TX Compiler in Java-TX\grqq{}}
|