Logo Usage
The central administration decided the logos to be not allowed to be put under any redistribution license. arXiv is currently checking if disclaimers for logos are allowed. If really a branding for MPI DCTS / CSC papers is wanted, the following code could replace the logos to get at least the names highlighted.
\RequirePackage{tikz}
\ifhidempi
\titlehead{%
\vspace{-2\baselineskip}%
\vspace{2\baselineskip}
\vspace{.25em}
}
\else
\titlehead{%
\vspace{-2\baselineskip}%
\tikz\node[
draw = black,
line width = 1pt,
rounded corners = 2pt,
inner sep = .5em,
outer sep = 0em
]{\begin{minipage}{40em}
MAX PLANCK INSTITUTE FOR DYNAMICS OF COMPLEX TECHNICAL SYSTEMS\\[.25em]
COMPUTATIONAL METHODS IN SYSTEMS AND CONTROL THEORY
\end{minipage}};
}
\fi