The complexity package uses the \typeout command to print a banner when the package is loaded.
What is the correct way to disable the banner (other than editing the source code of the package)?
MWE:
\documentclass{article}
\usepackage{complexity}
\begin{document}$\P = \NP$\end{document}
Compile with "pdflatex". During the compilation, you will see something like this:
+----------------------------------------------+
complexity LaTeX package
version:
author: Chris Bourke (cbourke@cse.unl.edu)
+----------------------------------------------+