Page Layoutpage size error

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
svrouwenvelder
Posts: 3
Joined: Fri Oct 08, 2010 7:58 pm

page size error

Post by svrouwenvelder »

Hi there,

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}
To import my pdf file in the document I used:

Code: Select all

\includepdf{filename}
The actual PDF file is made using Word (A4 format) and exporting it as an PDF file, creating a PDF file with a width of 210mm.

What am I doing wrong? Or is Latex messing things up?
Thx,
Simon
Last edited by svrouwenvelder on Fri Oct 08, 2010 11:07 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

page size error

Post by localghost »

The correct option for the paper size is a4paper. You should get a warning in the log file about an unused global option. Otherwise the paper size is set to letterpaper.


Best regards and welcome to the board
Thorsten
Post Reply