From a8ffac99234cd76a4eb5beb753192dcf30552c09 Mon Sep 17 00:00:00 2001 From: James Hetherington Date: Mon, 6 Jun 2016 19:29:57 +0100 Subject: [PATCH] Moar latex --- .travis.yml | 1 + Makefile | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ff11f1cb..b9cfb645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ addons: packages: - pandoc - texlive-latex-recommended + - texlive-latex-extra - texlive-xetex - texlive-luatex diff --git a/Makefile b/Makefile index 97b80044..6702aaca 100644 --- a/Makefile +++ b/Makefile @@ -32,23 +32,23 @@ default: _site java -Djava.awt.headless=true -jar plantuml.jar -p < $< > $@ %.html: %.nbconvert.ipynb Makefile jekyll.tpl - ipython nbconvert --to html --template jekyll.tpl --stdout $< > $@ + jupyter nbconvert --to html --template jekyll.tpl --stdout $< > $@ %.v2.ipynb: %.nbconvert.ipynb - ipython nbconvert --to notebook --nbformat 2 --stdout $< > $@ + jupyter nbconvert --to notebook --nbformat 2 --stdout $< > $@ %.nbconvert.ipynb: %.ipynb - ipython nbconvert --to notebook --allow-errors --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@ + jupyter nbconvert --to notebook --allow-errors --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@ notes.pdf: combined.ipynb Makefile - ipython nbconvert --to pdf --template latex.tplx $< + jupyter nbconvert --to pdf --template latex.tplx $< mv combined.pdf notes.pdf combined.ipynb: $(EXECUTED) python nbmerge.py $^ $@ notes.tex: combined.ipynb Makefile - ipython nbconvert --to latex --template latex.tplx $< + jupyter nbconvert --to latex --template latex.tplx $< mv combined.tex notes.tex notebooks.zip: ${NBV2}