Type < will appear < on html syntax.
2015年4月1日 星期三
2015年2月14日 星期六
2014年6月12日 星期四
2014年6月10日 星期二
[MarkDown] Online Resource
Reference
2014年6月8日 星期日
[MarkDown] Write Markdown for blogspot
2014年5月13日 星期二
[MarkDown] How to write chinese and convert it to pdf by using pandoc
1. Create template file
pandoc -D latex > pandoc.template2. Edit pandoc.template
\setmainfont{Droid Sans Fallback} <--- Add this line, if don't know type fc-list :lang=zh --> show Droid Sans Fallback
$if(mainfont)$
\setmainfont{$mainfont$}
$endif$
3. compile
pandoc hello.md --latex-engine=xelatex --template=./pandoc.template -o hello.pdf
or
pandoc -f markdown happy.txt --latex-engine=xelatex --template=./pandoc.template -o happy.pdf
Reference:
訂閱:
文章 (Atom)