commit
This commit is contained in:
parent
c8da6f896e
commit
0eee1b9819
3 changed files with 2 additions and 1 deletions
BIN
images/logopython.png
Normal file
BIN
images/logopython.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
1
makefile
1
makefile
|
@ -1,4 +1,5 @@
|
|||
make:
|
||||
rm *.pdf
|
||||
pdflatex -jobname=name src/source.tex
|
||||
rm -rf *.lof *.log *.toc *.aux
|
||||
rm -rf src/*.lof src/*.log src/*.toc src/*.aux
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
\begin{figure}[h]
|
||||
\centering
|
||||
\includegraphics[width=0.75\textwidth]{file_name}
|
||||
\includegraphics[width=0.75\textwidth]{logopython.png}
|
||||
\end{figure}
|
||||
|
||||
\vspace{-0.5cm}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue