Pdf Output in US Letter Size

Hi John,

You can usegStyle->SetPaperSize(kUSLetter); // or gStyle->SetPaperSize(20,24);kUSLetter is defined in the enum EPaperSize in TStyle.h. The numbers above take into account some margins and are in centimeters.

Cheers, Ilka