ESPERANTO Deliverable Template
作者:
Anthony Larcher
最近上传:
3 年前
许可:
Creative Commons CC BY 4.0
摘要:
Template for the ESPERANTO H2020 MSCA RISE Project
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% ESPERANTO Deliverable Template
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[11pt]{report}
\usepackage{esperanto} % Esperanto specific definitions and styles
\usepackage[utf8]{inputenc} % UTF8 package
\usepackage[T1]{fontenc}
\usepackage{textcomp} % common special chars
\usepackage{amsmath} % math formula
\usepackage{fancybox}
\usepackage{anyfontsize} % fonts
\usepackage{lipsum}
\usepackage{cleveref}
\usepackage[printonlyused]{acronym}
\hypersetup{
pdftitle={[Title as appears in the DoA]},
pdfauthor={[Names of co-authors (partners short names)]},
pdfkeywords={[List of free keywords relevant to the deliverable]},
}
\graphicspath{ {graphics/} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Definitions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{defs}
% CHANGE %'s below to make subsection headings visible/invisible in TOC
%\newcommand{\xsubsubsection}[1]{\subsection{#1}}
%\newcommand{\xsubsubsection}[1]{\subsubsection{#1}}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% URL style same as regular text
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\urlstyle{same}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Deliverable Information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Project Meta Information
\ProjectFullTitle{Exchanges for SPEech ReseArch aNd TechnOlogies}
\ProjectAcronym{ESPERANTO}
\ProjectRefNo{101007666}
% Deliverable Number and Title (according to DoA)
\delivNumber{Dx.y}
\delivName{[Title as appears in the DoA]}
% Deliverable Short Title
\delivShortTile{[Short title for deliverable document]}
% Deliverable Responsible Partner
\delivResponsible{[Responsible partner]}
% Deliverable Version, Contractual and Actual Date, Dissemination Level, Type
\delivVersion{vn.n}
\ContractualDate{dd/mm/yyyy}
\ActualDate{dd/mm/yyyy}
\delivDissLevel{PU} % PU, PP, RE, CO
\delivType{[Report, Prototype, Other]}
% List of Main Authors (usually from the responsible partner)
\delivAuthor{[Names of co-authors (partners short names)]}
% List of Co-Authors (all other co-authors should be listed here)
\delivFPAuthor{[Names of co-authors (partners short names)]}
% Provision of Keywords (about 5-10)
\delivKeywords{[List of free keywords relevant to the deliverable]}
% Deliverable Status
\delivStatus{d} %% d = draft, f = final, s = submitted
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Change Log
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\istChange{dd/mm/yyyy}{v1.0}{Name (Partner short name)}{Draft report template}
%\istChange{}{}{}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Cover Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makecover
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Table of Contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\fancypagestyle{plain}{}
\settableofcontents
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Figures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\setlistoffigures
\listoffigures
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Tables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\setlistoftables
\listoftables
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% List of Abbreviations
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/abbreviations}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Deliverable Content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{sections/summary}
\input{sections/introduction}
\input{sections/guidelines}
\input{sections/conclusions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% References
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearpage
\bibliography{literature/references}
\bibliographystyle{apacite}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Appendix
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\appendix
\input{sections/appendix-a}
\input{sections/appendix-b}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Back Page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makedisclaimer
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%