commit
This commit is contained in:
parent
0eee1b9819
commit
3b6285cb91
4 changed files with 12 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
9
makefile
9
makefile
|
@ -1,5 +1,10 @@
|
|||
name=name
|
||||
|
||||
make:
|
||||
rm *.pdf
|
||||
pdflatex -jobname=name src/source.tex
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
pdflatex -jobname=$(name) src/source.tex
|
||||
rm -rf *.lof *.log *.toc *.aux
|
||||
rm -rf src/*.lof src/*.log src/*.toc src/*.aux
|
||||
|
||||
clean:
|
||||
rm -rf *.pdf
|
|
@ -18,6 +18,8 @@
|
|||
|
||||
\rule{\textwidth}{1pt}
|
||||
|
||||
\large Par Lukian Leizour
|
||||
|
||||
\large Le \today
|
||||
\end{center}
|
||||
|
||||
|
@ -25,11 +27,7 @@
|
|||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=0.75\textwidth]{logopython.png}
|
||||
\includegraphics[width=0.75\textwidth]{logo_ensibs.png}
|
||||
\end{figure}
|
||||
|
||||
\vspace{-0.5cm}
|
||||
|
||||
\center \it Mascotte du langage Rust
|
||||
|
||||
\end{titlepage}
|
Loading…
Add table
Add a link
Reference in a new issue