home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gdb / bug / 1334 < prev    next >
Encoding:
Text File  |  1992-12-23  |  3.3 KB  |  111 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!jet.UK!pjr
  3. From: pjr@jet.UK (Paul J Rippin)
  4. Subject: gdb-4.7 reference card
  5. Message-ID: <9212231636.AA17259@mmi-codas.jet.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 23 Dec 1992 16:36:14 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 98
  12.  
  13. Version: 4.7
  14.  
  15. We use gdb extensively on-site, and also make use of the reference card.
  16. However, we do not have access to American paper size so I needed to print
  17. the reference card on A4.  My knowledge of TeX is not very good so I've
  18. worked out the changes by trial-and-error, but I do not know how to make
  19. the card easily configurable.  If anyone can do this please do.
  20.  
  21.  
  22. *** refcard.tex.orig    Sat Aug 15 12:05:57 1992
  23. --- refcard.tex    Wed Dec 23 15:55:16 1992
  24. ***************
  25. *** 63,71 ****
  26.   % Three-column format for landscape printing on 8.5x11 paper
  27.   
  28.   % We want output .25 inch *from paper edge*; i.e. -.75in from TeX default
  29. ! \hoffset=-0.8in \voffset=-0.75in
  30.   \newdimen\fullhsize
  31. ! \fullhsize=10.5in \hsize=3.3in
  32.   \def\fulline{\hbox to \fullhsize}
  33.   \let\lcr=L \newbox\leftcolumn\newbox\centercolumn
  34.   \output={\if L\lcr
  35. --- 63,72 ----
  36.   % Three-column format for landscape printing on 8.5x11 paper
  37.   
  38.   % We want output .25 inch *from paper edge*; i.e. -.75in from TeX default
  39. ! % PJR
  40. ! \hoffset=-0.6in \voffset=-0.75in
  41.   \newdimen\fullhsize
  42. ! \fullhsize=11.1in \hsize=3.5in
  43.   \def\fulline{\hbox to \fullhsize}
  44.   \let\lcr=L \newbox\leftcolumn\newbox\centercolumn
  45.   \output={\if L\lcr
  46. ***************
  47. *** 120,126 ****
  48.   %-------------------- end font defs ---------------------------------
  49.   
  50.   %
  51. ! \vsize=8in
  52.   \hyphenpenalty=5000\tolerance=2000\raggedright\raggedbottom
  53.   \normalbaselineskip=9pt\baselineskip=9pt
  54.   %
  55. --- 121,128 ----
  56.   %-------------------- end font defs ---------------------------------
  57.   
  58.   %
  59. ! % PJR
  60. ! \vsize=7.75in
  61.   \hyphenpenalty=5000\tolerance=2000\raggedright\raggedbottom
  62.   \normalbaselineskip=9pt\baselineskip=9pt
  63.   %
  64. ***************
  65. *** 136,147 ****
  66.   \halign{%
  67.   %COL 1 (of halign):
  68.   \vtop{\hsize=1.1in\tt
  69. ! ##\par\vskip 2pt }\hfil
  70.   %COL 2 (of halign):
  71.   &\vtop{\hsize=2.1in\hangafter=1\hangindent=0.5em
  72. ! \rm ##\par\vskip 2pt}\cr
  73.   %Tail of \long\def fills in halign body with \sec args:
  74. ! \noalign{{\bbf #1}\vskip 2pt}
  75.   #2
  76.   }
  77.   }
  78. --- 138,152 ----
  79.   \halign{%
  80.   %COL 1 (of halign):
  81.   \vtop{\hsize=1.1in\tt
  82. ! % PJR
  83. ! ##\par\vskip 1pt }\hfil
  84.   %COL 2 (of halign):
  85.   &\vtop{\hsize=2.1in\hangafter=1\hangindent=0.5em
  86. ! % PJR
  87. ! \rm ##\par\vskip 1pt}\cr
  88.   %Tail of \long\def fills in halign body with \sec args:
  89. ! % PJR
  90. ! \noalign{{\bbf #1}\vskip 1pt}
  91.   #2
  92.   }
  93.   }
  94.  
  95.  
  96. Hope this can be included in the next release.
  97.  
  98. Paul
  99.  
  100. +-------------------------------------------------------------------+
  101. | Paul Rippin           | Voice  : 44-(0)235-465243                 |
  102. | CODAS Division        | FAX    : 44-(0)235-464404                 |
  103. | JET Joint Undertaking | E-mail : pjr@jet.uk                       |
  104. | Abingdon              |-------------------------------------------|
  105. | Oxfordshire           |                                           |
  106. | OX14 3EA              |                                           |
  107. | United Kingdom        |                                           |
  108. +-------------------------------------------------------------------+
  109.  
  110.  
  111.