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.
This commit is contained in:
parent
dcd8fd8c17
commit
fa6df1a7b2
3 changed files with 25 additions and 15 deletions
|
@ -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)
|
Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
|
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
/--- Papersize defs:/,/--- end papersize defs/c\
|
/--- Papersize params:/,/--- end papersize params/c\
|
||||||
%-------- Papersize defs:\
|
%------- Papersize params:\
|
||||||
% Dimensions for landscape printing on A4 paper\
|
%% A4 paper (297x210mm)\
|
||||||
\
|
%%\
|
||||||
% We want output 12mm *from paper edge*; i.e. -13.54mm from TeX default\
|
\\totalwidth=297mm % total width of paper\
|
||||||
\\hoffset=-13.54mm \\voffset=-15.54mm\
|
\\totalheight=210mm % total height of paper\
|
||||||
\\fullhsize=272mm \\hsize=86mm % 27cm = 29.7cm (a4 heigth) - 2*12mm (margins)\
|
\\hmargin=5mm % horizontal margin width\
|
||||||
\\vsize=19cm % 18.6cm = 21cm (a4 width) - 2* 10mm (margins).\
|
\\vmargin=10mm % vertical margin width\
|
||||||
\
|
\\secskip=.6pc % space between refcard secs\
|
||||||
% Units for \\sec definition\
|
\\lskip=1pt % extra skip between \\sec entries\
|
||||||
\\secskip=.6pc % space between refcard secs\
|
%------- end papersize params
|
||||||
\\itmwid=29mm % width of halign col 1\
|
|
||||||
\\dfnwid=58mm % width of halign col 2\
|
|
||||||
\\lskip=1pt % extra skip between \\sec entries\
|
|
||||||
%-------- end papersize defs
|
|
||||||
|
|
|
@ -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
|
whitespace. You may specify a directory that is already in the source
|
||||||
path; this moves it forward, so it will be searched sooner.
|
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
|
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
|
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
|
working directory. @samp{$cwd} is not the same as @samp{.}---the former
|
||||||
|
|
Loading…
Add table
Reference in a new issue