% !TEX TS-program = xelatex % !TeX encoding = UTF-8 % !TeX spellcheck = de_DE \documentclass[toc=flat, numbers=enddot]{scrartcl} \usepackage[no-config]{fontspec} \usepackage{scrlayer-scrpage} % Seitendesign \usepackage{hyperref} % Links \usepackage[ngerman]{babel} % Deutsch \usepackage[printonlyused]{acronym} \KOMAoptions{fontsize=11pt,captions=tablesignature} \addtokomafont{caption}{\small\bfseries} \makeatletter \let\orgdescriptionlabel\descriptionlabel \renewcommand*{\descriptionlabel}[1]{% \let\orglabel\label \let\label\@gobble \phantomsection \edef\@currentlabel{#1} \let\label\orglabel \orgdescriptionlabel{#1} } \hypersetup{pdfauthor={Sebastian Tobie},pdftitle={Datenschutz mit der Industrie 4.0},hidelinks,linktoc=page} \usepackage[a4paper,left=2.5cm,margin=2.5cm, xetex]{geometry} \setlength{\footheight}{21pt} \RequirePackage[ backend=biber, sorting=nty, style=numeric-comp, block=ragged ]{biblatex} % Quellen \RequirePackage{nameref} % namensreferenzen \RequirePackage{csquotes} % Zitate \addbibresource{quellen.bib} \linespread{1.5} \usepackage{noto} \begin{document} \begin{titlepage} \centering{\textbf{Datenschutz in der Industrie 4.0}} \end{titlepage} \tableofcontents{} \input{aktuellesituation} \input{datenschutzgrundverordnung} \input{bundesdatenschutzgesetz} \input{Probleme} \section{Abkürzungen und Quellen} \begin{acronym}[Besenkammer] \acro{BDSG}{Bundesdatenschutzgesetz} \acro{DPO}{Data Protection Officer} \acro{DSB}{Datenschutzbeauftragter} \acro{DSGVO}{Datenschutz Grundverordnung} \acro{KI}{Künstliche Intelligenz} \acro{NLP}{Verarbeitung Natürlicher Sprache} \end{acronym} \printbibliography[title=Quellen] \end{document}