and then install some dvi viewers
.
.
Notice however, that pdflatex doesn't work with eps figures, You will have to convert all eps figures to pdfs using the command epstopdf. However, pdflatex will work with png's and jpg's which is really nice.
ii.if having eps figures: Here we have to compile the file in steps
Notice that dvips mean dvi-ps.
This syntax seems to be good when having .eps figures. Notice also that we can easily transform each .eps figure to pdf using epstopdf FILENAME.eps.
or just
Notice, that some futures about the appearance of Emacs can be modified using the definition file of Emacs. This file is currently located in /home/christian/. I cannot see it, when using ls, but you can edit it, using sudo gedit .emacs or editing with Emacs sudo emacs .emacs.
and then, to install auctex (needed to compile LaTeX in Emacs)
then, we can just open a .tex file within Emacs, typing at the terminal emacs FILENAME.tex, and the LATEX options will appear.
then go to Gedit, in add-onn select LATEX, and ready to go!
To install a style file ``STYFILE'' you have to do as follows
1. create a directory named ``STYFILE'' on /usr/share/texmf-texlive/tex/latex
2. copy the file STYFILE.sty and the file STYFILE.tex
to the directory /usr/share/texmf-texlive/tex/latex/STYFILE
3. run at the terminal
when installing style files for Beamer (slides presentation with LATEX),
do the same
as follows
1. copy the file STYFILE.sty
to the directory /usr/share/texmf/tex/latex/beamer/themes/theme/
3. run at the terminal
Notice that the .sty and .tex files should be able to open by any user, and not only by the root, then the properties of them must be checked.
If the package came as .dtx and .ins files, first do
and then take the produced .sty file, and proceed as before.
Also, one can type at the terminal , and select the paper size there
Webmaster: Christian E. Salas Eljatib, E-mail: christian.salas@yale.edu