2022-06-16 13:02:38 +00:00
\documentclass { article}
% Language setting
% Replace `english' with e.g. `spanish' to change the document language
\usepackage [english] { babel}
\usepackage { csquotes}
% 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}
2023-06-05 14:00:56 +00:00
\usepackage { booktabs}
2022-07-08 12:57:36 +00:00
\usepackage { color} % needed for highlighting \colorbox{yellow}{...}
2022-06-16 13:02:38 +00:00
\usepackage [colorlinks=true, allcolors=blue] { hyperref}
\usepackage [printonlyused,nohyperlinks] { acronym}
\usepackage { wrapfig}
\usepackage { subcaption} % \captionof
\usepackage { lastpage}
\usepackage { siunitx}
2023-06-05 14:00:56 +00:00
\usepackage { tabularx}
2022-11-17 10:34:57 +00:00
\usepackage [] { todonotes} %\todo[disable,inline,color=green!40]{} \missingfigure[width=\textwidth]{\ldots} \listoftodos
2022-11-16 10:53:05 +00:00
2022-06-16 13:02:38 +00:00
\newcommand { \dd } { \mathrm d}
2022-07-08 12:57:36 +00:00
2022-06-16 13:02:38 +00:00
%---------------------------------------------------------------------------------
%AHEPaM-specific part starts here:
%---> insert the document's name and other information here
2023-07-11 11:30:42 +00:00
\newcommand { \docname } { cau-ath-ddf-0006\_ i1-0}
2023-06-12 08:58:15 +00:00
\newcommand { \issue } { 1.0}
\newcommand { \issuedate } { 2023-06-15}
2023-05-30 13:27:20 +00:00
\newcommand { \docstatus } { released}
2022-06-16 13:02:38 +00:00
\newcommand { \doctype } { Requirements}
%---------------------------------------------------------------------------------
\usepackage { fancyhdr}
\setlength { \headsep } { 15mm}
\parindent 0pt
\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: AHEPaM DDF\\ 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 { shared/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}
2022-11-17 10:34:57 +00:00
% \listoftodos \clearpage
2022-11-16 10:53:05 +00:00
2022-06-16 13:02:38 +00:00
\begin { titlepage}
\thispagestyle { fancy}
\vspace * { 2cm}
%---> Change Title of Document here
2023-06-19 09:55:02 +00:00
{ \bf \Large AHEPaM Design Definition File (DDF)} \vspace { 2cm} \\
2022-06-16 13:02:38 +00:00
\includegraphics [width=\textwidth] { shared/ahepam-title.png}
\vspace { 3cm}
\vfill
%---> Change fields as required. Entries are defined around line 25 (above).
Prepared by: Lars Seimetz\\
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
2023-06-06 15:38:19 +00:00
This documents describes the design details of the \acs { AHEPaM} instrument.
2022-06-16 13:02:38 +00:00
\end { abstract}
2023-06-06 15:38:19 +00:00
\newpage
2022-06-16 13:02:38 +00:00
%\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
2023-06-12 08:58:15 +00:00
1.0 & 2023-06-15 & initial version \\ \hline
2022-06-16 13:02:38 +00:00
\hline
\end { tabular}
\newpage
\section * { List of Abbreviations and Acronyms}
\input { shared/ahepam-acronyms}
%--- If you use a new acronym, please define it in theis file and update it!
2023-05-26 13:50:40 +00:00
\newpage
2022-06-16 13:02:38 +00:00
2023-05-26 13:50:40 +00:00
\tableofcontents
2022-06-16 13:02:38 +00:00
\newpage
\input { design-description}
\newpage
2023-06-06 14:04:02 +00:00
\input { specifications}
\newpage
\input { differences}
\newpage
2022-06-16 13:02:38 +00:00
2023-06-09 11:49:46 +00:00
%\input{product-tree}
%\newpage
2022-06-16 13:02:38 +00:00
2023-06-06 14:04:02 +00:00
\input { interface-control-document}
2022-06-16 13:02:38 +00:00
\newpage
2023-06-06 14:04:02 +00:00
\input { cau-ath-ddc-0006_ i1-0/annex-a_ fm-det-geometry}
2022-06-16 13:02:38 +00:00
\newpage
\end { document}