Improve pandoc pdf macro for CJK by using M+ font

This commit is contained in:
Elnu 2023-06-13 20:49:55 -07:00
parent af3283ed20
commit 17a3ae3a89

View file

@ -123,7 +123,7 @@ in
# pandoc macro
# pandoc document.md -> pandoc document.md -o document.pdf ...
function pdf {
pandoc $1 -o ''${1%.*}.pdf -V colorlinks=true -V linkcolor=blue
pandoc $1 -o ''${1%.*}.pdf --pdf-engine=xelatex -V mainfont="mplus-1c-medium" -V colorlinks=true -V linkcolor=blue
}
# Change to directory when exiting ranger with Q