[pdftex] Pdflatex and seminar

Martin Schröder ms at artcom-gmbh.de
Sun Mar 11 00:24:48 CET 2001


On 2001-03-09 10:57:28 -0500, Ying-Jui Chen wrote:
> Here is what I found out from the web and is used as my preamble:
> \documentclass[semrot,12pt]{seminar}
> 
> \newif\ifpdf
> \ifx\pdfoutput\undefined
>    \pdffalse
> \else
>    \pdfoutput=1
>    \pdftrue
> \fi  
> 
> \ifpdf
>   \usepackage[pdftex]{graphicx}
>   \pdfcompresslevel=9
>   \pdfpagewidth=11truein %297truemm % your milage may vary....
>   \pdfpageheight=8.5truein %210truemm
>   \pdfhorigin=1truein     % default value(?), but doesn't work without
>   \pdfvorigin=1truein     % default value(?), but doesn't work without

While this may work, it's better to use the geometry package to
set page dimensions. It even has a pdftex option.

Best regards
    Martin
-- 
                http://www.tm.oneiros.de/calendar/2001/




More information about the pdftex mailing list