jed-users mailing list

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

Ann: Latex mode with command support


Hi,

I've done some work on my latex mode and introduced some new features:

* Command support, e.g. you can hit ^cs and your are prompted for a
  command like \TeX. The advantage is math mode commands are automatical
  inserted in math mode $$, if packages are needed for a command they are
  loaded automatical and regions are placed automatical in the first
  argument. Some examples:
  
  "^cs includegraphics" inserts the command \includegraphics{}, adds
  \usepackage{graphicx} if missing and prompts you for a file.

  "<mark>some text ^cs mathcal" inserts $\mathcal{some text}$ and places
  the editing point after the second dollar sign.

  ^cnf inserts \frac{}{} and places the editing point inside the first {}

* You can define your own command with latex->cmd_add()

* Reworked the menus and the keymap.

* The LaTeX_Template_Dir variable is now publicly accessable and a comma
  separated list of directories where to search for template files. So
  you can override templates with a template later in the list.

For a full list of changes see the changelog file and the source code ;-)
or ask me. Comments are very welcome.

http://www.minet.uni-jena.de/~joergs/jlm/

Bye, Jörg.
-- 
NetBSD ist für Frauen: es läuft auf Waschmaschinen

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2006 date index] [2006 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]