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

Merge branch 'u/swinbank/escape-logo' into trunk

parents f9b0aaa0 6e587de6
No related branches found
No related tags found
1 merge request!31Use new logo; improve font check
texmf/tex/latex/astron/escape-logo.png

344 KiB | W: | H:

texmf/tex/latex/astron/escape-logo.png

177 KiB | W: | H:

texmf/tex/latex/astron/escape-logo.png
texmf/tex/latex/astron/escape-logo.png
texmf/tex/latex/astron/escape-logo.png
texmf/tex/latex/astron/escape-logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -82,7 +82,12 @@ ...@@ -82,7 +82,12 @@
% Default font for ESCAPE documents is Calibri % Default font for ESCAPE documents is Calibri
% But if we can't find it (e.g. in CI), don't worry about it % But if we can't find it (e.g. in CI), don't worry about it
\IfFontExistsTF{Calibri}{\setmainfont{Calibri}}{} % Attempt to cache the results of the font check; it is very slow
\newcommand{\useCalibri}{}
\IfFontExistsTF{Calibri}{\renewcommand{\useCalibri}{\setmainfont{Calibri}}}{}
\newcommand{\useArial}{}
\IfFontExistsTF{Arial}{\renewcommand{\useArial}{\setmainfont{Arial}}}{}
\useCalibri
% %
...@@ -92,14 +97,14 @@ ...@@ -92,14 +97,14 @@
\fancyhf{} \fancyhf{}
\lhead{ \lhead{
\IfFontExistsTF{Arial}{\setmainfont{Arial}}{} \useArial
\fontsize{8}{10}\selectfont \fontsize{8}{10}\selectfont
\includegraphics[width=2.0cm]{escape-logo.png}\\ \includegraphics[width=2.0cm]{escape-logo.png}\\
\docNumber{} -- \docTitle{}} \docNumber{} -- \docTitle{}}
\rhead{ \rhead{
\raisebox{1.8cm}{ \raisebox{1.8cm}{
\IfFontExistsTF{Arial}{\setmainfont{Arial}}{} \useArial
\fontsize{8}{10}\selectfont \fontsize{8}{10}\selectfont
\renewcommand{\arraystretch}{1.5} \renewcommand{\arraystretch}{1.5}
\begin{tabular}{>{\raggedright}ll} \begin{tabular}{>{\raggedright}ll}
...@@ -109,7 +114,7 @@ ...@@ -109,7 +114,7 @@
}} }}
\cfoot{ \cfoot{
\IfFontExistsTF{Calibri}{\setmainfont{Calibri}}{} \useCalibri
\begin{tabularx}{\textwidth}{@{}lXll@{}} \begin{tabularx}{\textwidth}{@{}lXll@{}}
\includegraphics[width=1cm]{flag-eu}\hspace{0.3cm} & \includegraphics[width=1cm]{flag-eu}\hspace{0.3cm} &
\fontsize{8}{10}\selectfont \fontsize{8}{10}\selectfont
...@@ -132,14 +137,14 @@ ...@@ -132,14 +137,14 @@
\renewcommand{\maketitle}{ \renewcommand{\maketitle}{
\thispagestyle{empty} \thispagestyle{empty}
\begin{textblock*}{1\textwidth}(\sideMargin, 1cm) \begin{textblock*}{1\textwidth}(\sideMargin, 2cm)
\begin{center} \begin{center}
\includegraphics[width=6cm]{escape-logo.png} \includegraphics[width=6cm]{escape-logo.png}
\end{center} \end{center}
\end{textblock*} \end{textblock*}
\begin{textblock*}{1\textwidth}(\sideMargin, 8cm){ \begin{textblock*}{1\textwidth}(\sideMargin, 9cm){
\IfFontExistsTF{Arial}{\setmainfont{Arial}}{} \useArial
\fontsize{10}{12}\selectfont \fontsize{10}{12}\selectfont
\renewcommand{\arraystretch}{1.5} \renewcommand{\arraystretch}{1.5}
\hyphenpenalty=10000 \hyphenpenalty=10000
...@@ -156,7 +161,7 @@ Project Website & \projectWeb{}\tabularnewline ...@@ -156,7 +161,7 @@ Project Website & \projectWeb{}\tabularnewline
\renewcommand{\arraystretch}{1} \renewcommand{\arraystretch}{1}
\end{textblock*} \end{textblock*}
\begin{textblock*}{1\textwidth}(\sideMargin, 14.2cm) \begin{textblock*}{1\textwidth}(\sideMargin, 15.2cm)
\centering \centering
\begin{minipage}{0.7\textwidth} \begin{minipage}{0.7\textwidth}
\centering \centering
...@@ -165,7 +170,7 @@ Project Website & \projectWeb{}\tabularnewline ...@@ -165,7 +170,7 @@ Project Website & \projectWeb{}\tabularnewline
\end{minipage} \end{minipage}
\end{textblock*} \end{textblock*}
\begin{textblock*}{1\textwidth}(\sideMargin, 16.5cm) \begin{textblock*}{1\textwidth}(\sideMargin, 17.5cm)
\renewcommand{\arraystretch}{1.5} \renewcommand{\arraystretch}{1.5}
\hyphenpenalty=10000 \hyphenpenalty=10000
\begin{tabularx}{\textwidth}{p{0.25\textwidth}X} \begin{tabularx}{\textwidth}{p{0.25\textwidth}X}
...@@ -179,7 +184,7 @@ Version & \vcsRevision{} \tabularnewline ...@@ -179,7 +184,7 @@ Version & \vcsRevision{} \tabularnewline
\renewcommand{\arraystretch}{1} \renewcommand{\arraystretch}{1}
\end{textblock*} \end{textblock*}
\begin{textblock*}{1\textwidth}(\sideMargin, 22.5cm) \begin{textblock*}{1\textwidth}(\sideMargin, 23.5cm)
\begin{tabular}{lll} \begin{tabular}{lll}
\multicolumn{3}{l}{Dissemination Level}\tabularnewline \multicolumn{3}{l}{Dissemination Level}\tabularnewline
\fbox{\pu{}} & PU: & Public\tabularnewline \fbox{\pu{}} & PU: & Public\tabularnewline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment