Mercurial > emacs
comparison etc/orgcard.tex @ 65246:faa1e406a29b
Version 3.15
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 30 Aug 2005 12:11:52 +0000 |
parents | f05a048483cc |
children | 6fdb9d1c8f79 |
comparison
equal
deleted
inserted
replaced
65245:8a283bd1b6c0 | 65246:faa1e406a29b |
---|---|
1 % Reference Card for Org Mode 3.14 | 1 % Reference Card for Org Mode 3.15 |
2 % | 2 % |
3 %**start of header | 3 %**start of header |
4 \newcount\columnsperpage | 4 \newcount\columnsperpage |
5 | 5 |
6 % This file can be printed with 1, 2, or 3 columns per page (see below). | 6 % This file can be printed with 1, 2, or 3 columns per page (see below). |
7 % At the moment this card works quite nicely in 3 column format and | 7 % At the moment this card works quite nicely in 3 column format and |
8 % currently takes most of 2 pages. It is thus suited to producing one | 8 % currently takes 2 full pages. It is thus suited to producing one |
9 % double-side page when printed. | 9 % double-side page when printed. |
10 | 10 |
11 % There are a couple of tweaks in the format of this card which make it work | 11 % There are a couple of tweaks in the format of this card which make it work |
12 % slightly better on A4 paper. The changes due, I think, to Stephen Eglen, | 12 % slightly better on A4 paper. The changes due, I think, to Stephen Eglen, |
13 % are commented below. Revert the changes if you want letter sized paper. | 13 % are commented below. Revert the changes if you want letter sized paper. |
16 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi | 16 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi |
17 % to print the card | 17 % to print the card |
18 | 18 |
19 \columnsperpage=3 | 19 \columnsperpage=3 |
20 | 20 |
21 % Copyright (C) 2004 Philip Rooke | 21 % Copyright (c) 2004 Philip Rooke, 2005 Free Software Foundation |
22 % Coypright (C) 2005 Free Software Foundation, Inc. | |
23 | 22 |
24 % GNU Emacs is free software; you can redistribute it and/or modify | 23 % GNU Emacs is free software; you can redistribute it and/or modify |
25 % it under the terms of the GNU General Public License as published by | 24 % it under the terms of the GNU General Public License as published by |
26 % the Free Software Foundation; either version 2, or (at your option) | 25 % the Free Software Foundation; either version 2, or (at your option) |
27 % any later version. | 26 % any later version. |
57 % Internet: gildea@stop.mail-abuse.org | 56 % Internet: gildea@stop.mail-abuse.org |
58 % | 57 % |
59 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik | 58 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik |
60 % for their many good ideas. | 59 % for their many good ideas. |
61 | 60 |
62 \def\orgversionnumber{3.14} | 61 \def\orgversionnumber{3.15} |
63 \def\year{2005} | 62 \def\year{2005} |
64 | 63 |
65 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | 64 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill |
66 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | 65 \centerline{\small \copyright\ 2004, 2005\ Free Software Foundation, Inc. |
67 Permissions on back. v\orgversionnumber}} | 66 Permissions on back. v\orgversionnumber}} |
68 | 67 |
69 \def\copyrightnotice{ | 68 \def\copyrightnotice{ |
70 \vskip 1ex plus 100 fill\begingroup\small | 69 \vskip 1ex plus 100 fill\begingroup\small |
71 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} | 70 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} |
593 \key{export as HTML and open in browser}{C-c C-x C-h} | 592 \key{export as HTML and open in browser}{C-c C-x C-h} |
594 \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h} | 593 \key{prefix arg sets nb. of headline levels, e.g.}{C-3 C-c C-x h} |
595 | 594 |
596 \key{insert template of export options}{C-c C-x t} | 595 \key{insert template of export options}{C-c C-x t} |
597 | 596 |
598 \key{toggle fixed width for line or region}{C-c :} | 597 \key{toggle fixed width for entry or region}{C-c :} |
599 | 598 |
600 {\bf HTML formatting} | 599 {\bf HTML formatting} |
601 | 600 |
602 \key{make words {\bf bold}}{*bold*} | 601 \key{make words {\bf bold}}{*bold*} |
603 \key{make words {\it italic}}{/italic/} | 602 \key{make words {\it italic}}{/italic/} |
733 | 732 |
734 % Local variables: | 733 % Local variables: |
735 % compile-command: "tex ord-mode-ref" | 734 % compile-command: "tex ord-mode-ref" |
736 % TeX-master: t | 735 % TeX-master: t |
737 % End: | 736 % End: |
738 | |
739 % arch-tag: 139f6750-5cfc-49ca-92b5-237fe5795290 |