* breakpoint.c (breakpoint_re_set): Avoid setting source symtab
[deliverable/binutils-gdb.git] / gdb / doc / threecol.tex
1 %Three-column format for landscape printing on 8.5x11 paper
2 %pesch 1990 december 31
3 %We want output .25 inch *from paper edge*; i.e. -.75in from TeX default
4 \hoffset=-0.8in \voffset=-0.75in
5 \newdimen\fullhsize
6 \fullhsize=10.5in \hsize=3.3in
7 \def\fulline{\hbox to \fullhsize}
8 \let\lcr=L \newbox\leftcolumn\newbox\centercolumn
9 \output={\if L\lcr
10 \global\setbox\leftcolumn=\columnbox \global\let\lcr=C
11 \else
12 \if C\lcr
13 \global\setbox\centercolumn=\columnbox \global\let\lcr=R
14 \else \tripleformat \global\let\lcr=L
15 \fi
16 \fi
17 % \ifnum\outputpenalty>-20000 \else\dosupereject\fi
18 }
19 %
20 %ALTERNATIVE FOLDING GUIDES:
21 %
22 %For NO printed folding guide, comment out other \def\vdecor's and uncomment:
23 %\def\vdecor{\hskip .2in plus1fil}
24 %
25 %For SOLID LINE folding guide, comment out other \def\vdecor's and uncomment:
26 %\def\vdecor{\hskip .1in plus1fil \vrule width .1pt \hskip .1in plus1fil}
27 %
28 %For SMALL MARKS NEAR TOP AND BOTTOM as folding guide,
29 %comment out other \def\vdecor's and uncomment:
30 \def\vdecor{\hskip .1in plus1fil
31 \vbox to \vsize{\hbox to .1pt{\vrule height 2pt width .1pt}\vfill
32 \hbox to .1pt{\vrule height 2pt width .1pt}}
33 \hskip .1in plus1fil}
34 %
35 %END OF ALTERNATIVES FOR FOLDING GUIDES
36 %
37 \def\tripleformat{\shipout\vbox{\fulline{\box\leftcolumn\vdecor
38 \box\centercolumn\vdecor
39 \columnbox}
40 }
41 \advancepageno}
42 \def\columnbox{\leftline{\pagebody}}
43 \def\bye{\par\vfill
44 \supereject
45 \if R\lcr \null\vfill\eject\fi
46 \end}
This page took 0.029331 seconds and 4 git commands to generate.