mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* Makefile.in: (REFEDITS) new var to control whether PS or CM
fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) collect sed edits if any, apply to refcard before formatting; (refcard.ps) stop implying PS fonts if PS output requested; (lrefcard.ps) delete extra target for variant PS fonts * refcard.tex: parametrize papersize dependent info, collect in easily replaced spot * a4rc.sed: new file, edits to refcard for A4 paper
This commit is contained in:
15
gdb/doc/a4rc.sed
Normal file
15
gdb/doc/a4rc.sed
Normal file
@ -0,0 +1,15 @@
|
||||
/--- 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
|
Reference in New Issue
Block a user