Improve pandoc pdf macro for CJK by using M+ font
This commit is contained in:
parent
af3283ed20
commit
17a3ae3a89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue