To use a floppy or CD-ROM, do the following:
1. Place the floppy disk in the floppy disk drive or CD-ROM in the
CD-ROM drive.
2. An icon of a floppy disk or CD-ROM should appear. Click the disk
drive icon on the KDE or GNOME desktop to access the...
Read More
Text Editor
Create your tex file using a text editor (vi, emacs,
gedit).
Then you use the latex command to tex the file.
latex file.tex
Use xdvi to view the file.
xdvi file.dvi
To print the dvi:
dvips -Pf4 file.dvi
To...
Read More
gnome-panel needs to be restarted. In a terminal window, type:
pkill gnome-panel
If your toolbar doesn't restart, type:
ps
-ef | grep gnome-panel
In the second column, there is a number.
This is the process id (pid).
In the terminal...
Read More