# HG changeset patch # User Micha¸«³l Cadilhac # Date 1188160746 0 # Node ID d2b1cb48405ba643db8a0afa0235606a30a181d5 # Parent 62fef1bc26f186df7b9afda0a6e44be4f7dada01 Remove the `letterpaper' counter, specify PDF layout, use a PDF `compile-command' local variable. diff -r 62fef1bc26f1 -r d2b1cb48405b etc/refcards/de-refcard.tex --- a/etc/refcards/de-refcard.tex Sun Aug 26 20:37:33 2007 +0000 +++ b/etc/refcards/de-refcard.tex Sun Aug 26 20:39:06 2007 +0000 @@ -4,17 +4,17 @@ % %**start of header \newcount\columnsperpage -\newcount\letterpaper % This file can be printed with 1, 2, or 3 columns per page (see below). % Specify how many you want here. \columnsperpage=3 -% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful -% only when columnsperpage is 2 or 3. +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. -\letterpaper=0 +\input pdflayout.sty +\pdflayout=(0l) % If you don't have german.sty, you can either get it from CTAN or % change the \glqq and \grqq commands below. @@ -689,7 +689,7 @@ \bye % Local variables: -% compile-command: "tex de-refcard" +% compile-command: "pdftex de-refcard" % End: % arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314