Including the a4paper option in the documentclass call and using dvips+dvi2pdf indeed works. Thank you!
Alternatively, it looks like re-generating my eps figure can also lead to a solution without any more changes in the document class/package calls.
Thank you all for contributing to find some ...
Search found 7 matches
- Thu Dec 11, 2014 6:43 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
- Thu Dec 11, 2014 6:04 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
Re: dvi2pdf and ps2pdf problem
With documentclass{article} all is well. The problem occurs when I switch to document class agutex.
- Thu Dec 11, 2014 5:54 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
Re: dvi2pdf and ps2pdf problem
Johannes_B, thank you for the suggestion but I had already tried dvips+ps2pdf and, sadly, it produced the same result as dvi->pdf
For the try you made, please see my earlier post of a minimal working example (and just comment out \rule{4in}{3in} and uncomment \includegraphics[trim=0.2cm 1.4cm 0.2cm ...
For the try you made, please see my earlier post of a minimal working example (and just comment out \rule{4in}{3in} and uncomment \includegraphics[trim=0.2cm 1.4cm 0.2cm ...
- Thu Dec 11, 2014 5:40 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
dvi2pdf and ps2pdf problem
Here is my problematic figure. I call it in the tex file with:
\newpage
\setcounter{figure}{4}
\begin{figure}[t!]
\centering
% Use the relevant command to insert your figure file.
% For example, with the graphicx package use
\includegraphics[trim=0.2cm 1.4cm 0.2cm 1.4cm, clip=true, height=0 ...
\newpage
\setcounter{figure}{4}
\begin{figure}[t!]
\centering
% Use the relevant command to insert your figure file.
% For example, with the graphicx package use
\includegraphics[trim=0.2cm 1.4cm 0.2cm 1.4cm, clip=true, height=0 ...
- Thu Dec 11, 2014 4:21 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
Re: dvi2pdf and ps2pdf problem
Thank you for the quick reply. Your fix works as far as compiling the document with the geometry package goes. But unfortunately it does not fix the initial problem signaled by jinglala of the obscure figure cropping when going from dvi to pdf. Any other ideas?
- Thu Dec 11, 2014 1:13 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
dvi2pdf and ps2pdf problem
I am attaching a brief example below. If I try to use the geometry package, I get error 1.995 \Gm@process .
But finally this is what interests me least. What I really want is the solution to the anomalous dvi-to-pdf figure cropping. Thank you again!
\documentclass[draft,jgrga]{agutex} %document ...
But finally this is what interests me least. What I really want is the solution to the anomalous dvi-to-pdf figure cropping. Thank you again!
\documentclass[draft,jgrga]{agutex} %document ...
- Wed Dec 10, 2014 8:58 pm
- Forum: Graphics, Figures & Tables
- Topic: dvi2pdf and ps2pdf problem
- Replies: 15
- Views: 8186
Re: dvi2pdf and ps2pdf problem
I am having the exact same problem. I am preparing an article for journal submission so I have to use the journal article class: \documentclass[draft,jgrga]{agutex}
Loading the geometry package alone does not solve the problem, it just adds one: compilation error "1.995 \Gm@process". I would be very ...
Loading the geometry package alone does not solve the problem, it just adds one: compilation error "1.995 \Gm@process". I would be very ...