mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +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
|
*.log
|
||||||
*.out
|
*.out
|
||||||
*.pre
|
*.pre
|
||||||
svg-inkscape
|
svg-inkscape
|
||||||
|
version
|
|
@ -2,4 +2,10 @@
|
||||||
|
|
||||||
|
|
||||||
manual.pdf: manual.tex
|
manual.pdf: manual.tex
|
||||||
|
@grep "__version__.*=" ../esds/__init__.py|grep -o "\".*\""|tr -d "\"" > version
|
||||||
pdflatex -shell-escape manual
|
pdflatex -shell-escape manual
|
||||||
|
|
||||||
|
clean:
|
||||||
|
- rm manual.pdf
|
||||||
|
|
||||||
|
.PHONY: clean
|
||||||
|
|
Binary file not shown.
|
@ -14,6 +14,7 @@
|
||||||
% Commands
|
% Commands
|
||||||
\newcommand{\stateoff}{"\textit{off}"\xspace}
|
\newcommand{\stateoff}{"\textit{off}"\xspace}
|
||||||
\newcommand{\stateon}{"\textit{on}"\xspace}
|
\newcommand{\stateon}{"\textit{on}"\xspace}
|
||||||
|
\newcommand{\version}{\InputIfFileExists{version}{}{version}}
|
||||||
|
|
||||||
% Document
|
% Document
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
@ -23,18 +24,19 @@
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\Huge
|
\Huge
|
||||||
\textbf{\fontsize{90}{60}\selectfont ESDS User Manual\\}
|
\textbf{\fontsize{90}{60}\selectfont User Manual\\}
|
||||||
\vspace{0.5cm}
|
\vspace{0.6cm}
|
||||||
{\Large \textbf{\today}}
|
\textbf{\LARGE - ESDS v\version - \\}
|
||||||
\vspace{3cm}
|
{\Large \today}
|
||||||
|
\vspace{2cm}
|
||||||
|
|
||||||
{\includesvg[scale=0.8]{../icon.svg}}
|
{\includesvg[scale=0.8]{../icon.svg}}
|
||||||
\vspace{3cm}
|
\vspace{2cm}
|
||||||
|
|
||||||
\LARGE
|
\LARGE
|
||||||
\textbf{ESDS an Extensible Simulator for Distributed Systems\\}
|
\textbf{ESDS an Extensible Simulator for Distributed Systems\\}
|
||||||
\vspace{0.5cm}
|
\vspace{0.5cm}
|
||||||
\textbf{Written by Loic Guegan and Issam Raïs}
|
\textit{Written by Loic Guegan and Issam Raïs}
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
\pagebreak
|
\pagebreak
|
||||||
|
|
Loading…
Add table
Reference in a new issue