add comma seperator to hochschulname

main
Sebastian Preisner 2 years ago
parent e6a7e31800
commit 9c130eb55a

@ -436,7 +436,7 @@ $endif$
\end{tabular} \end{tabular}
\vfill \vfill
$if(hochschule.adresse)$ $if(hochschule.adresse)$
$hochschule.name$ $hochschule.adresse$ $if(hochschule.name)$$hochschule.name$, $endif$$hochschule.adresse$
$endif$ $endif$
\end{center} \end{center}
\pagebreak \pagebreak
@ -532,20 +532,24 @@ $body$
\pagebreak % wird benötigt um den header erst auf der folgeseite beginnen zu lassen. \pagebreak % wird benötigt um den header erst auf der folgeseite beginnen zu lassen.
\lhead{} % remove the left part of header \lhead{} % remove the left part of header
$if(lof)$
% -------------------------------------------------------------- % Nachspann
% Abbildungsverzeichnis \renewcommand{\thesection}{\Roman{section}}
% -------------------------------------------------------------- \renewcommand{\theHsection}{\Roman{section}}
\rhead{$if(lang)$ABBILDUNGSVERZEICHNIS$else$LIST OF FIGURES$endif$} \pagenumbering{Roman}
\listoffigures
\pagebreak % Pagebreak after each Section
$endif$ %\let\oldsection\section
%\renewcommand\section{\clearpage\oldsection}
%\setcounter{section}{2}
%\setcounter{page}{2}
$if(acronym)$ $if(acronym)$
% -------------------------------------------------------------- % --------------------------------------------------------------
% Abkürzungsverzeichnis % Abkürzungsverzeichnis
% -------------------------------------------------------------- % --------------------------------------------------------------
\rhead{$if(lang)$ABKÜRZUNGSVERZEICHNIS$else$LIST OF ABBREVIATIONS$endif$} \rhead{\thesection $if(lang)$ABKÜRZUNGSVERZEICHNIS$else$LIST OF ABBREVIATIONS$endif$}
\section*{Abkürzungsverzeichnis} \section*{Abkürzungsverzeichnis}
\addcontentsline{toc}{section}{Abkürzungsverzeichnis} \addcontentsline{toc}{section}{Abkürzungsverzeichnis}
@ -555,14 +559,23 @@ $for(acronym.list)$
\acro{$it.id$}[$it.short$]{$it.long$} \acro{$it.id$}[$it.short$]{$it.long$}
$endfor$ $endfor$
\end{acronym} \end{acronym}
\newpage \pagebreak
$endif$
$if(lof)$
% --------------------------------------------------------------
% Abbildungsverzeichnis
% --------------------------------------------------------------
\rhead{\thesection $if(lang)$ABBILDUNGSVERZEICHNIS$else$LIST OF FIGURES$endif$}
\listoffigures
\pagebreak
$endif$ $endif$
$if(lot)$ $if(lot)$
% ----------------------------------------------------------------- % -----------------------------------------------------------------
% Tabellenverzeichnis % Tabellenverzeichnis
% ----------------------------------------------------------------- % -----------------------------------------------------------------
\rhead{$if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$} \rhead{\thesection $if(lang)$TABELLENVERZEICHNIS$else$LIST OF TABLES$endif$}
\listoftables \listoftables
\pagebreak \pagebreak
$endif$ $endif$

Loading…
Cancel
Save