summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual')
-rw-r--r--Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.pdfbin422606 -> 422760 bytes
-rw-r--r--Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tcp12
-rw-r--r--Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tex47
-rw-r--r--Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/references.bib68
4 files changed, 89 insertions, 38 deletions
diff --git a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.pdf b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.pdf
index 0a516466310..29d6ed4f638 100644
--- a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.pdf
+++ b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tcp b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tcp
deleted file mode 100644
index 122500dfb2f..00000000000
--- a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tcp
+++ /dev/null
@@ -1,12 +0,0 @@
-[FormatInfo]
-Type=TeXnicCenterProjectInformation
-Version=4
-
-[ProjectInfo]
-MainFile=main.tex
-UseBibTeX=1
-UseMakeIndex=0
-ActiveProfile=LaTeX(utf8) ⇨ PDF(Sumatra)
-ProjectLanguage=en
-ProjectDialect=US
-
diff --git a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tex b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tex
index f2e744dfc0f..8c3621e4664 100644
--- a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tex
+++ b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/main.tex
@@ -52,7 +52,7 @@ which are based on the standard \latex\ classes
%
\begin{itemize}
\item \textbf{\texttt{hgbthesis}} (\texttt{book}):
-for Bachelor, Master and Diploma theses;
+for bachelor's, master's and diploma theses;
\item \textbf{\texttt{hgbreport}} (\texttt{report}):
for project and term reports;
\item \textbf{\texttt{hgbarticle}} (\texttt{article}):
@@ -67,14 +67,14 @@ The above document classes accept the following options:
\begin{raggedright}
\begin{itemize}
\item \textbf{\texttt{hgbthesis}}:
- \texttt{master}, \texttt{diploma}, \texttt{bachelor}, \texttt{praktikum} (deprecated),
- \texttt{internship}, \texttt{english}, \texttt{german}, \texttt{smartquotes};
-\item \textbf{\texttt{hgbreport}}: \texttt{notitlepage}, \texttt{english}, \texttt{german}, \texttt{smartquotes};
-\item \textbf{\texttt{hgbarticle}}: \texttt{twocolumn}, \texttt{english}, \texttt{german}, \texttt{smartquotes}.
+ \texttt{master}, \texttt{diploma}, \texttt{bachelor},
+ \texttt{internship}, \texttt{english}, \texttt{german}, \texttt{smartquotes}, \texttt{noUpdateCheck};
+\item \textbf{\texttt{hgbreport}}: \texttt{notitlepage}, \texttt{english}, \texttt{german}, \texttt{smartquotes}, \texttt{noUpdateCheck};
+\item \textbf{\texttt{hgbarticle}}: \texttt{twocolumn}, \texttt{english}, \texttt{german}, \texttt{smartquotes}, \texttt{noUpdateCheck}.
\end{itemize}
\end{raggedright}
%
-For example, to start a Master thesis in German
+For example, to start a master's thesis in German
one would simply simply place
%
\begin{LaTeXCode}[numbers=none]
@@ -93,22 +93,14 @@ The following parameters must be specified for \emph{all} types:
\begin{itemize}
\item \verb!\title{...}!,
\item \verb!\author{...}!,
+\item \verb!\programtype{...}!,
\item \verb!\programname{...}!,
\item \verb!\placeofstudy{...}!,
-\item \verb!\dateofsubmission{yyyy}{mm}{dd}!.
+\item \verb!\dateofsubmission{yyyy}{mm}{dd}!,
+\item \verb!\advisor{...}! (optional).
\end{itemize}
-%
-\noindent A \emph{Bachelor} thesis requires the following, additional items
-(not relevant for Diploma and Master theses):
-%
-\begin{itemize}
-\item \verb!\thesisnumber{...}!,
-\item \verb!\coursetitle{...}!,
-\item \verb!\semester{...}!,
-\item \verb!\advisor{...}!.
-\end{itemize}
-
-
+Note that \texttt{hgbthesis} only supports a \emph{single author} inside the \verb!\author{...}! macro
+argument (commands \verb!\and! and \verb!\thanks{...}! are deactivated)!
\section{Style files and user commands}
@@ -184,6 +176,10 @@ independently of the document classes listed above:
\item \textbf{\texttt{{\bs}wrt}}: \wrt
\end{itemize}
+\noindent
+Note that none of the above abbreviation macros ``eats'' subsequent white space,
+\ie, they can be used without additional controls, as in ``\verb!\wrt what I said!'',
+for example.
\subsection{Bibliography commands (\texttt{hgbbib.sty})}
@@ -233,6 +229,7 @@ The following types of code environments are defined:%
\item \textbf{\texttt{LaTeXCode}}: for \latex,
\item \textbf{\texttt{ObjCCode}}: for ObjectiveC,
\item \textbf{\texttt{PhpCode}}: for PHP,
+\item \textbf{\texttt{PythonCode}}: for Python,
\item \textbf{\texttt{Swift}}: for Swift,
\item \textbf{\texttt{XmlCode}}: for XML.
\end{itemize}
@@ -286,14 +283,14 @@ package which defines a compatible float container for algorithms:
\item
\textbf{\texttt{{\bs}StateL\{<text>\}}}: Creates a \emph{numbered} statement like \texttt{algorithmicx}'s
\verb!\State! command but provides consistent indentation on multi-line statements.
-Note that the statement \texttt{<text>} must be passed as a single argument in \verb!{...}! brackets.
+Note that the argument \texttt{<text>} must be passed as a single argument in \verb!{...}! braces.
\item
\textbf{\texttt{{\bs}StateNN[<nesting>]\{<text>\}}}:
-Creates a \emph{non-numbered} statement like \texttt{algorith\-micx}'s \verb!\State!
+Creates a \emph{non-numbered} statement like \texttt{algo\-rith\-micx}'s \verb!\Statex!
command but provides consistent indentation inside nested constructs and over multiple lines.
The optional integer argument \verb!<nesting>! can be used to specify the \emph{nesting depth}
to compensate for a bug in \texttt{algorithmicx} (the nesting level inside a block is not set properly before
-the first \verb!\State!). Omitting the optional argument should give correct indentation in most
+the first \verb!\State! command). Omitting the optional argument should give correct indentation in most
cases.
\item
\textbf{\texttt{{\bs}Input\{<text>\}}}:
@@ -338,7 +335,7 @@ The \texttt{hagenberg-thesis} package builds on the following \latex\ packages:\
\texttt{caption},
\texttt{cmap},
\texttt{csquotes},
-\texttt{datetime},
+\texttt{datetime2},
\texttt{enumitem},
\texttt{epstopdf},
\texttt{eurosym},
@@ -351,7 +348,6 @@ The \texttt{hagenberg-thesis} package builds on the following \latex\ packages:\
\texttt{hypcap},
\texttt{hyperref},
\texttt{ifpdf},
-\texttt{ifthen},
\texttt{inputenc},
\texttt{listingsutf8},
\texttt{lmodern},
@@ -367,7 +363,8 @@ The \texttt{hagenberg-thesis} package builds on the following \latex\ packages:\
\texttt{upquote},
\texttt{verbatim},
\texttt{xcolor},
-\texttt{xifthen},
+\texttt{xifthen},
+\texttt{xstring},
\texttt{xspace}.
\end{sloppypar}
diff --git a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/references.bib b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/references.bib
index 9b2e6a8b466..7c83a126d21 100644
--- a/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/references.bib
+++ b/Master/texmf-dist/doc/latex/hagenberg-thesis/examples/Manual/references.bib
@@ -1,3 +1,5 @@
+%%% Biber accepts '%' for marking comments
+
@thesis{Artner2007,
author={Artner, Nicole Maria},
title={Analyse und Reimplementierung des Mean-Shift Tracking-Verfahrens},
@@ -353,7 +355,7 @@
@manual{Oostrum2019,
author={Oostrum, {Piet van}},
- title={The \textrm{fancyhdr} and \textrm{extramarks} packages},
+ title={The \texttt{fancyhdr} and \texttt{extramarks} packages},
year={2019},
month={1},
version={3.10},
@@ -455,6 +457,8 @@
hyphenation={english}
}
+%%% Beispiel für Online-Quelle -----------------------------------------
+
@online{WikiReliquienschrein2018,
url={https://de.wikipedia.org/wiki/Reliquienschrein},
title={Reliquienschrein},
@@ -463,6 +467,8 @@
urldate={2019-02-28}
}
+%%% Beispiel für Audio-Aufnahme -----------------------------------------
+
@audio{Zappa1995,
author={Zappa, Frank},
title={Freak Out},
@@ -472,3 +478,63 @@
note={Rykodisc, New York},
hyphenation={english}
}
+
+%%% Beispiele UNPUBLISHED -----------------------------------------
+
+@unpublished{DaiLHS16,
+ author={Dai, Jifeng and Li,Yi and He, Kaiming and Sun, Jian},
+ title={{R-FCN:} Object Detection via Region-based Fully Convolutional Networks},
+ year={2016},
+ url={http://arxiv.org/abs/1605.06409},
+ pubstate = {prepublished}
+}
+
+%%% Beispiele für Musiknoten -----------------------------------------
+
+@book{BachBWV988,
+ author={Bach, Johann Sebastian},
+ title={Goldberg-Variationen für Streichquartett, BWV 988},
+ editor={Anka, Dana},
+ publisher={Musikverlag Hans Sikorski},
+ location={Hamburg},
+ year={2017}
+}
+
+@book{HaydnCelloConcerto2,
+ author={Haydn, Josef},
+ title={Konzert für Violoncello No.\ 2 in D-Dur, Hob.VIIb:2},
+ editor={Soldan,Kurt},
+ publisher={C. F. Peters},
+ location={Leipzig},
+ year={1920}
+}
+
+@book{ShostakovichOp110,
+ author={Shostakovich, Dimitri},
+ title={Streichquartett Nr.\ 8 in c-Moll, Op.\ 110},
+ editor={Hans Sikorski},
+ publisher={G. Schirmer},
+ location={New York},
+ year={1960}
+}
+
+@incollection{GershwinSummertime,
+ author={Gershwin, George and Heyward, DuBose},
+ title={Summertime},
+ booktitle={The Greatest Songs of George Gershwin},
+ publisher={Chappel Music},
+ location={London},
+ pages={40-43},
+ year={1979},
+ hyphenation={english}
+}
+
+@article{Vardavoulia2001,
+ author={Vardavoulia, Maria I. and Andreadis, Ioannis and Tsalides, Phillipos},
+ title={A new vector median filter for colour image processing},
+ journal={Pattern Recognition Letters},
+ volume={22},
+ number={6-7},
+ pages={675-689},
+ year={2001}
+}