feat: clean unused stuff

This commit is contained in:
Swann 2021-12-06 12:36:23 +01:00
parent 9968a219d4
commit 8477d44446
6 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -21,8 +21,7 @@
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
main.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl

View File

@ -1,2 +1,3 @@
# phd-latex-template
# Thesis latex template

BIN
phd.pdf

Binary file not shown.

View File

BIN
titlepage_export.pdf Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
\documentclass{article} % Not really important
\usepackage{pdfpages}
\begin{document}
\includepdf[pages={1}]{main.pdf}
\includepdf[pages={1}]{phd.pdf}
\end{document}