Hi, I need to know if the following is possible in ConTeXt. If it's not, please don't hesitate to tell me, so I can think of a work-around. It it is possible, it would be great to tell me how! For example a set index entry (an index paragraph in the set pdf) looks like this: Ministererlaubnis 12, 15, 16, 17, 18, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 75, 82, 83, 84, 85, 86, 87, 159, 222, 222, 222, 227, 228, 228, 228, 228, 229, 231, 232, 233, 234, 235, 236, 238, 239, 248, 260, 261, 265, 277, 278, 279, 280, 282, 283, 286, 289, 304, 311, 318, 323, 324, 328, 330, 333, 335, 339, 343 As I need an non-interactive pdf for printing only could it also be made more readable like the following? Ministererlaubnis 12, 15-18, 29-35, 37-39, 75, 82-87, 159, 222, 227-229, 231, 232-236, 238-239, 248, 260-261, 265, 277-280, 282-283, 286, 289, 304, 311, 318, 323-324, 328, 330, 333, 335, 339, 343 Steffen
Steffen Wolfrum wrote:
Hi,
I need to know if the following is possible in ConTeXt.
If it's not, please don't hesitate to tell me, so I can think of a work-around. It it is possible, it would be great to tell me how!
Is this is inside a register or keyed directly into your document? Taco
Am 02.08.2006 um 10:01 schrieb Taco Hoekwater:
Steffen Wolfrum wrote:
Hi,
I need to know if the following is possible in ConTeXt.
If it's not, please don't hesitate to tell me, so I can think of a work-around. It it is possible, it would be great to tell me how!
Is this is inside a register or keyed directly into your document?
Taco
It's like this: \unprotect \def\dosetpageregisterentrya#1#2% {\edef\currententrylevel{1}% \global\let\c!entryb\relax \global\let\c!entryc\relax \gdef\c!entrya {\iffirstregisterentry\else\endgraf\fi % new \global\firstregisterpagetrue \hangindent1em\noindent\c!entryreference \dohandleregisterentry{\executeifdefined {\??id#1\c!deeptextcommand}\firstofoneargument{#2}}% \global\firstregisterentryfalse \global\firstsubentrytrue \global\firstsubsubentrytrue}} \def\HowUgly#1{\doHowUgly#1\relax} \def\doHowUgly#1#2\relax{\iffirstregisterentry{\bf#1}\else#1\fi#2} \setupregister[index][indicator=no,deeptextcommand=\HowUgly] \starttext \chapter{First Chapter} Some text...\index{word} \section {First Section} Some text...\index{word} Some text...\index{another entry} Some text...\index{ansi} Some text...\index{another entry} \page[yes] \completeindex \stoptext ... but in my real document looking like this: Ministererlaubnis 12, 15, 16, 17, 18, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 75, 82, 83, 84, 85, 86, 87, 159, 222, 222, 222, 227, 228, 228, 228, 228, 229, 231, 232, 233, 234, 235, 236, 238, 239, 248, 260, 261, 265, 277, 278, 279, 280, 282, 283, 286, 289, 304, 311, 318, 323, 324, 328, 330, 333, 335, 339, 343 Steffen
participants (2)
-
Steffen Wolfrum
-
Taco Hoekwater