AENEAS Memo Template
Author
Anna
Last Updated
8年前
License
Creative Commons CC BY 4.0
Abstract
Memo template for the EU H2020 AENEAS Project
Memo template for the EU H2020 AENEAS Project
%rubber: module pdflatex
\documentclass[11pt,a4paper]{article}
\usepackage{aeneas_doc} % AENEAS style file
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[small,compact]{titlesec}
\usepackage{natbib}
%\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{caption}
\usepackage{ulem}
\usepackage{subfig}
\usepackage{url}
\usepackage{marginnote}
\include{journaldefs}
%%%%%%%%% START OF USER SETTINGS %%%%%%%%%%%%%%%%%%
\def\fig{Figure}
\def\figs{Figures.}
\def\Fig{Figure}
\def\Figs{Figures}
\def\sect{Sect.}
\def\sects{Sects.}
\def\Sect{Section}
\def\Sects{Sections}
\def\tab{Table}
\def\tabs{Tables}
\def\Tab{Table}
\def\Tabs{Tables}
\def\eqn{Equation}
\def\eqns{Equations}
\def\Eqn{Equation}
\def\Eqns{Equations}
\def\deg{$^{\circ}\,$}
\def\arcm{$^{\prime}\,$}
\def\arcs{$^{\prime\prime}\,$}
\def\mujybm {${\rm \mu}$Jy\,beam$^{-1}$}
\def\mjybm {${\rm m}$Jy\,beam$^{-1}$}
\def\muJy {${\rm \mu}$Jy}
% Enter here some information needed to fill in the template Title to appear
% on the front pages (will be filled in via the \aeneasfrontpage command)
\newcommand{\bigdoctitle}{Document Title\xspace}
% Title to go in the "Document Status Sheet" Document number
\newcommand{\docnr}{AENEAS-MEMO-00000??\xspace}
% Context
\newcommand{\context}{(Work Package 3)}
% Revision
\newcommand{\revision}{1.0\xspace}
% Author(s)
\newcommand{\docauthor}{A.~Person\xspace}
% Lead author (goes in the footer)
\newcommand{\leadauthor}{A.~Person\xspace}
% Release date (YYYY-MM-DD)
\newcommand{\docudate}{2015-02-06\xspace}
% Document classification
\newcommand{\classification}{Unrestricted}
% Status of the document (draft/final/etc.)
\newcommand{\docstatus}{Draft\xspace}
% The definitions below are used for the signature tables in the preamble of
% the document
\newcommand{\firstsigname}{Name 1 - to be filled in}
\newcommand{\firstsigdesignation}{Designation 1 - to be filled in}
\newcommand{\firstsigaffiliation}{Affiliation 1 - to be filled in}
\newcommand{\secondsigname}{Name 2 - to be filled in}
\newcommand{\secondsigdesignation}{Designation 2 - to be filled in}
\newcommand{\secondsigaffiliation}{Affiliation 2 - to be filled in}
% Table with version numbers
\newcommand{\versiontable}{
\begin{tabularx}{\textwidth}{|X|X|X|X|}
\hline
\bf{Version} & {\bf Date of issue} & {\bf Prepared by} & {\bf Comments}\\
\hline
1.0 & & & \\
\hline
\end{tabularx}
}
%%%%%%%%%%%%% END OF USER SETTINGS %%%%%%%%%%%%%%%%%%%
% Table with signatures
\newcommand{\signaturetable}[3]{
\begin{tabularx}{\textwidth}{|X|X|X|}
\hline
Name & Designation & Affilitation\\
\hline
{#1} & {#2} & {#3}\\
\hline
Signature \& Date: & & \\
& & \\
& & \\
\hline
\end{tabularx}
}
% Table with affiliations
\newcommand{\organisationtable}{
\begin{center}
\sffamily{\bf ORGANISATION DETAILS}\end{center}
\begin{table}[htbp]
\centering
\begin{tabular}[htbp]{|l|l|}
\hline
Name & AENEAS Project Consortium\\
\hline
\end{tabular}
\end{table}
}
%%%%%%%%%%%%%%%%%%%% START YOUR DOCUMENT HERE %%%%%%%%%%%%%%%%%
\begin{document}
% load automatic pages
\aeneasfrontpage
\aeneastableofcontents
% Add here the abbreviations used in your document
\aeneaslistofabbreviations
\begin{basedescript}{\desclabelstyle{\pushlabel}\desclabelwidth{6em}}
\item[SOMETHING] Something \vspace{-0.2cm}
\item[OTHER] Other something \vspace{-0.2cm}
\item[OTHER] Other other something \vspace{-0.2cm}
\end{basedescript}
% Add here the symbols used in your document
\aeneaslistofsymbols
\begin{basedescript}{\desclabelstyle{\pushlabel}\desclabelwidth{6em}}
\item[$N_\mathrm{something}$] Number of somethings \vspace{-0.2cm}
\item[OTHER] Other something \vspace{-0.2cm}
\item[OTHER] Other other something \vspace{-0.2cm}
\end{basedescript}
\aeneaslistoffigures
\aeneaslistoftables
% Add here the executive summary
\aeneassummary
% Add to the table the list of applicable and reference documents
% (this is NOT meant for your usual bibiliography, only for SKA docs)
\aeneasreferencedocs
\subsection*{Applicable Documents}
The following documents are applicable to the extent stated herein. In the
event of conflict between the contents of the applicable documents and this
document, \emph{the applicable documents} shall take precedence.
\begin{center}{
\begin{tabularx}{\textwidth}{|X|X|}
\hline
\bf{Reference} & \bf{Reference}\\
\bf{Number} & \\
\hline
\end{tabularx}}
\end{center}
\subsection*{Reference Documents}
The following documents are referenced in this document. In the event of
conflict between the contents of the referenced documents and this document,
\emph{this document} shall take precedence.
\begin{center}{
\begin{tabularx}{\textwidth}{|X|X|}
\hline
\bf{Reference} & \bf{Reference}\\
\bf{Number} & \\
\hline
\end{tabularx}}
\end{center}
% The actual content goes here
\newpage
\section{Section One}
\section{Section Two}
% or use \input{} or \include{} for individual sections
\clearpage
\section{Conclusions}
\label{section:conclusions}
And here also.
% Add the bibliography
\clearpage
\addcontentsline{toc}{section}{References}
\bibliography{imaging_bib}%
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: