<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#ffffff" text="#333333">
In order to run<br>
<pre wrap="">LaTeX -&gt; dvi -&gt; dvips -&gt; ps2pdf
on Linux try the following:

open a shell
there appears:
</pre>
username@computername:~$<br>
type   cd[space]Desktop (or wherever your document is placed)   Enter<br>
you get<br>
username@computername:~/Desktop$ <br>
type   latex[space]thenameofthedocument.tex     Enter<br>
<br>
it produces a .dvi version<br>
next step: type dvips to get a .ps version<br>
last step: type ps2pdf to get a .pdf<br>
<br>
maripola<br>
<br>
<br>
<br>
</body>
</html>