nerding out a bit with haml

making a custom filter for LaTeX eqnarray divs
This commit is contained in:
Dan Buch
2012-04-04 07:55:10 -04:00
parent 18b6b315f0
commit 4361300838
6 changed files with 217 additions and 310 deletions

View File

@@ -3,7 +3,7 @@ ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
%.html:%.haml
haml $^ $@
haml -Ilib -rhaml/filters-ext $^ $@
%.pdf:%.tex
texi2pdf $^ -o $@ && \