feat: clean unused stuff
This commit is contained in:
parent
9968a219d4
commit
8477d44446
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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}
|
Loading…
Reference in New Issue