diff options
author | H. Peter Anvin <hpa@zytor.com> | 2002-05-16 06:40:56 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2002-05-16 06:40:56 +0000 |
commit | 23ae7026a8a798ea465f3ba18aca85e4f3a2f715 (patch) | |
tree | ce53399c498e7fa6bfdc655e23aa26a60e8517e6 /doc/head.ps | |
parent | 238fbcec5aa0b1ac8912e7793fee673cfff0ce77 (diff) | |
download | nasm-23ae7026a8a798ea465f3ba18aca85e4f3a2f715.tar.gz nasm-23ae7026a8a798ea465f3ba18aca85e4f3a2f715.tar.bz2 nasm-23ae7026a8a798ea465f3ba18aca85e4f3a2f715.zip |
Generate "hanging comma" clauses in the index
Diffstat (limited to 'doc/head.ps')
-rw-r--r-- | doc/head.ps | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/head.ps b/doc/head.ps index e85ffcc..4cfc0ea 100644 --- a/doc/head.ps +++ b/doc/head.ps @@ -327,6 +327,20 @@ /idx01 {idx03} def /idx02 {idx03} def +/idx13 { + 2 dict begin + indexcolumn mul lmarg add idxindent add + /x exch def /y exch def x y moveto + exch bfont showstream + dup bfont streamwidth + x indexcolwid idxindent sub add exch sub exch pop y moveto + bfont showstream + end +} def +/idx10 {idx13} def +/idx11 {idx13} def +/idx12 {idx13} def + % % Page numbers % |