emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/refcard.tex


From: Stephen Eglen
Subject: [Emacs-diffs] Changes to emacs/etc/refcard.tex
Date: Sun, 17 Oct 2004 12:00:53 -0400

Index: emacs/etc/refcard.tex
diff -c emacs/etc/refcard.tex:1.5 emacs/etc/refcard.tex:1.6
*** emacs/etc/refcard.tex:1.5   Mon Sep  1 15:44:59 2003
--- emacs/etc/refcard.tex       Sun Oct 17 15:53:16 2004
***************
*** 1,12 ****
  % Reference Card for GNU Emacs version 21 on Unix systems
  %**start of header
  \newcount\columnsperpage
  
  % This file can be printed with 1, 2, or 3 columns per page (see below).
! % Specify how many you want here.  Nothing else needs to be changed.
  
! \columnsperpage=1
  
  % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc.
  
  % This file is part of GNU Emacs.
--- 1,19 ----
  % Reference Card for GNU Emacs version 21 on Unix systems
  %**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 letterpapaer to 0 for A4 paper, 1 for letter (US) paper.  Useful
+ % only when columnsperpage is 2 or 3.
+ 
+ \letterpaper=1
+ 
+ % Nothing else needs to be changed below this line.
  % Copyright (c) 1987, 1993, 1996, 1997 Free Software Foundation, Inc.
  
  % This file is part of GNU Emacs.
***************
*** 42,47 ****
--- 49,58 ----
  %    For this you need a dvi device driver that can print sideways.
  % Which mode to use is controlled by setting \columnsperpage above.
  %
+ % To compile and print this document:
+ % tex refcard.tex
+ % dvips -t landscape refcard.dvi
+ %
  % Author:
  %  Stephen Gildea
  %  Internet: address@hidden
***************
*** 103,109 ****
    \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
  \else                         %2 or 3 columns uses prereduced size
    \hsize 3.2in
!   \vsize 7.95in
    \hoffset -.75in
    \voffset -.745in
    \font\titlefont=cmbx10 \scaledmag2
--- 114,124 ----
    \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
  \else                         %2 or 3 columns uses prereduced size
    \hsize 3.2in
!   \if 1\the\letterpaper
!      \vsize 7.95in
!   \else
!      \vsize 7.65in
!   \fi
    \hoffset -.75in
    \voffset -.745in
    \font\titlefont=cmbx10 \scaledmag2
***************
*** 123,129 ****
    \def\bf{\eightbf}
    \def\it{\eightit}
    \def\tt{\eighttt}
!   \normalbaselineskip=.8\normalbaselineskip
    \normallineskip=.8\normallineskip
    \normallineskiplimit=.8\normallineskiplimit
    \normalbaselines\rm         %make definitions take effect
--- 138,148 ----
    \def\bf{\eightbf}
    \def\it{\eightit}
    \def\tt{\eighttt}
!   \if 1\the\letterpaper
!      \normalbaselineskip=.8\normalbaselineskip
!   \else
!      \normalbaselineskip=.7\normalbaselineskip
!   \fi
    \normallineskip=.8\normallineskip
    \normallineskiplimit=.8\normallineskiplimit
    \normalbaselines\rm         %make definitions take effect




reply via email to

[Prev in Thread] Current Thread [Next in Thread]