📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / publications / Seminar-Kognitive-Automobile / booka4.tex
132928 viewsLicense: OTHER
\documentclass[technote,a4paper,leqno]{IEEEtran}1\pdfoutput=123\usepackage[utf8]{inputenc} % this is needed for umlauts4\usepackage[ngerman]{babel} % this is needed for umlauts5\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf6\usepackage{graphicx}7\usepackage{amsmath,amssymb}8\usepackage[absolute,overlay]{textpos}9\usepackage{vmargin} % Adjust margins in a simple way10\usepackage{tikz}11\usepackage{csquotes}12\usepackage[binary-units=true]{siunitx}13\usepackage{listings} % needed for the inclusion of source code14\usepackage{caption}15\DeclareCaptionFont{white}{\color{white}}16\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\linewidth}{#3}}}17\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}1819\lstset{20aboveskip={1.3\baselineskip},21basicstyle=\small\ttfamily\linespread{4},22breaklines=false,23columns=flexible,24commentstyle=\color[rgb]{0.127,0.427,0.514}\ttfamily\itshape,25escapechar=@,26extendedchars=true,27frame=none,28identifierstyle=\color{black},29inputencoding=latin1,30keywordstyle=\color[HTML]{228B22}\bfseries,31language=C,32ndkeywordstyle=\color[HTML]{228B22}\bfseries,33numbers=left,34numberstyle=\scriptsize,35prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},36stringstyle=\color[rgb]{0.639,0.082,0.082}\ttfamily,37showstringspaces=false,38xleftmargin=5.0ex39}4041\usepackage{url}42\usepackage{breakurl}43\usepackage[raiselinks=true,44bookmarks=true,45bookmarksopenlevel=1,46bookmarksopen=true,47bookmarksnumbered=true,48breaklinks,49hyperindex=true,50plainpages=false,51pdfpagelabels=true,52pdfborder={0 0 0.5}]{hyperref}53\def\UrlBreaks{\do\/\do-}5455\usepackage{xspace}56\newcommand*\elide{\textup{[\,\dots]}\xspace}5758\usepackage[german,nameinlink, noabbrev,capitalise]{cleveref}5960\title{Sicherheit in Kognitiven Automobilien}61\author{%62\IEEEauthorblockN{Martin Thoma}\\63\IEEEauthorblockA{E-Mail: info@martin-thoma.de} % ORCID: http://orcid.org/0000-0002-6517-169064}6566\hypersetup{67pdfauthor = {Martin Thoma},68pdfkeywords = {security, Sicherheit, Automobile, Hacking},69pdfsubject = {security},70pdftitle = {Sicherheit in Kognitiven Automobilien},71}7273\usepackage{microtype}7475\begin{document}76\maketitle77\input{abstract}78\input{Einleitung}79\input{Standards}80\input{Angriffe}81\input{Verteidigung}8283\bibliographystyle{IEEEtranSA}84\bibliography{literatur}85\end{document}868788