Skip to content

Commit

Permalink
Update to Makefile to remove PS and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Kumar committed Nov 27, 2013
1 parent e29a994 commit a5f49d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ export LC_ALL ?= C
#
#
# CHANGES:
# Krishna Kumar (2013-11-27):
# * Added PS to rm_ext to remove PS files generated during LaTeX output
# Krishna Kumar (2013-11-26):
# * Changed PS_EMBED_OPTION ?= -dPDFSETTINGS=/prepress from /printer
#
Expand Down Expand Up @@ -1535,7 +1537,7 @@ endif

# Extensions generated by LaTeX invocation that can be removed when complete
rm_ext := \
log *.log aux $(pre_pdf_extensions) pdf blg bbl out nav snm toc lof lot lol pfg \
log *.log aux $(pre_pdf_extensions) ps pdf blg bbl out nav snm toc lof lot lol pfg \
fls vrb idx ind ilg glg glo gls lox nls nlo nlg brf mtc* mlf* mlt* maf brf ist fmt
backup_patterns := *~ *.bak *.backup body.tmp head.tmp

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phd-thesis-template

* Custom page styles: 3 Different Header / Footer styles

* Pre-defined and custom margin size (should be modified in the class file)
* Pre-defined and custom margin size


### Build your thesis
Expand Down Expand Up @@ -256,6 +256,4 @@ You are trying to load an option that is not supported in the PhDThesisClass and

* Support Libertine fonts + Math

* Tweak Make file to convert PS to PDF and clean PS files


Binary file modified thesis.pdf
Binary file not shown.
Binary file modified thesis.ps
Binary file not shown.

0 comments on commit a5f49d4

Please sign in to comment.