Search found 5 matches

by joac
Sat Mar 13, 2010 12:56 pm
Forum: Graphics, Figures & Tables
Topic: PDF figure not showing
Replies: 7
Views: 11848

Re: PDF figure not showing

ok. thanks a lot,

best

j.
by joac
Thu Mar 11, 2010 6:41 am
Forum: Graphics, Figures & Tables
Topic: PDF figure not showing
Replies: 7
Views: 11848

Re: PDF figure not showing

Great, thank you for this.
But then, it means I have to choose between trimming and rescaling?..

Alternatively, would you know how to do rescaling when including the figure in .eps format (no trimming needed then) - as in :

\usepackage{graphicx}
\usepackage{epstopdf}
..
\includegraphics{test.eps ...
by joac
Thu Mar 11, 2010 6:15 am
Forum: Graphics, Figures & Tables
Topic: PDF figure not showing
Replies: 7
Views: 11848

Re: PDF figure not showing

ps: does it mean that there is no way to use \includegraphics this way :

\includegraphics[x1,y1][x2,y2]{figure.pdf} ,

where x1,y1,x2,y2 are coordinates of the bottom left and top right corners of the figure?
I was hoping to use this as way to select the part of the figure i want to include ...
by joac
Thu Mar 11, 2010 6:05 am
Forum: Graphics, Figures & Tables
Topic: PDF figure not showing
Replies: 7
Views: 11848

Re: PDF figure not showing

Thank you for your answer. I had tried the [width= ,height= ] but was getting a "no bounding box" error. Omitting the [dvips] options, its now working fine - thanks.

Ill answer the other topic, which i had forgotten about, i admit.

Best,

j.
by joac
Wed Mar 10, 2010 9:42 am
Forum: Graphics, Figures & Tables
Topic: PDF figure not showing
Replies: 7
Views: 11848

PDF figure not showing

Hi all,

after a quick search trhough the forum i found some similar posts but solution to my pb in none. apologies if its been answered already:
Im trying to include figures already in pdf format, using pdflatex. Using:
\documentclass[12pt,oneside]{article}
\usepackage[english]{babel ...