bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] 11.86; auctex does not work properly if TeX-engine is s


From: Carlos Russo
Subject: Re: [Bug-AUCTeX] 11.86; auctex does not work properly if TeX-engine is set to luatex
Date: Mon, 28 Feb 2011 18:02:14 +0000

Hi again

After major googling and a lot of guesswork, I was able to solve my problem for 
now:
I changed my TeX-command-list variable by sandwiching in "--jobname=%s".

Now, my "LaTeX" command is

("LaTeX" "%`%l --jobname=%s %(mode)%' %t" TeX-run-TeX nil (latex-mode 
doctex-mode) :help "Run LaTeX")

Now I can switch from PDFLaTex and LuaLaTeX by doing M-x customize-variable 
TeX-engine!

If this works out for other configurations, I would propose setting this as the 
default value.

Cheers,
Carlos

On Feb 28, 2011, at 16:41 , Carlos Russo wrote:

> Hi again,
> 
> I think the problem is the fact that LaTeX and lualatex behave differently to 
> the same command line.
> 
> It turns out the problem here is the "\input" part!
> If I go to the command line and type
> lualatex --synctex=1 -interaction=nonstopmode test.tex'
> 
> the file test.pdf is produced, as expected, whereas if I include the "\input" 
> part, the texput.pdf file is produced instead.
> 
> How can I  fix this?
> I suppose I need to put something on my .emacs, but I have no clue what.... 
> help! :)
> 
> Cheers,
> Carlos

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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