I try to use this line in both chains of compiling:
\rule{6 cm}{0.02 cm}
but in LaTex->dvi->ps->pdf is thick even if I make 0.02cm lower while in LaTex->dvi->pdf is a nice slim line which I need. But unfortunately I have to use LaTex->dvi->ps->pdf chain in order to use hyperref package correctly, so how to fix that?
Note that I'm using TexStudio with MikTex library.
dvips -Ppdf? It may help. How the rules get displayed will also depend on the viewer. I give some of the issues involved here and give specifics for dvips with/without -Ppdf and also pdflatex, but not dvipdf. – Lev Bishop Mar 10 '13 at 06:50