Skip to content
Snippets Groups Projects
vl-report-test.tex 633 B
Newer Older
%---------------------------
\listfiles
\documentclass[titlepage=false,toc=nobibliography]{vl-report}
% inputencoding ist fest auf utf8 eingestellt!

\moveTypeArea% Heftrand erzwingen

\begin{document}

\subject{PTB~--~AG~7.54}
\title{Ein Test}
%\subtitle{xxx}
\date{2018-06-26}
\author{ Rolf Niepraschk \and Thomas Bock }

\maketitle

\tableofcontents

\section*{Einleitung}

Im Folgenden soll ein Überblick über \dots

\section{BlaBla}

\begin{lstlisting}[language={}]
{
  "Result":["...","..."],
  "t_start":1385556963144,"t_stop":1385556963157,
  "exitCode":...
}
\end{lstlisting}


\end{document}
%---------------------------