The problem is that dvips has its own opinion on what paper size to
use. You can set the default paper size in dvips by running the
command 'texconfig' as root. Otherwise, add the flag
dvips -t a4 ...
Normally, ps2pdf should copy the page size from the input file,
otherwise you may have to add the
On 16-Jun-04, at 9:36 PM, TS Sunhede Fulk wrote:
I've been working on a songbook using lilypond-book and Latex. In the
.tex file, I specified that I wanted a4 paper
("\documentclass[a4paper]{book}"). However, the final .pdf file is
U.S. letter.
Try running "texconfig" and check the paper setting
This is a strange problem.
I've been working on a songbook using lilypond-book and Latex. In the
.tex file, I specified that I wanted a4 paper
("\documentclass[a4paper]{book}"). However, the final .pdf file is U.S.
letter.
Here are the commands that I used to produce the .pdf (all from the
man