Commit 826ba24a authored by Antonios Angelakis's avatar Antonios Angelakis

Include pdf in .gitignore and change Makefile

parent 47f587ab
...@@ -37,7 +37,4 @@ Thumbs.db* ...@@ -37,7 +37,4 @@ Thumbs.db*
*.tof *.tof
*.tpt *.tpt
*.vrb *.vrb
*.pdf
# The example PDF file
/test.pdf
.PHONY: FORCE default clean distclean .PHONY: FORCE default clean distclean
FILE=test FILE=thesis
export SHELL=/bin/bash export SHELL=/bin/bash
export TEXINPUTS:=.:./Styles//:${TEXINPUTS} export TEXINPUTS:=.:./Styles//:${TEXINPUTS}
......
...@@ -1657,7 +1657,7 @@ https://www.pylint.org/). Το συγκεκριμένο πρόγραμμα, έχ ...@@ -1657,7 +1657,7 @@ https://www.pylint.org/). Το συγκεκριμένο πρόγραμμα, έχ
%%% Bibliography %%% Bibliography
\bibliographystyle{softlab-thesis} \bibliographystyle{softlab-thesis}
\bibliography{test} \bibliography{thesis}
%%% End of document %%% End of document
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment