emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Texi2dvi: forcing a recompile?


From: Jeff Horn
Subject: Re: [Orgmode] Texi2dvi: forcing a recompile?
Date: Sat, 4 Dec 2010 16:17:46 -0500

Thanks for the help. I'm not really sure what's going on. A PDF file
is produced in my source directory, but not in my output directory. I
receive an error message saying the PDF file was not produced.

I didn't realize the customize menu had many different processes in
the value menu. I wanted something that would run bibtex, and I see
there is a process that runs pdflatex, bibtex, then pdflatex twice
more.

I get the expected result with that process, so I think I'll stick
with it for now.

Thanks for the help,
Jeff

On Sat, Dec 4, 2010 at 3:46 PM, Joost Kremers <address@hidden> wrote:
> On Sat, Dec 04, 2010 at 03:28:30PM -0500, Jeff Horn wrote:
>> On Sat, Dec 4, 2010 at 3:22 PM, Jeff Horn <address@hidden> wrote:
>> > On Sat, Dec 4, 2010 at 3:20 PM, Mike McLean <address@hidden> wrote:
>> >> I solve this with a forced remove:
>> >>
>> >> (setq org-latex-to-pdf-process (quote ("rm %b.pdf" "texi2dvi -p -b -c -V
>> >> %f")))
>> >
>> > Nice! Very clever. Thanks for the tip! (CC-ing to the list, hope that's OK)
>>
>> Small problem: if the file doesn't exist, rm fails with error, which
>> stops the process (the PDF file is not produced). This happens if I
>> create a new source file in my project.
>
> change "rm %b-pdf" to "rm -f %b.pdf", that should take care of it.
>
> --
> Dr. Joost Kremers
> Georg-August-Universität
> Seminar für Deutsche Philologie
> Käte-Hamburger-Weg 3
> D-37073 Göttingen
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
address@hidden
address@hidden

http://www.failuretorefrain.com/jeff/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]