1) specify thepackage graphicx \documentclass{jarticle} \usepackage{graphicx} Note ˇˇdocumentstyle{} is not possible. In \usepackage{graphics}, the rotation is supported. 2) command for graph \begin{figure}[h] \begin{center} \includegraphics[scale=0.7,angle=-90]{graph.eps} \end{center} \caption{Graph} \label{graph} \end{figure} 3) how to use bibtex latex file.tex bibtex file latex file.tex latex file.tex
DVI -> PS % dvips file.dvi > file.ps or % dvips file.dvi -o file.ps or % dvips -Ppdf -tletter -G0 -o file.ps file.dvi % gsview file.ps % gs file.ps % gv file.ps PS -> PDF % ps2pdf doc.ps doc.pdf gif -> ps % gif2ps figure.gif > figure.ps
from The dvipdfm page download dvipdfm-0.13.2c.tar.gz
from Hirata's page download dvipdfm-jpatch-p1d.diff.gz
from Aman's page download a spec file dvipdfm-0.13.2c-3.spec
move dvipdfm-0.13.2c.tar.gz and dvipdfm-jpatch-p1d.diff.gz % su # cp *.gz /root/rpm/SOURCES/. # exit move dvipdfm-0.13.2c-3.spec % su # cp *.spec /root/rpm/SPECS/. # exit install % su create RPM # rpm -ba /root/rpm/SPECS/dvipdfm-0.13.2c-3.spec install # rpm -ivh /usr/src/redhat/RPMS/i386/dvipdfm-0.13.2c-3.i386.rpm # exit carry out (DVI to PDF) % dvipdf file.dvi