[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2012-05-14 Thread Antoine Pairet
** Changed in: texlive-base (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/244043

Title:
  pdflatex produces A4 page despite the fact that letterpaper is
  specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/244043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2012-05-14 Thread Norbert Preining
On Mo, 14 Mai 2012, Petru wrote:
> confirmed  using XeTeX 3.1415926-2.3-0.9997.6 (TeX Live 2012/dev/Debian)
> File contents:
> 
> \documentclass[b5paper]{article}
> \begin{document}
>   sdaf
> \end{document}
> 
> The resulting pdf is not b5paper, it is a4paper

Please learn to use google. Thanks.

That is one of the most asked questions ... you need to use
geometry or something else that sets the pdf paper size. LaTeX does not
know about pdf paper sizes.

Please someone closes this bug, PBCAS.

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

BURWASH
The pleasurable cool sloosh of puddle water over the toes of your
gumboots.
--- Douglas Adams, The Meaning of Liff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/244043

Title:
  pdflatex produces A4 page despite the fact that letterpaper is
  specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/244043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2012-05-14 Thread Petru
confirmed  using XeTeX 3.1415926-2.3-0.9997.6 (TeX Live 2012/dev/Debian)
File contents:

\documentclass[b5paper]{article}
\begin{document}
sdaf
\end{document}

The resulting pdf is not b5paper, it is a4paper

** Attachment added: "the outputted pdf"
   
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/244043/+attachment/3145865/+files/tab.pdf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/244043

Title:
  pdflatex produces A4 page despite the fact that letterpaper is
  specified

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-base/+bug/244043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2008-10-27 Thread Josh Zenker
I agree that we shouldn't have to use an additional package to get
letter-sized output.  However, I can confirm that Stefan's solution
works with texlive-base version 2007-13.

-- 
pdflatex produces A4 page despite the fact that letterpaper is specified
https://bugs.launchpad.net/bugs/244043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2008-09-11 Thread Stefan Kottwitz
** Changed in: texlive-base (Ubuntu)
   Status: New => Confirmed

-- 
pdflatex produces A4 page despite the fact that letterpaper is specified
https://bugs.launchpad.net/bugs/244043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2008-07-07 Thread Munchkinguy
But this really ought to work the way its supposed to. When I use MikTeX on
Windows, typing "letterpaper" makes it letter-sized. I shouldn't *have* to
use additional options.

-- 
pdflatex produces A4 page despite the fact that letterpaper is specified
https://bugs.launchpad.net/bugs/244043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2008-07-07 Thread Stefan Kottwitz
With the letterpaper option \paperwidth and \paperheight will be set correctly.
For use with pdflatex you could modify the appropriate sizes:

  \setlength{\pdfpagewidth}{\paperwidth}
  \setlength{\pdfpageheight}{\paperheight}

It will fix this minimal example. The problem will vanish if you use
additional packages designed for pdflatex. \usepackage{graphicx} will
fix it too, also color, xcolor, hyperref.

-- 
pdflatex produces A4 page despite the fact that letterpaper is specified
https://bugs.launchpad.net/bugs/244043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 244043] Re: pdflatex produces A4 page despite the fact that letterpaper is specified

2008-06-29 Thread Munchkinguy

** Attachment added: "The resulting PDF file"
   http://launchpadlibrarian.net/15679491/newfile1.pdf

-- 
pdflatex produces A4 page despite the fact that letterpaper is specified
https://bugs.launchpad.net/bugs/244043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs