Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
authorRoland Pesch <pesch@cygnus>
Tue, 19 Oct 1993 21:25:32 +0000 (21:25 +0000)
committerRoland Pesch <pesch@cygnus>
Tue, 19 Oct 1993 21:25:32 +0000 (21:25 +0000)
* a4rc.sed: update to work with Andreas Vogel papersize params

* refcard.tex: use Andreas Vogel simplifications of papersize
params; remove useless version info; update copyright date.

gdb/doc/ChangeLog
gdb/doc/a4rc.sed
gdb/doc/gdb.texinfo

index 97709b67c26901fafbdab79a7b2b922ef467bfb2..0f4faba7b975426d08b81968df8aa28448ca6ade 100644 (file)
@@ -1,3 +1,10 @@
+Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
+
+       * a4rc.sed: update to work with Andreas Vogel papersize params
+
+       * refcard.tex: use Andreas Vogel simplifications of papersize
+       params; remove useless version info; update copyright date.
+
 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
index e4e521138442143a3590cc4aac71e42c385d0ba1..22922904efc9d53e4f5cb56e1516b13790be0eba 100644 (file)
@@ -1,15 +1,11 @@
-/--- Papersize defs:/,/--- end papersize defs/c\
-%-------- Papersize defs:\
-% Dimensions for landscape printing on A4 paper\
-\
-% We want output 12mm *from paper edge*; i.e. -13.54mm from TeX default\
-\\hoffset=-13.54mm \\voffset=-15.54mm\
-\\fullhsize=272mm \\hsize=86mm % 27cm = 29.7cm (a4 heigth) - 2*12mm (margins)\
-\\vsize=19cm % 18.6cm = 21cm (a4 width) - 2* 10mm (margins).\
-\
-% Units for \\sec definition\
-\\secskip=.6pc % space between refcard secs\
-\\itmwid=29mm  % width of halign col 1\
-\\dfnwid=58mm  % width of halign col 2\
-\\lskip=1pt     % extra skip between \\sec entries\
-%-------- end papersize defs
+/--- Papersize params:/,/--- end papersize params/c\
+%------- Papersize params:\
+%%  A4 paper (297x210mm)\
+%%\
+\\totalwidth=297mm   % total width of paper\
+\\totalheight=210mm  % total height of paper\
+\\hmargin=5mm        % horizontal margin width\
+\\vmargin=10mm       % vertical margin width\
+\\secskip=.6pc       % space between refcard secs\
+\\lskip=1pt          % extra skip between \\sec entries\
+%------- end papersize params
index bc730ae6a8a57508c0f365e371405376eb9e2d8a..0c6568f466a16b52063fb0a58939fc76dd63044c 100644 (file)
@@ -3396,6 +3396,13 @@ directory names may be given to this command, separated by @samp{:} or
 whitespace.  You may specify a directory that is already in the source
 path; this moves it forward, so it will be searched sooner.
 
+@kindex cdir
+@kindex cwd
+@cindex compilation directory
+@cindex current directory
+@cindex working directory
+@cindex directory, current
+@cindex directory, compilation
 You can use the string @samp{$cdir} to refer to the compilation
 directory (if one is recorded), and @samp{$cwd} to refer to the current
 working directory.  @samp{$cwd} is not the same as @samp{.}---the former
This page took 0.033745 seconds and 4 git commands to generate.