Bug 167882 - pdftex sets wrong paper size
Summary: pdftex sets wrong paper size
Keywords:
Status: CLOSED DUPLICATE of bug 143661
Alias: None
Product: Fedora
Classification: Fedora
Component: tetex
Version: 4
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-09-09 06:51 UTC by Andrea Pasquinucci
Modified: 2013-07-02 23:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-11-01 10:45:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Andrea Pasquinucci 2005-09-09 06:51:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6

Description of problem:
running pdftex on a tex file creates a document with paper size 250x350mm (pdfeTeX-1.21a), with FC3 (pdfTeX-1.10b) the paper size was 210x297mm (A4) as is correct for me (EU). 

To solve the problem I had to add by hand in my tex file the following lines

\pdfpagewidth=210 true mm
\pdfpageheight=297 true mm
\pdfpkresolution=600

most probably related to configuration files not set/read properly.

pdflatex works fine.

Version-Release number of selected component (if applicable):
tetex-3.0-4

How reproducible:
Always

Steps to Reproduce:
1.run pdftex on a tex file
2.
3.
  

Actual Results:  wrong paper size

Expected Results:  right paper size (better if locale dependent)

Additional info:

Probably related to bugs 133480, 158758, 143661

Comment 1 Jindrich Novy 2005-11-01 10:45:20 UTC
Yes, this is a duplicate of 143661.

*** This bug has been marked as a duplicate of 143661 ***

Comment 2 Jindrich Novy 2005-11-01 10:49:55 UTC
The default paper should be A4 though. You can redefine your default paper via
texconfig.


Note You need to log in before you can comment on or make changes to this bug.