TYPING LATEX
Vim is an excellent vi-type editor which
I use for typing latex. The auctex.vim is a vim macro file is loosely based on
the
auctex package from emacs and
xemacs.
This is a python program which speeds up downloading bibtex citations.
It is also part of tex-launcher.py, below.
Here's a version for python 3.
Include this file when using emacs or xemacs and
auctex.
It adds several keybindings I've found useful.
GENERAL PROGRAMS
This is a program to select a file and start editing it.
It also starts the tex viewer. Currently, it's designed for Unix.
You must have
python installed,
along with the Tkinter module.
Here's a version for python 3.
To set up the program on Unix,
- Type "tar xvzf tex-launcher.tar.gz" to unpack the files. It will create a
directory called "Tex-Launcher".
- Edit the files "Tex-Launcher/Files/latex-template.tex" and
"Tex-Launcher/Files/letter-template.tex". You may wish to keep the line
"$Xdvi_Extra", since this will automatically be replaced by a command that
allows
inverse searching.
- To launch the program, type "python Tex-Launcher/tex-launcher.py".
- If your editor is xemacs, "Tex-Launcher/init.el" can be moved or added to
your ".xemacs/init.el" file.
- To do further customization, start the program and go to the menu
item "Help" and "Edit the Initialization File". In particular, you may
want to change "EDITOR" to your favorite editor.
You can set up an icon for launching the program. On Windowmaker, do the
following.
- Type "xterm -name tex-launcher". An xterm icon should appear.
- Move the xterm icon to the dock, and close the xterm.
- Right click on the xterm icon, click settings, and change
"Application path and arguments" to "python Tex-Launcher/tex-launcher.py"
- Click on the "Browse" button to choose a new icon image. Included in the
Tex-Launcher directory is the icon "TeXViewColor1.xpm". You can move it to
the directory "GNUstep/Library/Icons/" to make it accessible.
Here are some brief instructions for the program. I hope it is mostly
self-explanatory.
- Clicking on a tex file will run latex (twice) on the file, and open an
editor and a viewer.
- You can run latex by pressing the button that appears when you launch
a file (unless you have disabled that option).
- Clicking on a directory will change to that directory.
- Shift-Left-Click on a file will select it without opening an editor or
viewer. This is useful if you simply want to print a file.
- Right clicking on a file will open a dialogue to delete the file
- Middle-button clicking on a file will open a dialogue to copy or rename the
file
- Explore the menus for other commands. A letter in parentheses means
that simply typing that letter will start the action, even if the menu is
closed. For instance, typing "q" will kill the program.
-
To change default values, for instance to use your favorite edior, click on the
menu item "Help->Edit the Initalization File".