Hi Feng,

Thanks for the patches. 

"Feng Shu" <tuma...@163.com> writes:

> 1. org-latex-pdf-process -> org-latex-pdf-default-process
> 2. Add new variable org-latex-pdf-process-alist

What do you have in mind?  I assume it’s something more than just ripping
out the :type part of org-latex-pdf-process.

> 3. Add #+LATEX_PDF_PROCESS setting

Is this the same as #+latex_compiler, which is used for setting the
process to pdflatex, xelatex or lualatex?

> I am a member of emacs community in chinese, many org-mode latex
> beginners will ask me: "How to export org to pdf by latex?",
> this problem is annoying, so i deside to write a package:
> ox-latex-chinese and tell them: "Install org-latex-chinese package!"

It sounds like #+language support should be extended.  A basic Chinese
document with org doesn’t seem that hard.  With ttf-hannom, all I need is
this:

    #+latex_compiler: xelatex
    #+latex_header: \usepackage{xeCJK}
    #+latex_header: \setCJKmainfont{HAN NOM A}
    文章内容

Rasmus

-- 
Don't slow down Johnny, leave the Cadillac runnin'


Reply via email to