auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] shortcut to compile latex only


From: Jonas Frey
Subject: Re: [AUCTeX] shortcut to compile latex only
Date: Mon, 11 Sep 2017 17:22:05 -0400


try with

​​
(define-key TeX-mode-map [f8] [?\C-c ?\C-c ?l ?a ?t ?e ?x return])

you can add it to the LaTeX-mode-hook.

​​
​great that seems to work
​!​
except that there should be some upper case letters:​

(define-key TeX-mode-map [f8] [?\C-c ?\C-c ?L ?a ?T ?e ?X return])​

Thanks a lot!

Jonas
But probably there's a more elegant solution.

Cheers,
J

On 2017-09-11 20:37, Jonas Frey wrote:
> Hi,
>
> I want to set up a shortcut to only compile latex in auctex, circumventing the automation and guessing of the usual TeX-compile-master command. How can I do that?
>
> How can I get a shortcut corresponding to
>  > C-c C-c RET LaTeX RET
> bound eg to a function key?
>
> Thanks!
>
> Best,
>
> Jonas


reply via email to

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