ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Added makefile for compiling ipython notebooks to pdf. #18

Closed cledoux closed 9 years ago

cledoux commented 9 years ago

Usage: Put both Makefile.include and Makefile-ipython.include in the directory with the ipython notebook. Then follow the instructions for setting up Makefile.include, but include Makefile-ipython.include instead. You can now run all previously accepted make commands (all, pdf, view, ...).

Example Makefile:

TARGET=MyIpythonNotebook
include Makefile-ipython.include
ransford commented 9 years ago

Thanks! Could you add a sample ipython notebook in the example/ directory?

cledoux commented 9 years ago

Added the example as requested.

I wasn't entirely sure where to put it, so I created the subdirectory ipython in examples/.

I also went ahead and cleaned up my Makefile a bit while I was at it.

Thanks!