Hi, I'm trying to produce a PDF of the gprof.texi file in binutils-2.19 using texi2pdf:
$ wget http://ftp.gnu.org/gnu/binutils/binutils-2.19.tar.bz2 $ tar xzf binutils-2.19.tar.bz2 $ cd binutils-2.19/gprof/ $ ln -s ../bfd/doc/bfdver.texi $ texi2pdf gprof.texi ... but I get the page size doesn't appear to be US letter: $ pdfinfo gprof.pdf Creator: TeX Producer: pdfTeX-1.40.3 CreationDate: Thu Jan 15 20:24:11 2009 ModDate: Thu Jan 15 20:24:11 2009 Tagged: no Pages: 52 Encrypted: no Page size: 504 x 666 pts File size: 237547 bytes Optimized: no PDF version: 1.4 For comparison, here's something US letter-sized: $ wget http://people.redhat.com/drepper/nptl-design.pdf $ pdfinfo nptl-design.pdf Title: The Native POSIX Thread Library for Linux Subject: Keywords: Linux, POSIX threads Author: Ulrich Drepper, Ingo Molnar, Red Hat, Inc. Creator: LaTeX with hyperref package Producer: pdfTeX-1.10b CreationDate: Mon Aug 26 00:04:00 2002 ModDate: Mon Feb 21 14:27:00 2005 Tagged: no Pages: 17 Encrypted: no Page size: 612 x 792 pts (letter) File size: 309051 bytes Optimized: yes PDF version: 1.4 How can I produce US letter-sized pages? And/or, are there any (reliable) tools for scaling pages so that they are US letter sized? Thanks in advance. -- Yang Zhang http://www.mit.edu/~y_z/
