Update to Makefile to remove PS and readme
This commit is contained in:
parent
e29a994066
commit
a5f49d49a6
4
Makefile
4
Makefile
@ -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
|
||||
#
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
||||
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
%!PS-Adobe-2.0
|
||||
%%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
|
||||
%%Title: thesis.dvi
|
||||
%%CreationDate: Tue Nov 26 23:22:41 2013
|
||||
%%CreationDate: Wed Nov 27 11:43:19 2013
|
||||
%%Pages: 37
|
||||
%%PageOrder: Ascend
|
||||
%%BoundingBox: 0 0 596 842
|
||||
@ -13,7 +13,7 @@
|
||||
%DVIPSWebPage: (www.radicaleye.com)
|
||||
%DVIPSCommandLine: dvips -z -o thesis.ps.temp -ta4 thesis.dvi
|
||||
%DVIPSParameters: dpi=600
|
||||
%DVIPSSource: TeX output 2013.11.26:2322
|
||||
%DVIPSSource: TeX output 2013.11.27:1143
|
||||
%%BeginProcSet: tex.pro 0 0
|
||||
%!
|
||||
/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
|
||||
|
Loading…
Reference in New Issue
Block a user