nerding out a bit with haml
making a custom filter for LaTeX eqnarray divs
This commit is contained in:
@@ -3,7 +3,7 @@ ALL += $(patsubst %.tex,%.pdf,$(shell find . -name '*.tex'))
|
||||
|
||||
|
||||
%.html:%.haml
|
||||
haml $^ $@
|
||||
haml -Ilib -rhaml/filters-ext $^ $@
|
||||
|
||||
%.pdf:%.tex
|
||||
texi2pdf $^ -o $@ && \
|
||||
|
Reference in New Issue
Block a user