Graphics, Figures & Tables ⇒ dvi to ps to pdf -- problem in hyperref
dvi to ps to pdf -- problem in hyperref
If I use dvipdfm, then hyperref (bookmarks, links, etc.) works but this time some of my eps figure files are not shown completely (some of them are OK), i.e., I can see half of a figure.
Any suggestion to solve this issue?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
dvi to ps to pdf -- problem in hyperref
Perhaps explain what you did. If you would post aozlemeges wrote:... using dvi ps pdf. However, in this case hyperref package does not work.

Stefan
PS: some advice I saw on: hyperref Tipps.
dvi to ps to pdf -- problem in hyperref
Code: Select all
\begin{figure}[b!]
\centerline{\psfig{figure=Pi.eps, width = 6.50in, height = 4.25in}}
\caption{\footnotesize{Comparison}}
\label{fig:Pi}
\end{figure}
width=0.490\textwidth
but did not work. However, the following figure and code works very well.
Code: Select all
\begin{figure}[ht]
\centering
\includegraphics[width=0.60\textwidth]{transmissionqueue.eps}
\caption{Graphical depiction.}
\label{fig:transmissionqueue}
\end{figure}
In order to deal with this, I also tried to get the pdf through dvi->ps then ps->pdf. In this case, I can't see the bookmarks and hyperlinks to pages in the pdf.
I hope it is clear now. I'd appreciate any help.
- Attachments
-
- transmissionqueue.eps
- eps that can be seen in pdf.
- (193.59 KiB) Downloaded 238 times
-
- Pi.eps
- eps that cannot be seen in pdf.
- (23.88 KiB) Downloaded 216 times
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: dvi to ps to pdf -- problem in hyperref
Stefan
Re: dvi to ps to pdf -- problem in hyperref
All, please see the attachment. I created a simple case but kept all the formatting. In addition to the tex file, I also included cls file. It is the cls for the dissertation.
Also, there are 2 pdf files:
1- test_DVIPDFM.pdf: Created through dvipdfm.
2- test_DVIPSDF.pdf: Created through dvi->ps->pdf.
I need hyperref and bookmarks as seen in #1. But in #1, please see the last page. it looks horrible.
At #2, last page is good but no hyperref and bookmarks.
Will appreciate any help. I am using WinEdt and Miktex 2.7.
- Attachments
-
- test.zip
- (225.54 KiB) Downloaded 138 times