diff options
| author | Michaël Cadilhac | 2007-08-26 20:39:06 +0000 |
|---|---|---|
| committer | Michaël Cadilhac | 2007-08-26 20:39:06 +0000 |
| commit | afb63ceb4d1546da6c2469d57f9d78ba18dc20d0 (patch) | |
| tree | 2e27b623a2bd3e3480ccf00afaf7da6f8881a75b | |
| parent | 233066261ae533b50a37fe47a9ae949693e74c02 (diff) | |
| download | emacs-afb63ceb4d1546da6c2469d57f9d78ba18dc20d0.tar.gz emacs-afb63ceb4d1546da6c2469d57f9d78ba18dc20d0.zip | |
Remove the `letterpaper' counter, specify PDF layout, use a PDF
`compile-command' local variable.
| -rw-r--r-- | etc/refcards/de-refcard.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/refcards/de-refcard.tex b/etc/refcards/de-refcard.tex index 76de0410b52..0c82ebde082 100644 --- a/etc/refcards/de-refcard.tex +++ b/etc/refcards/de-refcard.tex | |||
| @@ -4,17 +4,17 @@ | |||
| 4 | % | 4 | % |
| 5 | %**start of header | 5 | %**start of header |
| 6 | \newcount\columnsperpage | 6 | \newcount\columnsperpage |
| 7 | \newcount\letterpaper | ||
| 8 | 7 | ||
| 9 | % This file can be printed with 1, 2, or 3 columns per page (see below). | 8 | % This file can be printed with 1, 2, or 3 columns per page (see below). |
| 10 | % Specify how many you want here. | 9 | % Specify how many you want here. |
| 11 | 10 | ||
| 12 | \columnsperpage=3 | 11 | \columnsperpage=3 |
| 13 | 12 | ||
| 14 | % Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful | 13 | % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for |
| 15 | % only when columnsperpage is 2 or 3. | 14 | % a landscape layout. |
| 16 | 15 | ||
| 17 | \letterpaper=0 | 16 | \input pdflayout.sty |
| 17 | \pdflayout=(0l) | ||
| 18 | 18 | ||
| 19 | % If you don't have german.sty, you can either get it from CTAN or | 19 | % If you don't have german.sty, you can either get it from CTAN or |
| 20 | % change the \glqq and \grqq commands below. | 20 | % change the \glqq and \grqq commands below. |
| @@ -689,7 +689,7 @@ wird. F\"ur n\"ahere Details geben Sie \kbd{C-h f interactive} ein. | |||
| 689 | \bye | 689 | \bye |
| 690 | 690 | ||
| 691 | % Local variables: | 691 | % Local variables: |
| 692 | % compile-command: "tex de-refcard" | 692 | % compile-command: "pdftex de-refcard" |
| 693 | % End: | 693 | % End: |
| 694 | 694 | ||
| 695 | % arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314 | 695 | % arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314 |