Skip to content

Commit

Permalink
Add texfot
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed May 29, 2017
1 parent 2b4d929 commit 15864f5
Show file tree
Hide file tree
Showing 3 changed files with 421 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ addons:
script:
- ./generate-tex.py
- cd patterns; ./crop.sh; cd ..
- make
- make texfot
- ./deploy.sh
notifications:
slack: ldbcouncil:xAGBuRGeUmub4UxqrfJhOquF
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Expand Up @@ -2,3 +2,9 @@ DOCUMENT=ldbc-snb-specification.tex

all: $(DOCUMENT)
latexmk -pdf --interaction=batchmode $(DOCUMENT)

texfot: $(DOCUMENT)
./texfot.pl latexmk -pdf --interaction=batchmode $(DOCUMENT)

clean:
rm -f *.aux *.dvi *.thm *.lof *.log *.lot *.fls *.out *.toc *.bbl *.blg

0 comments on commit 15864f5

Please sign in to comment.