[OS X TeX] TL2008 destroys my geometry
Herbert Schulz
herbs at wideopenwest.com
Fri Jan 2 17:06:26 EST 2009
On Jan 2, 2009, at 3:44 PM, Friedrich Vosberg wrote:
> Morning.
>
> With TL2007 I can make divider slips by using this style:
>
> \NeedsTeXFormat{LaTeX2e}
> \ProvidesPackage{fvlasche}[2007/07/18 v0.5.0.0 RA Friedrich Vosberg]
> %
> %=
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> \RequirePackage{vtlnbasics}
> \RequirePackage[%
> pdftex,
> paperwidth=105mm,
> paperheight=240mm,
> left=3mm,
> right=3mm,
> top=0mm,
> bottom=3mm,
> ]
> {geometry}
> %
> %------------------------------------------------------------------------------
> \renewcommand{\familydefault}{\sfdefault}
> %
> %------------------------------------------------------------------------------
> \newcommand{\laschbox}[2][\rule{1em}{0ex}]{%
> \noindent\parbox[t][233mm][b]{99mm}{%
> \begin{center}
> \normalsize{#1}\\\vspace{-.5ex}%
> \rule{95mm}{.4pt}\\%
> \Large{\textbf{\strut#2}}%
> \end{center}
> }%
> \\\vspace{-.5ex}%
> \ignorespaces
> }
> %
> %------------------------------------------------------------------------------
> \AtBeginDocument{%
> \thispagestyle{empty}%
> }%
>
>
> But if I use TL2008 all geometry settings and the
> \thispagestyle{empty} will be ignored and the content of the source
> file
>
> \documentclass{article}
> \usepackage{vtlnlasche}
> \begin{document}
> \lasche[TT\,Kurier]{Thomas Bradler Verlag}
> \end{document}
>
> will be printed on A4 paper.
>
> What's wrong?
>
> TIA and kind regards, Friedrich
Howdy,
What is vtlnbasics? Are you compiling with pdftex? In fact, unless you
are using dvipdfm(x) you don't need to specify the driver; geometry
will figure it out.
Finally, you are using a package called vtlnlasche but creating a
package called fvlasche. At least that is what you are presenting above.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
More information about the MacOSX-TeX
mailing list