feat: clean unused stuff
This commit is contained in:
parent
9968a219d4
commit
8477d44446
|
@ -21,8 +21,7 @@
|
||||||
# *.eps
|
# *.eps
|
||||||
# *.pdf
|
# *.pdf
|
||||||
|
|
||||||
## Generated if empty string is given at "Please type another file name for output:"
|
|
||||||
main.pdf
|
|
||||||
|
|
||||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
*.bbl
|
*.bbl
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
\documentclass{article} % Not really important
|
\documentclass{article} % Not really important
|
||||||
\usepackage{pdfpages}
|
\usepackage{pdfpages}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\includepdf[pages={1}]{main.pdf}
|
\includepdf[pages={1}]{phd.pdf}
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue