#10 added optional disclosure notice
This commit is contained in:
parent
73e90c721b
commit
863f4b4b85
|
@ -10,6 +10,7 @@ Besides setting some common parameters for the document (like author name, title
|
||||||
|
|
||||||
* configuration (`config/config.tex`)
|
* configuration (`config/config.tex`)
|
||||||
* title page (`additionals/title.tex`)
|
* title page (`additionals/title.tex`)
|
||||||
|
* disclosure notice (`additionals/disclosure.tex`, decomment in `main.tex` if neccessary)
|
||||||
* table of contents
|
* table of contents
|
||||||
* list of acronyms (`additionals/acronyms.tex`)
|
* list of acronyms (`additionals/acronyms.tex`)
|
||||||
* list of figures
|
* list of figures
|
||||||
|
|
7
additionals/disclosure.tex
Normal file
7
additionals/disclosure.tex
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
\chapter*{Sperrvermerk}
|
||||||
|
\addcontentsline{toc}{chapter}{Sperrvermerk}
|
||||||
|
|
||||||
|
Diese Thesis darf Dritten, mit Ausnahme der betreuenden Dozenten und befugten Mitglieder der Verwaltung, ohne ausdrückliche Zustimmung des Unternehmens und des Verfassers nicht zugänglich gemacht werden.
|
||||||
|
In begründeten Verdachtsfällen dürfen die Arbeit oder Teile davon von der FHDW einer Plagiatsprüfung durch einen Plagiatssoftware-Anbieter unterzogen und auf dort eingerichteten FHDW-spezifischen Datenbanken temporär gespeichert werden.
|
||||||
|
Der Sperrvermerk ist im Fall einer Plagiatsprüfung nicht wirksam.
|
||||||
|
Eine Vervielfältigung und Veröffentlichung der Thesis ohne ausdrückliche Genehmigung – auch in Auszügen – ist nicht erlaubt.
|
4
main.tex
4
main.tex
|
@ -26,6 +26,10 @@
|
||||||
%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%
|
||||||
\pagenumbering{Roman}
|
\pagenumbering{Roman}
|
||||||
|
|
||||||
|
% Sperrvermerk - einkommentieren falls erforderlich
|
||||||
|
% \input{additionals/disclosure.tex}
|
||||||
|
% \newpage
|
||||||
|
|
||||||
% Inhaltsverzeichnis
|
% Inhaltsverzeichnis
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\newpage
|
\newpage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user