h-luatexja.tex
can be retrieved from https://gist.github.com/rinx/8644437#file-h-luatexja-tex, but the file simply contains below two lines.
\usepackage{luatexja}
\hypersetup{unicode=true}
h-luatexja.tex
can be retrieved from https://gist.github.com/rinx/8644437#file-h-luatexja-tex, but the file simply contains below two lines.
\usepackage{luatexja}
\hypersetup{unicode=true}
SRC = | |
OPTS = --latex-engine=lualatex -t beamer -V fontsize:10pt -V colortheme:beaver -H h-luatexja.tex | |
all: $(SRC:.md=.pdf) | |
$(SRC:.md=.pdf): $(SRC) | |
iconv -f UTF-8-MAC -t UTF-8 $(@:.pdf=.md) | pandoc -o $@ $(OPTS) | |
open $@ | |
clean: | |
rm -f *~ $(SRC:.md=.pdf) |