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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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 235 times
-
- Pi.eps
- eps that cannot be seen in pdf.
- (23.88 KiB) Downloaded 212 times
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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 133 times