To login from one of the X-terminals, select hans.math.upenn.edu from the login chooser.
The first two editors both resemble the editor "edit" on the NeXT. They use a mouse and are fairly intuitive.
if ($?DISPLAY) then
# X editors
setenv SPARC_EDITOR /pkg/bin/pico
#setenv SPARC_EDITOR /pkg/bin/emacs
#setenv SPARC_EDITOR /pkg/bin/nedit
setenv NEXT_EDITOR /usr/local/bin/pico
#setenv NEXT_EDITOR /usr/bin/emacs
else
# single screen (i.e. vt100, rlogin/telnet) editors
setenv SPARC_EDITOR /pkg/bin/pico
# setenv SPARC_EDITOR /pkg/bin/emacs
# setenv SPARC_EDITOR /usr/bin/vi
setenv NEXT_EDITOR /usr/local/bin/pico
#setenv NEXT_EDITOR /usr/bin/emacs
#setenv NEXT_EDITOR /usr/ucb/vi
endifIMPORTANT NOTE: If you use an editor with command line arguments, you MUST put quotation marks around the entire command. For example:
setenv SPARC_EDITOR "/pkg/bin/pico -t"is correct, but
setenv SPARC_EDITOR /pkg/bin/pico -tis incorrect, and will cause other problems in your setup.
Pick as your default printer either the printer in 4N16 or 4E1. Near the beginning of this file you place a # at the beginning of the line containing the printer that you do NOT want. For instance, to use the printer in 4E1, .login would look like:
#setenv PRINTER 4N16 # 4N16 HP printer setenv PRINTER 4E1d # 4E1d HP printer(The character # "comments out" the line; it is then treated as a remark and not executed).
More information on printing may be found in the Printer Usage Guidelines document. BACKSPACE or DELETE Key
Do you prefer using the Delete key rather than Backspace? If you prefer the "delete" key, then uncomment out the second line in your file by deleting the #
stty erase ^H
#stty erase ^?
The ONLY people who will need this step are those who personalized their previous .cshrc file (practically nobody).
Insert your personal aliases from your old .cshrc file. This is located in a directory named something like old_configs_950502 , where the last part of the name is the date it was created. At the same time insert any other customization from your old .cshrc file.
If you wish to add personalized items to your path, do it using a line such as the following:
set path=( $path /my/path/choice /etc/etc/etc )
This inserts the system path first. That system path is different
depending on which computer you use and is determined when you login.
To customize your MANPATH, inserting yours before the system MANPATH use
setenv MANPATH MyManPath:$MANPATH
where you insert your own "MyManPath".
One place to read more about the new version of LaTeX 2e is the following TeX file on our server hans.math: /pkg/TeX/lib/texmf/doc/latex2e/usrguide.tex
Another reference is a sequence of articles that appeared in the Notices of the AMS in 1994 (the last article appeared in August 1994).
To PREVIEW a TeX .dvi file, use xdvi (click on the "icon" on the right side of your screen) and pick the name of the file you wish to preview. You can also use the Unix command xdvi MyDviFile.
To PRINT a TeX .dvi file use the Unix command
dvips MyDviFile.dviwhere MyDviFile.dvi is the name of your file. You need not add the ".dvi". This will be printed on the printer you specified (see customization above). You can also print to a file as well as other possibilities. for a brief description, just type dvips without a filename. For more documentation see Dvips Info
Another utility, xtexer, is available from the X terminals. This provides a simpler interface for editing, previewing, and printing TeX and LaTeX documents.
ispell MyFileName or ispell -t filename.tex (for a TeX or LaTeX file)NOTE: The I command adds new words to your personal file .ispell_words located in your home directory. This file can be edited, either to add words or correct spelling of accidently inserted words.
passwd is also available on the NeXTs, although it will take 15 minutes for the new password to take effect.