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

Add LOFAR logo

Use the "lofar" option to the astron document class to switch to the LOFAR
logo instead.
parent 697ca072
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,12 @@
\@hastypetrue
}
% use the LOFAR logo
\newcommand{\logo}{\includegraphics[width=8cm]{astron-logo}}
\DeclareOption{lofar}{
\renewcommand{\logo}{\includegraphics[width=6cm]{lofar-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
......@@ -181,7 +187,7 @@
\end{tabular}
}
\rhead{\includegraphics[width=8cm]{astron-logo}}
\rhead{\logo}
\cfoot{\textbf{\large{}\docProgram{}}}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{1pt}
......
This diff is collapsed.
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