Archive for the ‘Latex’ Category

[mh@sh ~/latex]$ latex intro.tex
[mh@sh ~/latex]$ dvips -o intro.ps intro.dvi
[mh@sh ~/latex]$ ps2pdf intro.ps

We currently use WinEDT and MiKTeX to allow users to edit latex files in windows. APS provides the revtex4 package for their authors.

authors.aps.org/revtex4

To get this package to work with MiKTeX, make the following directory structure under your localtexmf tree.

mkdir /tex/latex/revtex4/

Then run,

Start -> All Programs -> MiKTeX -> MiKTeX Options and click the “Refresh Now” button in the “File name database” section. That’s it.

The APS website above has a sample file that can be used to test things out.

Download the tar file below and extract. Then, run the following commands to create a pdf file:

latex intro.tex
dvips intro.dvi
ps2pdf intro.ps

latex_sample.tar