jed-users mailing list

[2017 Date Index] [2017 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

[jed-users] Re: TeX mode for german users


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]