- Subject: [jed-users] Re: TeX mode for german users
- From: Morten Bo Johansen <mbj@xxxxxxxxx>
- Date: Sun, 10 Dec 2017 21:58:25 +0100
Bernhard Seckinger <bernhard.seckinger@xxxxxx> wrote:
> When writing quotes in latex (using some tools for german language) I need to
> type "` for opening and "' for closing. But whenever I type " in tex mode this
> is automatically converted to `` or ''. Does anyone of you know a way to
> change this behaviour?
In your .jedrc insert
define latex_mode_hook ()
{
local_setkey ("self_insert_cmd", "\"");
}
I do not use latex, so I don't know if there are any adverse
effects to this solution.
Morten
_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.
[2017 date index]
[2017 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]