* Damian Nadales (2009-04-10) writes: > On Thu, Apr 9, 2009 at 11:51 PM, Ralf Angeli <[email protected]> wrote: >> * Damian Nadales (2009-04-09) writes: >> >>> I would like to configure Auctex so that it produces pdf by default. >>> I've tried in my init file >>> (setq TeX-PDF-mode t) >>> But without any results. >> >> You will need `setq-default'. Or use `M-x customize-variable <RET> ...' >> as described in the AUCTeX manual. > I don't like using customize, it produces a very large file for simple > things (yes, I'm and idiot, I know). I also tried > (setq-default TeX-PDF-mode t) > > But without any result.
In my case it works with both `setq' and `setq-default'. It could be that there is something in the file you are editing which prompts AUCTeX to switch off TeX PDF mode, like the use of PSTricks. Or there could be a bug in your init file which prevents the setting of TeX PDF mode from being executed. -- Ralf _______________________________________________ auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex
