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

Initial skeleton

parents
No related branches found
No related tags found
No related merge requests found
[submodule "astron-texmf"]
path = astron-texmf
url = https://git.astron.nl/astron-sdc/docs/astron-texmf.git
[submodule "figures"]
path = figures
url = https://git.astron.nl/astron-sdc/docs/figures.git
Makefile 0 → 100644
DOCHANDLE=ESCAPE-D5.4
export TEXMFHOME ?= astron-texmf/texmf
$(DOCHANDLE).pdf: main.tex meta.tex changes.tex contents.tex
xelatex -jobname=$(subst .,_,$(DOCHANDLE)) main.tex
makeglossaries $(subst .,_,$(DOCHANDLE))
biber $(subst .,_,$(DOCHANDLE))
xelatex -jobname=$(subst .,_,$(DOCHANDLE)) main.tex
xelatex -jobname=$(subst .,_,$(DOCHANDLE)) main.tex
contents.tex: contents
ls contents/[[:digit:]]-*tex | sed -e's/\(.*\)$$/\\include{\1}/' > $@
printf "%s\n" "\\appendix" >>$@
ls contents/[a-z]-*tex | sed -e's/\(.*\)$$/\\include{\1}/' >> $@
include astron-texmf/make/vcs-meta.make
include astron-texmf/make/changes.make
Subproject commit 9ddba2d6545d0b891dcfbb423d5e7d518afad6b9
\section{Introduction}
\label{sec:intro}
Introduction.
\section{Example appendix}
\section*{Executive Summary}
Subproject commit 802b1a1c12201d1e6573de0af2a40e08329a410c
main.tex 0 → 100644
\documentclass[pu]{escape}
\usepackage{csquotes}
\usepackage{subcaption}
\input{meta}
\input{changes}
\setDocNumber{D5.4}
\setDocTitle{Final Assessment of the Performance of the Science Platform Prototype}
\setWorkPackage{WP5, ESFRI Science Analysis Platform}
\setLeadAuthor{John D. Swinbank (ASTRON)}
\setOtherAuthors{}
\setDueDate{2022-11-30}
\setDueMonth{MXX}
% This is set according to information obtained from make and git.
\setDocDate{\vcsDate}
\renewcommand{\abstractname}{Executive Summary}
\begin{document}
\maketitle
\input{contents/summary.tex}
\clearpage
\setcounter{tocdepth}{2}
\tableofcontents
\clearpage
\listoffigures
\clearpage
\printglossary[title=List of Abbreviations]
\clearpage
\input{contents}
\clearpage
\printbibliography
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment