makefile (357B)
1 2 default: 3 pandoc --pdf-engine=xelatex \ 4 -M CJKmainfont="IPAexGothic" \ 5 -t beamer tcm-online.md \ 6 --highlight-style zenburn \ 7 -o tcm-online.pdf 8 pdfgrep -n " Vortrag" tcm-online.pdf \ 9 | cut -d':' -f 1 \ 10 | paste -sd , \ 11 | xargs -s 100000 -I '{}' mutool merge -o tcm-vortrag.pdf tcm-online.pdf '1,2,{}' 12 pandoc tcm-online.md -o tcm-online.pptx 13