[O] [patch] Add three "xelatex" config items to "org-latex-to-pdf-process"

2012-03-19 Thread FengShu
Xelatex should be pdflatex with enhanced font handling capability. and its fonts configure for Chinese is much much more simple than pdflatex, for it can use *ttf* *otf* fonts in the system easily. Add item: 1. 2 runs of xelatex 2. 3 runs of xelatex 3. xelatex,bibtex,xelatex,xelatex diff

[O] About org-babel menu

2012-03-19 Thread FengShu
Hi: Could we add some org-babel menu items ,so using them we can enable and disable the computer languages ? for example: #+begin_example org => org-babel => * emacs-lisp sh * R ... * screen #+end_example

[O] [PATCH] Add Traditional Chinese translation

2012-03-21 Thread FengShu
>From 1fc081cff8f99eaa975de715c45e65a32a65cc0a Mon Sep 17 00:00:00 2001 From: FengShu Date: Wed, 21 Mar 2012 16:37:49 +0800 Subject: [PATCH] Add Traditional Chinese translation --- lisp/org-exp.el |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/org-exp.e

[O] How to include a very complicated latex head

2012-03-21 Thread FengShu
I want to set the latex-head for latex exporting, I use *org-export-latex-append-header*,but it seem not used by *org-preview-latex-fragment* . is there any other way? simple way? #+begin_latex \ifxetex% xelatex \usepackage[xetex]{hyperref} \else \ifpdf% pdflatex \usepackage[pd

[O] [patch] A experimental toy which is used to preview latex fragements

2012-03-23 Thread FengShu
lity is poor... >From 6a3fbe47d967f8d234d3aead058148cc46b7d376 Mon Sep 17 00:00:00 2001 From: FengShu Date: Fri, 23 Mar 2012 16:05:37 +0800 Subject: [PATCH] Ihis is a experimental toy, which use '(car org-latex-to-pdf-process) to convert latex formula,the converting path is "latex->pdf->png

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-24 Thread FengShu
t;From 3708a4b1cf4e94e5ce0d87ca8bec6e6367c40bce Mon Sep 17 00:00:00 2001 From: FengShu Date: Fri, 23 Mar 2012 16:05:37 +0800 Subject: [PATCH] Ihis is a experimental toy, which use '(car org-latex-to-pdf-process) to convert latex formula,the converting path is "latex->pdf->png&quo

Re: [O] Need Help: [patch] A experimental toy which is used to preview latex fragements

2012-03-25 Thread FengShu
*fg* and *bg*, I want to know the compatibility between the color micro and other latex micro 2. I use (car org-latex-to-pdf-process) to convert latex. and my question is: is this path reliable? The below is v3 patch: >From 13ce8af1ca7b04a7e69ff1262e5b89131b67b7cd Mon Sep 17 00:00

[O] [patch] Need test: New path which is used to preview latex fragements

2012-03-25 Thread FengShu
3d2171e2a Mon Sep 17 00:00:00 2001 From: FengShu Date: Fri, 23 Mar 2012 16:05:37 +0800 Subject: [PATCH] This is a experimental toy ,which use '(car org-latex-to-pdf-process) and imagemagick to convert latex fragements into pngfiles,and then insert them into the editing buffer,you can use it

Re: [O] [patch] Need test: New method which is used to preview latex fragements

2012-03-26 Thread FengShu
7 00:00:00 2001 From: FengShu Date: Fri, 23 Mar 2012 16:05:37 +0800 Subject: [PATCH] Adding new method for previewing latex fragments,which convert latex fragments into pdf files,then use imagemagick convert the pdf files into png files,and then insert them into the editing buffer for the la