Skip to content

Instantly share code, notes, and snippets.

View ic4907's full-sized avatar
🎯
Focusing

Dapei Jiang ic4907

🎯
Focusing
View GitHub Profile
@lizijian
lizijian / org-mode-export-pdf-with-cn
Last active April 21, 2016 11:40
Emacs org-mode export to pdf(chinese characters)
;; sudo apt-get install texlive texlive-xetex texlive-latex-extra
;; sudo apt-get install latex-cjk-all
;; add to org header
;; #+LATEX_HEADER: \usepackage{xeCJK}
;; #+LATEX_HEADER: \setCJKmainfont{SimSun}
;; or
;; #+LATEX_HEADER: \usepackage{ctex}
;; org-mode < 8.0