Show
Ignore:
Timestamp:
03/21/07 09:51:40 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/etc/gnus-refcard.tex

    r4190 r4196  
    66% 
    77% From this LaTeX file (gnus-refcard.tex) plus a single logo (gnus-logo.eps), 
    8 % we can generate the refcard and the booklet version.  Appropriate Makefile 
    9 % rules were added.  This simplifies to distribute the refcard with Emacs. 
     8% we can generate the refcard and the booklet version.  This simplifies to 
     9% distribute the refcard with Emacs.  Appropriate Makefile rules were added in 
     10% gnus/texi/Makefile. 
     11 
     12% For Emacs, we may use the following commands (w/o) using Gnus' Makefile: 
    1013% 
    11 % (Reiner Steib, March 2005) 
     14%   latex gnus-refcard.tex && 
     15%   dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps 
     16%    
     17%   latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}' && 
     18%   mv gnus-refcard.dvi gnus-booklet.dvi && 
     19%   dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps 
    1220 
    1321\usepackage{ifthen} 
     
    5260  \def\logoscale{0.5}% FIXME: too large for 2up printing?  --rsteib 
    5361   
    54   % FIXME: Use geometry package.  --rsteib 
    55 %   \ifthenelse{\isundefined{\letterpapertrue}}{ 
    56 %     \textwidth 4.9in \textheight 7.35in \topmargin -1.0in 
    57 %   }{ 
    58 %     \textwidth 4.5in \textheight 7.5in \topmargin -1.0in 
    59 %   } 
    60 %   \oddsidemargin -0.5in \evensidemargin -0.5in 
    6162  \ifthenelse{\isundefined{\letterpapertrue}}{ 
    6263    \geometry{a5paper,hmargin=10mm,tmargin=10mm,bmargin=4mm} 
    6364  }{ 
    64     % FIXME: Use geometry package.  --rsteib 
    6565    \geometry{a5paper,hmargin=20mm,tmargin=10mm,bmargin=4mm} 
    6666  } 
     
    118118%% Original Gnus manual 1994 Lars Magne Ingebrigtsen 
    119119%% Some material from Emacs Help Bindings feature (C-h b). 
     120%% Gnus logo by Luis Fernandes. 
    120121\newcommand{\Copyright}{% 
    121122  \begin{center} 
    122123    Copyright \copyright\ 1995, 2000, 2002, 2003, 2004, 
    123        2005, 2006, 2007  Free Software Foundation, Inc.\\* 
    124     Gnus logo copyright \copyright\ 1995 Luis Fernandes.\\* 
     124       2005, 2006, 2007  Free Software Foundation, Inc. 
    125125  \end{center} 
    126126