If I create a PDf file out of my Latex code where I imported another PDF file I get two problems:
- the margins get disturbed, normally an A4 format should have a width of 210 mm, now it has more (according to a PDF reader in both Windows and Ubuntu Linux.
- The actual image get compressed, it is made thinner though it does not differ in height. This makes my hard work in CATIA, Word and GIMP look bad.
I am quite new to Latex, in this tex file I used in the preamble
Code: Select all
\documentclass[a4, 11pt, twoside, openright]{report}
\usepackage{pdfpages}
\usepackage{graphicx}
Code: Select all
\includepdf{filename}
What am I doing wrong? Or is Latex messing things up?
Thx,
Simon