diff options
author | Roland Pesch <pesch@cygnus> | 1992-01-15 19:36:16 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-01-15 19:36:16 +0000 |
commit | e08d73b1b19f1a23c04f12c665d7d5d2a8a51efc (patch) | |
tree | a84cd292977b6c00f18e509a02c98824e07caf5c | |
parent | 026fba8c3e68c7cbe22e43f79696c4fe092c8e95 (diff) | |
download | gdb-e08d73b1b19f1a23c04f12c665d7d5d2a8a51efc.zip gdb-e08d73b1b19f1a23c04f12c665d7d5d2a8a51efc.tar.gz gdb-e08d73b1b19f1a23c04f12c665d7d5d2a8a51efc.tar.bz2 |
Discreet folding guides, and commented-out alternatives.
-rwxr-xr-x | gdb/doc/threecol.tex | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/gdb/doc/threecol.tex b/gdb/doc/threecol.tex index 604101e..a4622c4 100755 --- a/gdb/doc/threecol.tex +++ b/gdb/doc/threecol.tex @@ -16,8 +16,26 @@ \fi % \ifnum\outputpenalty>-20000 \else\dosupereject\fi } -\def\tripleformat{\shipout\vbox{\fulline{\box\leftcolumn\hskip .2in plus1fil - \box\centercolumn\hskip .2in plus1fil +% +%ALTERNATIVE FOLDING GUIDES: +% +%For NO printed folding guide, comment out other \def\vdecor's and uncomment: +%\def\vdecor{\hskip .2in plus1fil} +% +%For SOLID LINE folding guide, comment out other \def\vdecor's and uncomment: +%\def\vdecor{\hskip .1in plus1fil \vrule width .1pt \hskip .1in plus1fil} +% +%For SMALL MARKS NEAR TOP AND BOTTOM as folding guide, +%comment out other \def\vdecor's and uncomment: +\def\vdecor{\hskip .1in plus1fil +\vbox to \vsize{\hbox to .1pt{\vrule height 2pt width .1pt}\vfill +\hbox to .1pt{\vrule height 2pt width .1pt}} +\hskip .1in plus1fil} +% +%END OF ALTERNATIVES FOR FOLDING GUIDES +% +\def\tripleformat{\shipout\vbox{\fulline{\box\leftcolumn\vdecor + \box\centercolumn\vdecor \columnbox} } \advancepageno} |