161 lines
No EOL
5.3 KiB
TeX
161 lines
No EOL
5.3 KiB
TeX
\documentclass{article}
|
|
|
|
% Language setting
|
|
% Replace `english' with e.g. `spanish' to change the document language
|
|
\usepackage[english]{babel}
|
|
\usepackage{csquotes}
|
|
\usepackage[normalem]{ulem}
|
|
% Set page size and margins
|
|
% Replace `letterpaper' with`a4paper' for UK/EU standard size
|
|
\usepackage[top=2cm,bottom=2cm,left=2cm,right=2cm,marginparwidth=1.75cm]{geometry}
|
|
|
|
% Useful packages
|
|
\usepackage{amsmath}
|
|
\usepackage{graphicx}
|
|
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
|
|
\usepackage[printonlyused,nohyperlinks]{acronym}
|
|
\usepackage{wrapfig}
|
|
\usepackage{subcaption} % \captionof
|
|
\usepackage{lastpage}
|
|
\usepackage{siunitx}
|
|
\usepackage[]{todonotes} %\todo[disable,inline,color=green!40]{} \missingfigure[width=\textwidth]{\ldots} \listoftodos
|
|
|
|
\newcommand{\dd}{\mathrm d}
|
|
|
|
|
|
%---------------------------------------------------------------------------------
|
|
%AHEPaM-specific part starts here:
|
|
%---> insert the document's name and other information here
|
|
\newcommand{\docname}{cau-ath-req-0004}
|
|
\newcommand{\issue}{1.1}
|
|
\newcommand{\issuedate}{2023-11-06}
|
|
\newcommand{\docstatus}{released}
|
|
\newcommand{\doctype}{Requirements}
|
|
%---------------------------------------------------------------------------------
|
|
|
|
\usepackage{fancyhdr}
|
|
\setlength{\headsep}{15mm}
|
|
\parindent0pt
|
|
\topmargin=-2.cm
|
|
\oddsidemargin=.5cm
|
|
\textwidth=16.0cm
|
|
\textheight=24.cm
|
|
\pagestyle{fancy}
|
|
\fancyhf{} % clear all fields
|
|
\fancyhead[L]{%
|
|
\begin{tabular}[H]{l@{}}
|
|
\vspace*{-10mm}\includegraphics[height=10mm]{shared/cau-colors.jpeg}
|
|
\end{tabular}}
|
|
\fancyhead[R]{%
|
|
%\scshape
|
|
\begin{tabular}[t]{l@{}l@{}l@{}}
|
|
%----> Insert dates here:
|
|
page: \thepage/\pageref{LastPage}\\issue: \issue\\date: \issuedate
|
|
\end{tabular}}
|
|
\fancyhead[C]{%
|
|
%\scshape
|
|
\begin{tabular}[t]{l@{}l@{}l@{}}
|
|
%----> Insert document name here
|
|
Project: AHEPaM\\Doc. Title: AHEAPaM Systems Requirements Document\\ Doc. ID: \docname
|
|
\end{tabular}}
|
|
\fancyfoot[C]{\thepage/\pageref{LastPage}}
|
|
|
|
|
|
|
|
|
|
\usepackage[backend=biber,style=numeric, defernumbers=true, sorting=none]{biblatex}
|
|
\addbibresource{shared/sample.bib} %Imports bibliography file
|
|
%\bibliography{sample}
|
|
|
|
%%%%%%%%%%%%%%%%%
|
|
%
|
|
% NOTE: To include a bibliography, need to use biber, not bibtex! This allows you to split into applicable and reference documents. See sample.bib on how to handle that.
|
|
%
|
|
% biber CAU-ATH-XXXX-XXXX-i-Y.Y
|
|
%
|
|
% if you add references to the bib file (and cite them) you probably need to delete the .aux file before recompiling
|
|
%
|
|
% More information can be found here: https://en.wikibooks.org/wiki/LaTeX/Bibliographies_with_biblatex_and_biber
|
|
%
|
|
%%%%%%%%%%%%%%%%
|
|
|
|
|
|
|
|
\begin{document}
|
|
%\listoftodos\clearpage
|
|
|
|
\begin{titlepage}
|
|
\thispagestyle{fancy}
|
|
\vspace*{2cm}
|
|
%---> Change Title of Document here
|
|
{\bf \Large AHEPaM System Requirements} \vspace{2cm}\\
|
|
\includegraphics[width=\textwidth]{shared/ahepam-title.png}
|
|
\vspace{3cm}
|
|
\vfill
|
|
|
|
%---> Change fields as required. Entries are defined around line 25 (above).
|
|
Prepared by: Robert F.\,Wimmer-Schweingruber\\
|
|
Document type: \doctype\\
|
|
Reference: \docname\\
|
|
Issue/Revision: \issue\\
|
|
Date of Issue: \issuedate\\
|
|
Status: \docstatus
|
|
|
|
\end{titlepage}
|
|
\setcounter{page}{2}
|
|
|
|
%---> change abstract as required
|
|
\begin{abstract}\normalsize
|
|
This document specifies the top-level requirements of \acs{AHEPaM}, traced from \cite[]{athena-spec} and
|
|
\cite[]{sci-req-esa}, and applicable \acs{ECSS} standards. The document also contains justifications for requirements that do not flow from \cite[]{athena-spec} and \cite[]{sci-req-esa}, or that contain modifications. Section \ref{sec:cau_req} lists requirements from CAU to ESA/ATHENA. \\
|
|
\todo[inline]{This document does not yet reflect the revised measurement requirements that were discussed with \ac{ESA} in the meeting between \ac{CAU} and \ac{ESA} on April 4, 2022. These are discussed in the CAU comments.\\}
|
|
\todo[inline]{There is still an open action on \ac{ESA} to provide the set of updated/relaxed requirements.}
|
|
\end{abstract}
|
|
|
|
%\newpage
|
|
|
|
%\bibliographystyle{plain}
|
|
%This is where the bibliography is included. biber can also handle other keywords.
|
|
\printbibliography[keyword={applicable}, title={Applicable Documents}]
|
|
\printbibliography[keyword={reference}, title={Reference Documents}]
|
|
|
|
|
|
%\section{Applicable \& Reference Documents}
|
|
%\input{refdocs}
|
|
\newpage
|
|
|
|
\section*{Change Log}
|
|
%---> Please keep track of changes you made! Indicate them here.
|
|
|
|
\begin{tabular}{|p{2cm}|p{2cm}|p{10cm}|}\hline\hline
|
|
Issue & Date & Affected page(s), chapter(s), \ldots \\\hline\hline
|
|
1.0 & 2023-06-15 & initial version \\\hline
|
|
1.1 & 2023-11-06 & The CAU requirement R-CAU-AHEPaM-002 (Chapter 5, page 21) was highlighting AHEPaMs design temperature and the need of external heating for a sun-exposed accommodation on the spacecraft in the previous version. Based on the discussion during the Demo Model Design Review it now reflects the preference of a sun-shaded accommodation. \\\hline
|
|
\hline
|
|
\end{tabular}
|
|
|
|
\newpage
|
|
\section*{List of Abbreviations and Acronyms}
|
|
\input{shared/ahepam-acronyms}
|
|
%--- If you use a new acronym, please define it in this file and update it!
|
|
|
|
\newpage
|
|
%\input{}
|
|
|
|
|
|
\input{mission-reqs}
|
|
\newpage
|
|
|
|
\input{performance-requirements}
|
|
\newpage
|
|
|
|
\input{cau-ath-req-0004_i1-0/general-design-requirements}
|
|
\newpage
|
|
|
|
\input{cau-ath-req-0004_i1-0/electrical-thermal-mechanical-requirements}
|
|
\newpage
|
|
|
|
\input{cau-ath-req-0004_i1-0/cau-requirements}
|
|
\newpage
|
|
|
|
\end{document} |