From 7bfa94e296e984df8440f7af6d1764d27016bbc8 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Thu, 1 Aug 1991 22:39:43 +0000 Subject: *** empty log message *** --- gdb/doc/.Sanitize | 8 +++++++- gdb/doc/rc-cm.tex | 22 ++++++++++++++++++++++ gdb/doc/rc-ps.tex | 30 ++++++++++++++++++++++++++++++ gdb/doc/rc-pslong.tex | 30 ++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100755 gdb/doc/rc-cm.tex create mode 100755 gdb/doc/rc-ps.tex create mode 100755 gdb/doc/rc-pslong.tex (limited to 'gdb/doc') diff --git a/gdb/doc/.Sanitize b/gdb/doc/.Sanitize index fa71084..bd739fc 100644 --- a/gdb/doc/.Sanitize +++ b/gdb/doc/.Sanitize @@ -40,6 +40,9 @@ i960.m4 m680x0.m4 none.m4 pretex.m4 +rc-cm.tex +rc-ps.tex +rc-pslong.tex sparc.m4 threecol.tex vax.m4 @@ -51,7 +54,10 @@ echo Done in `pwd`. # # # $Log$ -# Revision 2.2 1991/07/29 22:38:53 pesch +# Revision 2.3 1991/08/01 22:34:55 pesch +# *** empty log message *** +# +# Revision 2.2 1991/07/29 22:38:53 pesch # Updated list of files to keep to reflect reintegration of most fragments # into gdb.texinfo. # diff --git a/gdb/doc/rc-cm.tex b/gdb/doc/rc-cm.tex new file mode 100755 index 0000000..1b44a07 --- /dev/null +++ b/gdb/doc/rc-cm.tex @@ -0,0 +1,22 @@ +% $Id$ +% To choose CM (Computer Modern) fonts for the refcard, link +% or copy this file to rcfonts.tex +% +%The Times-Roman family is both more attractive and more compact than +%Computer Modern. On the other hand, while common, it is not free. +%There are three sets of font definitions: +% 1) rc-cm.tex uses the free (Computer Modern) fonts +% 2) rc-ps.tex uses common PostScript fonts, with fontnames from the +% Karl Berry scheme recommended in the documentation for dvips. +% 3) rc-pslong.tex uses common PostScript fonts, with the long names +% used by PostScript programs directly. +% +%-------------------- Computer Modern font defs: -------------------- +\font\bbf=cmbx10 +\font\vbbf=cmbx12 +\font\smrm=cmr5 +\font\brm=cmr10 +\font\rm=cmr7 +\font\it=cmti7 +\font\tt=cmtt8 +%-------------------- end font defs --------------------------------- diff --git a/gdb/doc/rc-ps.tex b/gdb/doc/rc-ps.tex new file mode 100755 index 0000000..1a0e970 --- /dev/null +++ b/gdb/doc/rc-ps.tex @@ -0,0 +1,30 @@ +% $Id$ +% To choose PS fonts (Karl Berry TeX fontnames) for the refcard, link +% or copy this file to rcfonts.tex +% +%The Times-Roman family is both more attractive and more compact than +%Computer Modern. On the other hand, while common, it is not free. +%There are three sets of font definitions: +% 1) rc-cm.tex uses the free (Computer Modern) fonts +% 2) rc-ps.tex uses common PostScript fonts, with fontnames from the +% Karl Berry scheme recommended in the documentation for dvips. +% 3) rc-pslong.tex uses common PostScript fonts, with the long names +% used by PostScript programs directly. +% +% One caution: due to differing character ordering between TeX and PS, +%if your TeX is pre-3.0, or if you don't have virtual Courier +%matching the TeX character positions, you might want to use CMtt for +%\tt even if you switch to PostScript fonts for the rest of the text. +% +%-------------------- PostScript fonts (K Berry names) -------------- +\font\bbf=ptmb at 10pt +\font\vbbf=ptmb at 12pt +\font\smrm=ptmr at 6pt +\font\brm=ptmr at 10pt +\font\rm=ptmr at 8pt +\font\it=ptmri at 8pt +\font\tt=pcrr at 8pt +% Used only for \copyright, replacing plain TeX macro. +\font\sym=psyr at 7pt +\def\copyright{{\sym\char'323}} +%-------------------- end font defs --------------------------------- diff --git a/gdb/doc/rc-pslong.tex b/gdb/doc/rc-pslong.tex new file mode 100755 index 0000000..24643d1 --- /dev/null +++ b/gdb/doc/rc-pslong.tex @@ -0,0 +1,30 @@ +% $Id$ +% To choose PS fonts (long PS fontnames) for the refcard, link +% or copy this file to rcfonts.tex +% +%The Times-Roman family is both more attractive and more compact than +%Computer Modern. On the other hand, while common, it is not free. +%There are three sets of font definitions: +% 1) rc-cm.tex uses the free (Computer Modern) fonts +% 2) rc-ps.tex uses common PostScript fonts, with fontnames from the +% Karl Berry scheme recommended in the documentation for dvips. +% 3) rc-pslong.tex uses common PostScript fonts, with the long names +% used by PostScript programs directly. +% +% One caution: due to differing character ordering between TeX and PS, +%if your TeX is pre-3.0, or if you don't have virtual Courier +%matching the TeX character positions, you might want to use CMtt for +%\tt even if you switch to PostScript fonts for the rest of the text. +% +%-------------------- PostScript fonts (long names) ----------------- +\font\bbf=Times-Bold at 10pt +\font\vbbf=Times-Bold at 12pt +\font\smrm=Times-Roman at 6pt +\font\brm=Times-Roman at 10pt +\font\rm=Times-Roman at 8pt +\font\it=Times-Italic at 8pt +\font\tt=Courier at 8pt +% Used only for \copyright, replacing plain TeX macro. +\font\sym=Symbol at 7pt +\def\copyright{{\sym\char'323}} +%-------------------- end font defs --------------------------------- -- cgit v1.1