From aa5cb15cc7a6d8570d7f8fdc33ede41d6948e369 Mon Sep 17 00:00:00 2001 From: Carl Wilson Date: Wed, 17 Jan 2024 17:32:39 +0000 Subject: [PATCH] FIX: Page template - fixed page template; and - cleaned up metadata. --- pandoc/metadata.yaml | 3 +- pandoc/templates/eisvogel.latex | 60 +++++++++++++++++++++------------ 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/pandoc/metadata.yaml b/pandoc/metadata.yaml index c9265a0..c3c223d 100644 --- a/pandoc/metadata.yaml +++ b/pandoc/metadata.yaml @@ -7,11 +7,10 @@ titlepage-color: "186b9e" titlepage-text-color: "3adeca" titlepage-rule-color: "3adeca" titlepage-rule-height: 1 -logo: "../spec-publisher/pandoc/img/DILCISlogo.png" cofund: "../spec-publisher/pandoc/img/cofund.jpg" logo: "../spec-publisher/pandoc/img/DILCISlogo.png" dilcis-logo: "../spec-publisher/pandoc/img/dilcis-logo.png" -dlm-logo: "../spec-publisher/pandoc/img/dlm-logo.jpg" +dlm-logo: "../spec-publisher/pandoc/img/dlm-logo.png" eark-logo: "../spec-publisher/pandoc/img/eark-logo.jpg" eu-logo: "../spec-publisher/pandoc/img/eu-logo.png" toc-title: "Table of contents" diff --git a/pandoc/templates/eisvogel.latex b/pandoc/templates/eisvogel.latex index b0d3489..526e843 100644 --- a/pandoc/templates/eisvogel.latex +++ b/pandoc/templates/eisvogel.latex @@ -745,45 +745,63 @@ $if(beamer)$ \frame{\titlepage} $endif$ - +%% +%% Acknowledgements page +%% +\pagebreak +\begin{center} $if(title)$ -\begin{quote} -\textbf{$title$} -\end{quote} +{\huge \textbf{\textsf{$title$}}} $endif$ -\includegraphics[width=1.56693in,height=1.08268in]{pandoc/img/eu-logo.png} - -\includegraphics[width=1.23774in,height=1.2375in]{pandoc/img/eark-logo.png} - -\begin{quote} +$if(subtitle)$ +\vskip 0.5em +{\Large \textsf{$subtitle$}} +$endif$ +\vskip 1.5em +\includegraphics[width=1.56693in,height=1.08268in]{$eu-logo$} +\vskip 2em +\includegraphics[width=1.23774in,height=1.2375in]{$eark-logo$} +\end{center} +\vskip 1.5em The European Commission eArchiving procurement recognizes the E-ARK specifications as the eArchiving specifications which are funded under the eArchiving Common Services Platform Agreement No. LC-01905904- CNECT/LUX/2021/OP/0077. -This speciļ¬cation is published, supported, and developed by the Digital +This specification is published, supported, and developed by the Digital Information LifeCycle Interoperability Standards (DILCIS) Board under the auspices of the DLM Forum. +\vskip 1em +\begin{figure} +\centering +\begin{minipage}{.5\textwidth} + \centering + \includegraphics[width=1.48882in,height=1.11042in]{$dlm-logo$} +\end{minipage}% +\begin{minipage}{.5\textwidth} + \centering + \includegraphics[width=2.21654in,height=1.09333in]{$logo$} +\end{minipage} +\end{figure} +\vskip 1em +\includegraphics[width=1.49606in,height=0.31102in]{$cofund$} -\includegraphics[width=1.48882in,height=1.11042in]{pandoc/img/dlm-logo.png}\includegraphics[width=2.21654in,height=1.09333in]{$logo$} - -\includegraphics[width=1.49606in,height=0.31102in]{pandoc/img/cofund.jpg} - -This speciļ¬cation was previously developed with the support of the +This specification was previously developed with the support of the European Union: -E-ARK Grant No: 620998 CIP-ICT-PSP.2013.2.5 - -E-ARK4ALL Agreement No. LC-00921441 CEF-TC-2018-15 - -E-ARK3 Agreement No. LC-01390244 CEF-TC-2019-3 -\end{quote} +{\small\color{gray}\setstretch{0.5} +E-ARK Grant No: 620998 CIP-ICT-PSP.2013.2.5\\ +E-ARK4ALL Agreement No. LC-00921441 CEF-TC-2018-15\\ +E-ARK3 Agreement No. LC-01390244 CEF-TC-2019-3\\ +} +\pagebreak $if(abstract)$ \begin{abstract} \noindent\textbf{Executive Summary}\\ $abstract$ +\pagebreak \end{abstract} $endif$ $endif$