mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 01:56:27 +02:00
Update manual
This commit is contained in:
parent
99f195105a
commit
c75fbe854d
4 changed files with 16 additions and 7 deletions
3
manual/.gitignore
vendored
3
manual/.gitignore
vendored
|
@ -4,4 +4,5 @@ _minted-manual
|
|||
*.log
|
||||
*.out
|
||||
*.pre
|
||||
svg-inkscape
|
||||
svg-inkscape
|
||||
version
|
|
@ -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.
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue