From c607ce643bc14fc64cd516b8692873b69fdf2a60 Mon Sep 17 00:00:00 2001
From: John Swinbank <swinbank@astron.nl>
Date: Fri, 20 Aug 2021 22:20:11 +0200
Subject: [PATCH] Update to new astron-texmf; use ESCAPE doc class

---
 astron-texmf                   |  2 +-
 contents/0-summary.tex         |  3 +--
 contents/a-workshop-report.tex |  2 +-
 main.tex                       | 27 ++++++++-------------------
 4 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/astron-texmf b/astron-texmf
index 6d8db98..f9b0aaa 160000
--- a/astron-texmf
+++ b/astron-texmf
@@ -1 +1 @@
-Subproject commit 6d8db988e1038c3f547c35db742c7f3e0bdcafa0
+Subproject commit f9b0aaa0caae96658611d681d1f1dfc729503c1d
diff --git a/contents/0-summary.tex b/contents/0-summary.tex
index e68cd7c..3905013 100644
--- a/contents/0-summary.tex
+++ b/contents/0-summary.tex
@@ -1,3 +1,2 @@
-\begin{abstract}
+\section*{Executive Summary}
 To follow.
-\end{abstract}
diff --git a/contents/a-workshop-report.tex b/contents/a-workshop-report.tex
index ebb076b..db17cdc 100644
--- a/contents/a-workshop-report.tex
+++ b/contents/a-workshop-report.tex
@@ -10,7 +10,7 @@ This workshop was intended to satisfy \gls{ESCAPE} project milestone MS31.
 
 Due to ongoing restrictions on travel, the workshop took place virtually, using Zoom.
 While total participation varied slightly through the event, a peak of 47 participants was recorded.
-The INDICO platform was used for organizing the agenda and collecting presentation materials; these materials remain online and accessible for future reference at \url{http://indico.in2p3.fr/e/SecondWP5Workshop}.
+The INDICO platform was used for organizing the agenda and collecting presentation materials; these materials remain online and accessible for future reference on INDICO\footnote{\url{http://indico.in2p3.fr/e/SecondWP5Workshop}}.
 The majority of the meeting was not recorded, but two “live demos” were captured for posterity and are also available through INDICO.
 
 The first part of the workshop presented an overview of the \gls{ESAP} system.
diff --git a/main.tex b/main.tex
index b5fa4f0..754c23e 100644
--- a/main.tex
+++ b/main.tex
@@ -1,32 +1,21 @@
-% documentclass{} takes the following mutually-exclusive options:
-%
-%  note      -- formats the document as a technical note.
-%  proposed  -- formats the document as a proposed change to the baseline.
-%  baseline  -- formats the document as part of the technical baseline.
-\documentclass[note]{astron}
+\documentclass[pu]{escape}
 \usepackage{csquotes}
 \usepackage{subcaption}
-\usepackage{fontspec}
-\IfFontExistsTF{Calibri}{\setmainfont{Calibri}}{}
 
 \input{meta}
 \input{changes}
 
-\setDocTitle{ESCAPE D5.3\\
-Performance Assessment of Initial Science Platform Prototype
-}
-\setDocProgram{ESCAPE}
-\setDocAuthors{
-  \addPerson{John D. Swinbank}{ASTRON}{\vcsDate}
-}
+\setDocNumber{D5.3}
+\setDocTitle{Performance Assessment of Initial Science Platform Prototype}
+\setWorkPackage{WP5, ESFRI Science Analysis Platform}
+\setLeadAuthor{John D. Swinbank (ASTRON)}
+\setOtherAuthors{}
+\setDueDate{2021-08-31}
+\setDueMonth{M31}
 
 % These are set according to information obtained from make and git.
-\setDocNumber{\docHandle}
-\setDocRevision{\vcsRevision}
 \setDocDate{\vcsDate}
 
-\renewcommand{\abstractname}{Executive Summary}
-
 \begin{document}
 \maketitle
 
-- 
GitLab