Template
mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-08-13 20:51:42 +09:00
update
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
PANDOC:=pandoc
|
||||
TEX:=lualatex
|
||||
|
||||
OUTPUT:=./out
|
||||
|
||||
all: report.pdf
|
||||
|
||||
%.pdf: %.md
|
||||
pandoc --from markdown --to pdf -o $@ $^ --pdf-engine=lualatex -N
|
||||
pandoc --from markdown --to pdf -o ${OUTPUT}/$@ $^ --pdf-engine=${TEX} -N
|
||||
|
||||
Reference in New Issue
Block a user