update to Makefile GS PS -> PDF
This commit is contained in:
parent
187b932442
commit
e29a994066
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,7 +21,6 @@
|
||||
*.ilg
|
||||
*.ind
|
||||
*cookie*
|
||||
thesis.ps
|
||||
*#*
|
||||
*.nls
|
||||
*.nlg
|
||||
|
15
ChangeLog
15
ChangeLog
@ -1,5 +1,18 @@
|
||||
2013/11/26 - Version 1.0 Beta Release 6.1
|
||||
* Updated Makefile to support PS to PDF conversion
|
||||
|
||||
2013/11/24 - Version 1.0 Beta Release
|
||||
2013/11/26 - Version 1.0 Beta Release 6 (187b9324420812326e62d963afa42e26532e82e7)
|
||||
* Includes a Windows Batch file for compilation
|
||||
|
||||
* Supports \printnomencl[optional_argument]
|
||||
|
||||
2013/11/26 - Version 1.0 Beta Release 5 (76a733ee305ed4aae9d546492cef768512df2b13)
|
||||
|
||||
* Supports DVI/PS
|
||||
|
||||
* Supports Custom Margin and FancyHdr update
|
||||
|
||||
2013/11/24 - Version 1.0 Beta Release 0 (73c8dd9)
|
||||
Author(s): Krishna Kumar
|
||||
* Adaptive Title Page: Title page adapts to title length
|
||||
|
||||
|
6
Makefile
6
Makefile
@ -117,6 +117,9 @@ export LC_ALL ?= C
|
||||
#
|
||||
#
|
||||
# CHANGES:
|
||||
# Krishna Kumar (2013-11-26):
|
||||
# * Changed PS_EMBED_OPTION ?= -dPDFSETTINGS=/prepress from /printer
|
||||
#
|
||||
# Chris Monson (2012-06-25):
|
||||
# * Bumped version to 2.2.1-alpha9
|
||||
# * Built with Holger Dell's changes to fix multiple unnecessary compilations.
|
||||
@ -793,7 +796,7 @@ $(if $(USE_CYGPATH),$(shell $(CYGPATH) -u "$1"),$1)
|
||||
endef
|
||||
|
||||
# Command options for embedding fonts and postscript->pdf conversion
|
||||
PS_EMBED_OPTIONS ?= -dPDFSETTINGS=/printer -dEmbedAllFonts=true -dSubsetFonts=true -dMaxSubsetPct=100
|
||||
PS_EMBED_OPTIONS ?= -dPDFSETTINGS=/prepress -dEmbedAllFonts=true -dSubsetFonts=true -dMaxSubsetPct=100
|
||||
PS_COMPATIBILITY ?= 1.4
|
||||
|
||||
# If set to something, will cause temporary files to not be deleted immediately
|
||||
@ -2475,6 +2478,7 @@ $(GS) \
|
||||
-sDEVICE=$(if $(filter pdf,$(GPI_OUTPUT_EXTENSION)),pdfwrite,pswrite) \
|
||||
-sOutputFile='$2' \
|
||||
-sstdout=%stderr \
|
||||
-dColorConversionStrategy=/LeaveColorUnchanged \
|
||||
-dCompatibilityLevel=1.5 \
|
||||
-dPDFSETTINGS=/prepress \
|
||||
-c .setpdfwrite \
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user