1.
英文markdown to pdf:
pandoc MHeyl_2018.md -o MHeyl_2018.pdf
中文markdown to pdf:
pandoc --pdf-engine=xelatex --template=pm-template.latex first.md -o first.pdf
2.简单句法
3.图片
<style>
img{
width: 60%;
padding-left: 20%;
}
</style>
1.
英文markdown to pdf:
pandoc MHeyl_2018.md -o MHeyl_2018.pdf
中文markdown to pdf:
pandoc --pdf-engine=xelatex --template=pm-template.latex first.md -o first.pdf
2.简单句法
img{
width: 60%;
padding-left: 20%;
}
</style>
本文标题:pandoc-markdown转pdf
本文链接:https://www.haomeiwen.com/subject/jgaiyhtx.html
网友评论