Manny C
June 24th, 2005, 06:43 AM
Hi Everyone...
I recently moved from Kubuntu to Ubuntu and found that there were no real TeX editors for Gnome. Argggh..
Ever since I started using Linux (about five years ago), I have used Emacs on an on and off basis. So I decided to install emacs, auctex, whizzytex and preview-latex from the repositories. The only problem is that the emacs on the repo is XaW enabled. That is, it looks decidedly crap.
A Kubuntu friend of mine suggested that since I was using Ubuntu, I should look into EmacsCVS (http://www.emacswiki.org/cgi-bin/wiki/EmacsFromCVS) and compile it from CVS with Gtk toolkit enabled.
Here is what I did to successfully compile and install Emacs from CVS:
# Need CVS from repositories
sudo apt-get install cvs
# Enable ssh and download sources from CVS anonymously
cd /tmp
CVS_RSH=ssh
export CVS_RSH
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
# Then configure the install path and tell configure to install emacs with gtk
./configure --prefix=/usr --with-x-toolkit=gtk
# Need to rebuild all necessary files before compiling final Emacs binary and then
# complete install
sudo make bootstrap
sudo make install
I am not sure if the make bootstrap requires su privileges.
Then type emacs & at a shell and you get....GTK enabled Emacs! :)
See screenshot attached
Now to figure out how to get Whizzytex working... :???:
I recently moved from Kubuntu to Ubuntu and found that there were no real TeX editors for Gnome. Argggh..
Ever since I started using Linux (about five years ago), I have used Emacs on an on and off basis. So I decided to install emacs, auctex, whizzytex and preview-latex from the repositories. The only problem is that the emacs on the repo is XaW enabled. That is, it looks decidedly crap.
A Kubuntu friend of mine suggested that since I was using Ubuntu, I should look into EmacsCVS (http://www.emacswiki.org/cgi-bin/wiki/EmacsFromCVS) and compile it from CVS with Gtk toolkit enabled.
Here is what I did to successfully compile and install Emacs from CVS:
# Need CVS from repositories
sudo apt-get install cvs
# Enable ssh and download sources from CVS anonymously
cd /tmp
CVS_RSH=ssh
export CVS_RSH
cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
# Then configure the install path and tell configure to install emacs with gtk
./configure --prefix=/usr --with-x-toolkit=gtk
# Need to rebuild all necessary files before compiling final Emacs binary and then
# complete install
sudo make bootstrap
sudo make install
I am not sure if the make bootstrap requires su privileges.
Then type emacs & at a shell and you get....GTK enabled Emacs! :)
See screenshot attached
Now to figure out how to get Whizzytex working... :???: