>From bbf085c61f8b7e9b80077b401cd275b420b4ddca Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sun, 24 Feb 2019 17:52:51 +0800
Subject: [PATCH] Let radio target works well with Chinese
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* lisp/org.el (
Gustav Wikström writes:
I like this feature very much!
> Hi,
>
>
>
> I’ve attached a patch with some suggested additions to org-attach. Patch
> comments below. Please review.
>
>
>
> Kind regards
>
> Gustav
>
> ___
>
> Patch comments:
>
> * Add new linktype "attached" for attachments
>
>From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 24 May 2016 21:26:31 +0800
Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc
* org.el (org-preview-latex-process-alist): Fix type error in `org-preview-latex-proce
>From 2cce55f48773f05f1aaeed31be8a53e3f59af312 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 24 May 2016 12:06:41 +0800
Subject: [PATCH] Latex Previewing process: imagemagick use pdflatex by default
* org.el (org-preview-latex-process-alist):
---
lisp/org.el | 4 ++--
1 file changed
> This is mixing together org-latex-packages-alist, org-latex-pdf-process
> and org-latex-document-class, org-latex-default-class,
> org-koma-letter-default-class etc, and latexmk/carara into one (modulus
> typos). IMO, it introduces too much dependency and convolution. Take
> :valid-class; Whe
> It is different, 3 runs of latex as example:
>
> if we don't deal with %latex place-hold in process commands,
> #+latex_compiler is useless, we need to define pdf process
> in org-latex-pdf-process-alist,
>
>"pdflatex-pdflatex-pdflatex" "xelatex-xelatex-xelatex"
> "lualatex-lualatex-lualat
> Hi Feng,
>
> Thanks for the patches.
>
> "Feng Shu" 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 j
Nicolas Goaziou writes:
> Hello,
>
> "Feng Shu" writes:
>
>> From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001
>> From: Feng Shu
>> Date: Tue, 17 May 2016 21:24:35 +0800
>> Subject: [PATCH] New feature: Use dvisvgm to preview
Thank you for patiently help, this is v9 patch, inhert feature is
removed from this patch, I need to think it over, maybe submit
patch in the future.
please comment again, thanks again :-)
>From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 17
nction org-compile-file, the v8 patch is
very different with the earlier version, it is more simpler i think,
please comment again, thanks for your help!
>From 61885684f4826b06de4bb72b6ef1f369960f268a Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 17 May 2016 21:24:35 +0800
Subject: [
"Feng Shu" writes:
I will refactor the latex previewing code, this patch should be delay
reviewd.
> "Feng Shu" writes:
>
> This is version 2, make diff more easy read.
>
> From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001
> From: Feng
Nicolas Goaziou writes:
This is my modified patch (v6), fix the problems you stated. please review
again, thank!
>From 29760e5c5876fb6b772f7a6004b7160bc06efba8 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subject: [PATCH] New feature: Use dvisvgm to prev
Nicolas Goaziou writes:
>> + :group 'org-latex
>> + :version "24.1"
>
> :version "25.1"
>
>> + :type 'alist)
I need to help to deal with it, what about just remove :type?
>
Nicolas Goaziou writes:
> In any case, I suggest to create a new variable
> `org-latex-preview-process' for that.
`org-latex-preview-process' is a good idea, which make org-latex
beginner easily, i will add it.
>
>> (org-latex-compile): Add a new optional argument: caller-info,
>>
"Feng Shu" writes:
v4 patch, add some minor change based v3
>From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subject: [PATCH] New feature: Use dvisvgm to preview latex formular
Tester should set like belo
"Feng Shu" writes:
Version 4 patch, minor change based v3
>From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subject: [PATCH] New feature: Use dvisvgm to preview latex formular
Tester should set like belo
This is version 3 patch, the latex-previewing code is refacter
org-create-formula-image-with-dvipng and
org-create-formula-image-with-imagemagick are removed.
>From 164c5f4bd41ba29d65fc2c5454b5c4b596c6eb7c Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subj
"Feng Shu" writes:
This is version 2, make diff more easy read.
>From 66804cf5642256a38beb0b84ad8194562f34bfce Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sat, 14 May 2016 22:42:53 +0800
Subject: [PATCH] New feature: Use dvisvgm to preview latex formular
Tester should s
"Feng Shu" writes:
> Nicolas Goaziou writes:
>
>> tumashu writes:
>>
>>> The problem is that the pic is too small and nearly can not see the
>>> words in the picture, it will force user config it, if we use a larger
>>> pic, it can w
Nicolas Goaziou writes:
> tumashu writes:
>
>> The problem is that the pic is too small and nearly can not see the
>> words in the picture, it will force user config it, if we use a larger
>> pic, it can work although it is ugly
>
> Then is :scale 1.2 enough?
I tested in bare emacs, 1.2 seem ok
>From 4e40deddfb342135b78df83fc5a05ddbce965300 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Fri, 13 May 2016 20:12:22 +0800
Subject: [PATCH] New feature: Use dvisvgm to preview latex formular
Tester should set like below:
(setq org-latex-create-formula-image-program 'dvisvgm)
(
(defvar base-dir "~/Documents/org/")
(defvar pub-dir "~/Public/notes/")
(setq org-publish-project-alist
`(("org"
:base-directory ,base-dir
:base-extension "org"
:publishing-directory ,pub-dir
:recursive t
:publishing-function org-html-publish-to
This seem to be a wrong patch, sorry!
Feng Shu writes:
> From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001
> From: Feng Shu
> Date: Wed, 17 Dec 2014 21:59:44 +0800
> Subject: [PATCH] org-element: Deal with subscript like: "_{x}"
>
> * lisp
>From a4b14292b96a0f5e5d262087ec3e8de7c209f863 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Wed, 17 Dec 2014 21:59:44 +0800
Subject: [PATCH] org-element: Deal with subscript like: "_{x}"
* lisp/org-element.el (org-element--object-lex): Deal with
subscript like: "_{
I want to deal with my bibtex like this, is it possible?
===
* Emacs & org-mode & vim
:PROPERTIES:
:noweb-ref: bibkeys
:END:
I like emacs very much src_bib{emacs1900}, I like Org-mode Very much
src_bib{orgmode1900}.I don't
When I run follow code, it just work:
#+begin_comment
#+BEGIN_SRC R :results value verbatim drawer
data <- list(a="[[./test1.org]]",b="[[./test2.org]]",c="[[./test3.org]]")
c(data$a,data$b,data$c)
#+END_SRC
#+RESULTS:
:RESULTS:
#+begin_src R :results output drawer
"1"
"2"
#+end_src
#+RESULTS:
: 2
--
Alexis writes:
>
> * New contacts style: 'tree'.
>
Is this "tree" style possible?
#+begin-comment
* People
** Joan Smith
:PROPERTIES:
:KIND: individual
:FIELDTYPE: name
:END:
*** Cell
:PROPERTIES:
:FIELDTYPE: cells-folder
:END:
999 991
999 992
999 993
999
Alexis writes:
> Hi all,
>
> i'm pleased to announce the initial release of org-vcard, a package for
> Org-based export and import of vCards:
>
> * Backwards-compatible with org-contacts.el.
>
> org-vcard comes with a built-in contacts style called 'flat', which
> adheres to org-contacts' met
Alexis writes:
> * New contacts style: 'tree'.
>
> org-vcard introduces a new style for Org contacts, called 'tree'.
I like store the contacts like "tree", may be let org-contacts recognizes
this "tree" is a important thing, are there any plans?
Alexis writes:
I like this tree contact style!
> A second value `ORG_CONTACTS_STYLE` can have is 'tree':
>
> ,* People
> ,** Alexis
> ,:PROPERTIES:
> ,:KIND: individual
> ,:FIELDTYPE: name
> ,:END:
> ,*** Landline
> ,:PROPERTIES:
> ,:FIELDTYPE: landline
> ,:END:
> , 00
> ,*** Mobil
Leu Zhe writes:
> I am using org-mode to write some article now. Org-mode is really a
> great tool to outline a article with great table and image support.
>
> Org-mode can display inline .png image but not .pdf file. Because now
> org-mode can not control the width or height of shown inline imag
Peter Davis writes:
> I'm finishing a PDF document that will contain a number of screen
> shots. I'd like to put them in a table to avoid just having them
> arranged vertically on the page. Is there a way to do that?
#+MACRO: p \includegraphics[scale=1]{$1}
| {{{p(a.png)}}} | {{{p(b.png)}}}
Daimrod writes:
> Feng Shu writes:
>
>> Daimrod writes:
>>
>>> Feng Shu writes:
>>>
>>>> Hi:
>>> Hi Feng,
>>>
>>> Look at the :post header argument.
>>> (info "(org) post")
>>
>>
John Hendy writes:
> On Mon, Mar 24, 2014 at 7:00 PM, Feng Shu wrote:
>> John Hendy writes:
>>
>>> On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu wrote:
>>>> Hi everyone
>>>>
>>>> I want to R output table with plot, I use a solution belo
Daimrod writes:
> Feng Shu writes:
>
>> Hi:
> Hi Feng,
>
> Look at the :post header argument.
> (info "(org) post")
How to use elisp in :post directly,
for example:
#+begin_src R :results output raw drawer :post (align-multi-table)
#+end_src
#+begi
Daimrod writes:
> Feng Shu writes:
>
>> Hi:
> Hi Feng,
>
> Look at the :post header argument.
> (info "(org) post")
Thanks ...
>
>> I want to write a hook to menupulate org babel output,
>> The problem is: How can I get two points i
Hi:
I want to write a hook to menupulate org babel output,
The problem is: How can I get two points info: [pointA] and [pointB]
in my hook function?
#+begin_src R :results output raw drawer
tbl <- data.frame(a=c(1,2,3),b=c(3,2,1))
print(ascii(tbl),type="org")
#+END_SRC
#+RESULTS:
:RESULTS:
[poin
Alan Schmitt writes:
> Hello,
>
> I'm collaborating on a paper with some colleagues, and I convinced them
> to use org-mode. I'm trying to make sure the paper is as self-contained
> as possible (I don't want them to have to change their emacs
> configuration file).To change the documentclass name
Titus von der Malsburg writes:
> Hi list!
>
> I decided to give org-contacts a try. Since there doesn't seem to be a
> facility for importing contacts in vcard format, I wrote a little Python
> script for that. Perhaps someone on this list finds it useful.
>
> https://gist.github.com/tmalsbur
John Hendy writes:
> On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu wrote:
>> Hi everyone
>>
>> I want to R output table with plot, I use a solution below,
>> Who can tell me other solutions?
>>
>
> I sort of follow the below, but I think it would be more help
Hi everyone
I want to R output table with plot, I use a solution below,
Who can tell me other solutions?
thanks!
#+begin_src R :results output raw drawer
require("ascii")
print.org <- function (x, caption)
{
print(paragraph(paste("#+CAPTION: ", caption, sep="")),type="org")
p
Now I set truncate-lines to -1 in my org file, but the table shows
ugly, So I use below code.
Can I use a hook to do this job?
#+begin_src elisp
(defun eh-org-truncate-lines (&optional arg)
(interactive "P")
(cond
((or (and (boundp 'org-clock-overlays) org-clock-overlays)
org-occ
John Kitchin writes:
> Hi everyone,
>
> I was playing around with org-rss today, and it is pretty cool. I
> would like to customize the way the subheading bodies look though,
> primarily to unescape some html things like <, to get rid of all
> the html tags, convert to org-mode links, to downloa
Rainer M Krug writes:
> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>> Hi Feng,
>>
>> Feng Shu writes:
>>
>>> I have to draw a flowchart with many many nodes (about 500) and less
>>> construct types(only sequence construct and condition construct),
&
Rainer M Krug writes:
> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>> Hi Feng,
>>
>> Feng Shu writes:
>>
>>> I have to draw a flowchart with many many nodes (about 500) and less
>>> construct types(only sequence construct and condition construct),
&
Hello:
I have to draw a flowchart with many many nodes (about 500) and less
construct types(only sequence construct and condition construct),
Now I use org file record all the node labels, How can I convert this
org to a flowchar if i use tag and link to record all the construct?
for example:
Yagnesh Raghava Yakkala writes:
> On Nov 22 2013, Bastien wrote:
>
> Hello all,
>
> I have been using a simple bash script with a Makefile to make pdf file to be
> updated with org source on each save while I am editing. It is working fine
> for me. Of course its not exactly real time but fast e
Eric Schulte writes:
> Hi,
>
> I've been using ox-bibtex.el for a couple of days now and am really
> enjoying both the bibtex integration and the HTML export through
> bibtex2html. I have run into one issue which I'm now sure how best to
> fix.
>
> When exporting multiple sequential citations e.
Karl Voit writes:
> * Rüdiger Sonderfeld wrote:
>> On Friday 22 November 2013 17:37:01 Karl Voit wrote:
>>> The reason I wrote it in Python is that I don't know ELISP well
>>> enough. The reason I wrote the script instead of using existing
>>> export methods: I only want to export a small sub-se
Karl Voit writes:
> Hi!
>
> I wrote a Python script that parses an Org-mode file in order to
> generate a VCard 2.1 compatible output file I am using to import to
> my Android 4.4 device:
>
> https://github.com/novoid/org-contacts2vcard
>
> The reason I wrote it in Python is that I don't know
Carsten Dominik writes:
> Hi Christian,
>
> On 24.9.2013, at 15:18, Christian Moe wrote:
>
>>
>> Hi,
>>
>> I don't have the developer skillz.
>>
>> Otherwise I'd be happy to help out any way I can, e.g. tracking issues
>> and requests, digging into ODT format, replicating bugs and testing
>>
Hello everyone:
How can I convert list '(1 2 3 5 6 8 9 13 48) to '((1 2 3) (5 6) (8 9)(13)
(48)) ?
Thanks
--
This is a contacts merge function, you can use it to merge duplicate
contacts
---
(defun eh-org-contacts-merge-contacts ()
"Merge duplicate contacts"
(interactive)
(dolist (name (let ((contact-list (org-contacts-filter nil
Recently, I have found a android app (customer contacts) which can quickly
search contacts
(csv format), so I hack a csv exporter based the vcf exporter's code, does
org-contacts
need a csv exporter default?
-- Feng Shu
--
Hello, Daimrod
I remember that you have mailed me a elisp function which can merge contacts,
but now I can't find this function, so could you resend it to me ?
Thanks!
--- Feng shu
> Caching of citekey->XML or whatever transformation is one option.
> Another option is to just disable citations for casual exports and
> enable it one for the final output.
>
> Something like
>
> cite:t
>
> for #+OPTIONS.
>
> For now you can customi
On Tue, Jul 30, 2013 at 1:07 PM, Jambunathan K wrote:
>
> Nicolas, just jump to the last para.
>
> Feng Shu
>
> Please CC the mailing list. I don't mind receiving or replying to
> one-to-one mails but things that we exchange will be of interest to
> other members.
Nick Dokos writes:
> feng shu writes:
>
>> `org-create-formula-image-with-dvipng' and
>> `org-create-formula-image-with-imagemagick'
>> share a good deal of logic, so combine them to a function.
>>
>>
>
> I have wondered aloud in the past wh
`org-create-formula-image-with-dvipng' and
`org-create-formula-image-with-imagemagick'
share a good deal of logic, so combine them to a function.
0001-Restruct-org-create-formula-image-function.patch
Description: Binary data
t; pdf ->
png( convert with fixed density, for example: 96)
** Advantages
1. More intuition
2. This approach may be used the feature "p-with-dvipng", by using this
approach,
Maybe we can code a common function shared with imagemagick ang dvipng.
** disadvantages
1. depend latex
This is version 2,
>From 1ea9620cd3051cb982a4fb7ddb6f8a68fd0df4a6 Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Sun, 14 Jul 2013 14:18:53 +0800
Subject: [PATCH] Fix generating LaTeX formula images
* lisp/ox-odt.el (org-odt--translate-latex-fragments): Fix imagemagick support.
* lisp/ox-html
Nicolas Goaziou writes:
> Hello,
>
> feng shu writes:
>
>> Previewing and exporting latex fragments with imagemagick has been broken
>> when new export system merged. This is the fix patch.
>
> Thanks for the patch. Here are a few comments.
>
>> Subject:
On Sun, Jul 14, 2013 at 3:02 PM, feng shu wrote:
> Previewing and exporting latex fragments with imagemagick has been broken
> when new export system merged. This is the fix patch.
>
0001-bugfix-fix-generating-formula-image-with-imagemagick.patch
Description: Binary data
Previewing and exporting latex fragments with imagemagick has been broken
when new export system merged. This is the fix patch.
Nicolas Goaziou writes:
> Hello,
>
> feng shu writes:
>
>> I want to add a option which can setting bib for html export and latex
>> export separately,
>> As it for the reason:
>> 1. bibtex2html can't work well with complex bib style, so using a
I want to add a option which can setting bib for html export and latex
export separately,
As it for the reason:
1. bibtex2html can't work well with complex bib style, so using a simple
style and making it
show correctly is reasonable choose,
2. bibtex2html can't find bib style in current dir, f
Really? This problem can be resolved with hooks or filters? Could you
give me more informations or a example?
-- Forwarded message --
From: Nicolas Goaziou
Date: Fri, Jul 12, 2013 at 6:36 PM
Subject: Re: [PATCH] Add "latex" option to ox-bibtex.el
To: feng shu
0001-Add-latex-optional-option-to-ox-bibtex.patch
Description: Binary data
Forgot to mention: the main reason of adding this feature is that I want
to use
"biblatex" instead of "bibtex" when I export to latex.
-- Forwarded message ------
From: feng shu
Date: Thu, Jul 11, 2013 at 3:20 PM
Subject: [Feature request] Add :export optio
bibtex2html can't recognize the style file in current dir ( -s
./customstyle.bst ) and it can't
deal with customize bib style file very well.
So, is it possible use different bibtex styles when I export to html?
For example:
#+BIBLIOGRAPHY: hbuuthesis plain limit:t option:-i export:html
\bibl
Suvayu Ali writes:
> On Wed, Jul 03, 2013 at 02:22:40PM +0800, Feng Shu wrote:
>> Suvayu Ali writes:
>>
>> > On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote:
>> >> Customize `org-latex-pdf-process isn't very convenient.
>> >> Is
Suvayu Ali writes:
> On Wed, Jul 03, 2013 at 07:09:35AM +0800, feng shu wrote:
>> Customize `org-latex-pdf-process isn't very convenient.
>> Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk
>> or add #OPTIONS: ;latex_pdf_process latexmk
>
>
Customize `org-latex-pdf-process isn't very convenient.
Is it possible add a feature like: #+LATEX_PDF_PROCESS: latexmk
or add #OPTIONS: ;latex_pdf_process latexmk
Feng
On Wed, Jul 3, 2013 at 12:54 AM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writ
Please include this V3 patch to master. Thanks!
Feng
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch
Description: Binary data
Hi
"List of listing" = "list of figure" ?
Thanks!
feng
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch
Description: Binary data
0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch
Description: Binary data
0001-Let-make-be-an-option-to-org-latex-pdf-process.patch
Description: Binary data
Thanks all the people! This is V5!
On Tue, Jul 2, 2013 at 5:38 AM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writes:
>
> > Thanks for your help. This is V4 patch.
>
> Thanks for the update. More comments below.
>
> > +@item :caption
> > +By default,
Thanks for your help. This is V4 patch.
On Mon, Jul 1, 2013 at 4:27 AM, Bastien wrote:
> Hi Feng,
>
> feng shu writes:
>
> > (org-latex--inline-image): Tiny change.
> > org-latex--org-table): Tiny change.
>
> The Emacs usage is to write it like this:
>
>
Hi
version 3 patch, add document about :caption attribute.
On Sun, Jun 30, 2013 at 7:46 PM, Nicolas Goaziou wrote:
> Hello,
>
> feng shu writes:
>
> > This is the updated patch of "Add :caption attribute to #+ATTR_LATEX
> > property"
> > If possible
Rasmus writes:
> Hi Feng,
>
>> In my thesie, I need add a caption to table or figure with
>> \bicaption{䏿æ é¢}{English title}
>
> I assume you'd still want to use the #+CAPTION-cookie, no? If so, one
> solution that comes to mind is writing captions like
> #+CAPTION: my-Asian-string (sor
This is the updated patch of "Add :caption attribute to #+ATTR_LATEX
property"
If possible, please include it to master
This feature is very useful when you export org to late
This feature is very useful when you export org to latex with custom
caption command, for example:
#+ATTR_LATEX: :caption \BiTableCaption{caption 1}{caption 2}
|---+---|
| x | y |
|---+---|
| 1 | 2 |
|---+---|
0001-Add-caption-attribute-to-ATTR_LATEX-property.patch
Description: Binary data
HI:
In my thesie, I need add a caption to table or figure with
\bicaption{中文标题}{English title}
I can't find the easy way to do this in org-mode ,so I add :caption to
#+attr_latex:
for example:
#+attr_latex: :caption \bicaption{...}{}
But the below function doesn't work as expected, som
Charles Berry writes:
> Feng Shu gmail.com> writes:
>
>>
>>
>> #+begin_org
>>
>> * headA
>> ** headB
>>
>> #+end_org
>>
>> When export to latex, how to ignore headA and don't ignore headB?
>>
>
> W
Bastien writes:
> Hi Feng,
>
> Feng Shu writes:
>
>> #+begin_org
>>
>> * headA
>> ** headB
>>
>> #+end_org
>>
>> When export to latex, how to ignore headA and don't ignore headB?
>
> You can't, sorry.
Thanks for the information
--
---input---
#+CAPTION: test
| a | b |
| c | d |
output-
\begin{table}[htb]
\caption{test}
% How can I insert a command in this place? for example:
% \bitablecaption{你好}{Hello}
\centering
\begin{tabular}{ll}
a & b\\
c & d\\
\end{tabular}
\end{table}
#+begin_org
* headA
** headB
#+end_org
When export to latex, how to ignore headA and don't ignore headB?
Thanks
--
--
org:
* This is a appendix
--
latex:
\appendix{This is a appendix}
--
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu writes:
>
>> #+LATEX_CLASS: article
>>
>> %%output:
>>
>> \documentclass[11pt]{article}
>>
>> ...
>>
>> --
>>
>> #+LATEX_CLASS: ar
Rasmus writes:
> Feng Shu writes:
>
>> #+LATEX_CLASS: article
>> #+LATEX_CLASS_NAME: ctexart
>
> I'm not sure this is the right approach. . . I can certainly see the
> value of generating classes on the fly, though. But somehow the
> proposed syntax just s
Nick Dokos writes:
> Rasmus writes:
>
>> Feng Shu writes:
>>
>>> #+LATEX_CLASS: article
>>> #+LATEX_CLASS_NAME: ctexart
>>
>> I'm not sure this is the right approach. . . I can certainly see the
>> value of generating classes on the
Feng Shu writes:
> #+LATEX_CLASS: article
>
> %%output:
>
> \documentclass[11pt]{article}
>
> ...
>
> --
>
> #+LATEX_CLASS: article
> #+LATEX_CLASS_NAME: ctexart
>
> %%output:
>
> \documentclass[11pt]{ctexar
#+LATEX_CLASS: article
%%output:
\documentclass[11pt]{article}
...
--
#+LATEX_CLASS: article
#+LATEX_CLASS_NAME: ctexart
%%output:
\documentclass[11pt]{ctexart}
--
>From 338ce85c306ae400ba8c62bfaecaf8973346faa0 Mon Sep 17 00:00:00 2001
From: F
>
> (eval-after-load 'ox-latex
> '(add-to-list 'org-latex-classes
> '("myclass" "\\documentclass{article}
> [NO-DEFAULT-PACKAGES]
> [NO-PACKAGES]
> [EXTRA]
> \\usepackage{mychinesestylefile}"
> ("\\section{%s}" . "\\section*{%s}")
> ("\\subsection{%s}" . "\\subsection*{%s}")
>
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu writes:
>
>> I don't know other language users, for Chinese latex user, the first
>> thing of write a document may change the document class, for example,
>> change "article" to "ctexart".
Feng Shu writes:
> Viktor Rosenfeld writes:
>
>> Hi,
>>
>> Feng Shu wrote:
>>
>>> org-mode odt exporter are using 'org-odt-styles-file, which are odt
>>> templetes, I think latex exporter should do like this. for example:
>>
>> I
1 - 100 of 169 matches
Mail list logo