PDA

View Full Version : emacs vi questions (non-religious questions)



frootstripe
December 13th, 2005, 06:25 PM
Hi,

I've installed Kubuntu 3.10 and was wondering what packages I want to apt-get to get the macros for python on both emacs and vi. Would also like to produce latex and docbook sgml files.

toojays
December 13th, 2005, 10:56 PM
My answers are for emacs, which is my editor of choice. For python, install python-mode. Emacs comes with a basic LaTeX mode, but the auctex mode is highly recommended for advanced LaTeX use. For sgml files, install the psgml package. If you ever use DocBook XML, I highly recommend the nxml-mode package.

hod139
December 14th, 2005, 03:35 PM
Hi,

I've installed Kubuntu 3.10 and was wondering what packages I want to apt-get to get the macros for python on both emacs and vi. Would also like to produce latex and docbook sgml files.

For latex you need to install tetex-base and probably want to install tetex-extra.


sudo apt-get install tetex-base tetex-extra

The tetex-extra package contains many of the useful latex styles (like amstex) you will most likely need.