bwahahahaha. I have conquered the 15 page split problem

master
Oliver Kennedy 2016-01-19 23:49:37 -05:00
parent 5b34b5f27f
commit 2f4cff4d02
4 changed files with 2064 additions and 5 deletions

View File

@ -1,16 +1,21 @@
TEX_FILES=fullproposal.tex main.bib geoffreychallen.bib $(wildcard sections/*)
TARGET=fullproposal
TEX_FILES=$(TARGET).tex main.bib geoffreychallen.bib $(wildcard sections/*)
all: fullproposal.pdf todo
@if [ `uname` = "Darwin" ] ; then open fullproposal.pdf; fi
@if [ `uname` = "Darwin" ] ; then open $(TARGET).pdf; fi
graphs:
@cd graphs; rake
fullproposal.pdf: $(TEX_FILES)
latexmk -pdf fullproposal.tex
$(TARGET).pdf: $(TEX_FILES)
latexmk -pdf $(TARGET).tex
open: fullproposal.pdf todo
open: $(TARGET).pdf todo
open $<
split: $(TARGET).pdf SplitProposal.workflow
automator -i `pwd`/$(TARGET).pdf SplitProposal.workflow 2>&1 | grep -v "Type1 font data"
clean:
latexmk -CA -bibtex

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>SplitProposal</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

File diff suppressed because it is too large Load Diff