Skip to content
Snippets Groups Projects
Commit ab2264c2 authored by John Swinbank's avatar John Swinbank
Browse files

Add nologo option

parent b84c9be9
No related branches found
No related tags found
No related merge requests found
......@@ -81,12 +81,19 @@
\@hastypetrue
}
% use the LOFAR logo
% Default logo
\newcommand{\logo}{\includegraphics[width=8cm]{astron-logo}}
% LOFAR documents (for now, this just means using the LOFAR logo).
\DeclareOption{lofar}{
\renewcommand{\logo}{\includegraphics[width=6cm]{lofar-logo}}
}
% No logo
\DeclareOption{nologo}{
\renewcommand{\logo}{}
}
% Short documents don't have a title page; just stick the title next to the logo on the first page.
\newif\if@shortDoc
\@shortDocfalse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment