Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm brand new to Latex, so bear with me. I'm trying to include a pdf using the pdfpages package and rotate, resize, and crop it. When I do this, a number always shows up in the lower left corner of the pdf, and I've notied that the number changes when I change the angle/scale/cropping. Here's my code:

\documentclass{report}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=1,angle=90,scale=0.8, clip=true, trim=4cm 0cm 0cm 3cm]{example.pdf}
\end{document}

That set of attributes will put the number 224.03517 in the lower left corner of the pdf. How do I get rid of this?

share|improve this question
Welcome to TeX.SX! What TeX distribution are you using? – egreg Sep 10 '12 at 14:44
I'm using MiKTeX /TeXnicCenter – Jessie Sep 10 '12 at 15:00
1  
I tried your MWE without any problems or an number in the lower left corner. Wich versions of MiKTeX and pdfpages do you use? – Kurt Sep 10 '12 at 16:41

closed as too localized by lockstep, tohecz, Joseph Wright Oct 6 '12 at 21:59

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.