7
votes
3answers
274 views

Click on macro name to jump to its definition?

Encouraged by a super response to my previous question on a similar topic, I shall persevere with a similar line of inquiry. I think it would be super if, in my LaTeX editor, I could click on a macro ...
25
votes
1answer
267 views

Click on package name to open corresponding style file?

I think it would be super if, in my LaTeX editor, I could click on the name of package... \usepackage{blob} ... and the corresponding style file, blob.sty, would be opened. Do any LaTeX editors ...
9
votes
0answers
121 views

Editing LuaLaTeX files in emacs

(A follow-up question to Which is the best editor for LuaTeX?) Emacs offers the LaTeX-mode in AUCTeX for editing LaTeX files, while it has the Lua-mode for editing Lua-files. Consider the following ...
1
vote
2answers
100 views

Auctex block indent

Is there a way to block indent whole paragraphs in emacs + auctex? I'm thinking in that functionality in such editors as WinEdt. I've search in different fora, and in the available documentation, ...
3
votes
1answer
81 views

Displaying current chapter/section in your editor

I'm dreaming about a feature of a TeX editor (read: emacs, but for the sake of generality I'd be interested in answers about other editors, too) that displays the title of the current (read: the one ...
6
votes
2answers
224 views

Navigate a TeX code using emacs

Are there useful navigation shortcuts in emacs when editing a TeX source? For example jump to the beginning/end of section, or similar thing for environment, etc. C-v and M-v are two coarse, and I am ...
5
votes
1answer
355 views

Using Nomenclature and emacs

I'm learning how to \usepackage{nomencl}. So far so good. I added the nomenclature compile option to the emacs commands by editing my .emacs file, adding: ;;nomenclature for latex (eval-after-load ...
2
votes
2answers
110 views

A quirk when using xemacs scripts to automatically expand abbreviations into LaTeX code

I am an avid fan of Oleg Alexandrov's method for customizing XEmacs to make it an efficient system for editing LaTeX files. One feature I find particularly useful is the ability to have XEmacs ...
3
votes
1answer
600 views

Emacs keyboard shortcut to insert \label{} \\ and a new line in math mode.

So, I'm using emacs with auctex to edit my latex documents. It's been a while since last time I used it, but I still remember my shortcuts. Except one. While editing equations inside and align ...