* bibtex latex export
@ 2010-11-01 18:33 Marvin Doyley
2010-11-01 20:00 ` Thomas S. Dye
0 siblings, 1 reply; 4+ messages in thread
From: Marvin Doyley @ 2010-11-01 18:33 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 385 bytes --]
Hi there,
I realize that there have been a lot of discussion on this topic; however,
it is not clear to me how to resolve this issue. More specifically,
org-latex-export does a good job convert org to latex, but for some reason
bibtex isn't called. My current work around is run bibtex in a shell after
running org-latex-export.
I there a more elegant way of doing this ?
thanks
M
[-- Attachment #1.2: Type: text/html, Size: 417 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bibtex latex export
2010-11-01 18:33 bibtex latex export Marvin Doyley
@ 2010-11-01 20:00 ` Thomas S. Dye
2010-11-01 20:47 ` Marvin Doyley
0 siblings, 1 reply; 4+ messages in thread
From: Thomas S. Dye @ 2010-11-01 20:00 UTC (permalink / raw)
To: Marvin Doyley; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1010 bytes --]
On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote:
> Hi there,
>
> I realize that there have been a lot of discussion on this topic;
> however, it is not clear to me how to resolve this issue. More
> specifically, org-latex-export does a good job convert org to latex,
> but for some reason bibtex isn't called. My current work around is
> run bibtex in a shell after running org-latex-export.
>
> I there a more elegant way of doing this ?
>
> thanks
> M
Aloha M,
I'm not certain I understand your questions, but perhaps this will help.
There are many things one might do with the .tex file created by the
Org-mode LaTeX exporter: latex, pdftex, bibtex, makeindex, glossaries,
etc. If your output target is pdf, then the variable org-latex-to-pdf-
process is your friend. This one holds a list of commands to run
against the .tex file; one of these commands can be bibtex.
There is some discussion of this here:
http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-8
hth,
Tom
[-- Attachment #1.2: Type: text/html, Size: 1457 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bibtex latex export
2010-11-01 20:00 ` Thomas S. Dye
@ 2010-11-01 20:47 ` Marvin Doyley
2010-11-02 0:43 ` Marvin Doyley
0 siblings, 1 reply; 4+ messages in thread
From: Marvin Doyley @ 2010-11-01 20:47 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1166 bytes --]
Thanks,
I will try the variable org-latex-pdf-process
thanks
M
On Mon, Nov 1, 2010 at 4:00 PM, Thomas S. Dye <tsd@tsdye.com> wrote:
>
> On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote:
>
> Hi there,
>
> I realize that there have been a lot of discussion on this topic; however,
> it is not clear to me how to resolve this issue. More specifically,
> org-latex-export does a good job convert org to latex, but for some reason
> bibtex isn't called. My current work around is run bibtex in a shell after
> running org-latex-export.
>
> I there a more elegant way of doing this ?
>
> thanks
> M
>
>
> Aloha M,
>
> I'm not certain I understand your questions, but perhaps this will help.
>
> There are many things one might do with the .tex file created by the
> Org-mode LaTeX exporter: latex, pdftex, bibtex, makeindex, glossaries, etc.
> If your output target is pdf, then the variable org-latex-to-pdf-process is
> your friend. This one holds a list of commands to run against the .tex
> file; one of these commands can be bibtex.
>
> There is some discussion of this here:
>
> http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-8
>
> hth,
> Tom
>
[-- Attachment #1.2: Type: text/html, Size: 1805 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: bibtex latex export
2010-11-01 20:47 ` Marvin Doyley
@ 2010-11-02 0:43 ` Marvin Doyley
0 siblings, 0 replies; 4+ messages in thread
From: Marvin Doyley @ 2010-11-02 0:43 UTC (permalink / raw)
To: Thomas S. Dye; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1326 bytes --]
It works like a charm,
thanks
On Mon, Nov 1, 2010 at 4:47 PM, Marvin Doyley <marvinpas@gmail.com> wrote:
> Thanks,
>
> I will try the variable org-latex-pdf-process
> thanks
> M
>
>
> On Mon, Nov 1, 2010 at 4:00 PM, Thomas S. Dye <tsd@tsdye.com> wrote:
>
>>
>> On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote:
>>
>> Hi there,
>>
>> I realize that there have been a lot of discussion on this topic; however,
>> it is not clear to me how to resolve this issue. More specifically,
>> org-latex-export does a good job convert org to latex, but for some reason
>> bibtex isn't called. My current work around is run bibtex in a shell after
>> running org-latex-export.
>>
>> I there a more elegant way of doing this ?
>>
>> thanks
>> M
>>
>>
>> Aloha M,
>>
>> I'm not certain I understand your questions, but perhaps this will help.
>>
>> There are many things one might do with the .tex file created by the
>> Org-mode LaTeX exporter: latex, pdftex, bibtex, makeindex, glossaries, etc.
>> If your output target is pdf, then the variable org-latex-to-pdf-process is
>> your friend. This one holds a list of commands to run against the .tex
>> file; one of these commands can be bibtex.
>>
>> There is some discussion of this here:
>>
>> http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-8
>>
>> hth,
>> Tom
>>
>
>
[-- Attachment #1.2: Type: text/html, Size: 2264 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-02 0:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 18:33 bibtex latex export Marvin Doyley
2010-11-01 20:00 ` Thomas S. Dye
2010-11-01 20:47 ` Marvin Doyley
2010-11-02 0:43 ` Marvin Doyley
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).