Update manual

This commit is contained in:
Loic Guegan 2022-09-12 11:28:20 +02:00
parent 99f195105a
commit c75fbe854d
4 changed files with 16 additions and 7 deletions

3
manual/.gitignore vendored
View file

@ -4,4 +4,5 @@ _minted-manual
*.log
*.out
*.pre
svg-inkscape
svg-inkscape
version

View file

@ -2,4 +2,10 @@
manual.pdf: manual.tex
@grep "__version__.*=" ../esds/__init__.py|grep -o "\".*\""|tr -d "\"" > version
pdflatex -shell-escape manual
clean:
- rm manual.pdf
.PHONY: clean

Binary file not shown.

View file

@ -14,6 +14,7 @@
% Commands
\newcommand{\stateoff}{"\textit{off}"\xspace}
\newcommand{\stateon}{"\textit{on}"\xspace}
\newcommand{\version}{\InputIfFileExists{version}{}{version}}
% Document
\begin{document}
@ -23,18 +24,19 @@
\begin{titlepage}
\begin{center}
\Huge
\textbf{\fontsize{90}{60}\selectfont ESDS User Manual\\}
\vspace{0.5cm}
{\Large \textbf{\today}}
\vspace{3cm}
\textbf{\fontsize{90}{60}\selectfont User Manual\\}
\vspace{0.6cm}
\textbf{\LARGE - ESDS v\version - \\}
{\Large \today}
\vspace{2cm}
{\includesvg[scale=0.8]{../icon.svg}}
\vspace{3cm}
\vspace{2cm}
\LARGE
\textbf{ESDS an Extensible Simulator for Distributed Systems\\}
\vspace{0.5cm}
\textbf{Written by Loic Guegan and Issam Raïs}
\textit{Written by Loic Guegan and Issam Raïs}
\end{center}
\end{titlepage}
\pagebreak