Re: in-lines for toc help wanted.

Subject: Re: in-lines for toc help wanted.
From: Antoine Perier <a_perier@xxxxxxxxxxxxxxxx>
Date: Wed, 29 Jul 1998 20:41:23 +0200
Pawson, David wrote:
> 
> I'm creating a table of contents, using dot leaders to
> connect the entry with the page reference.
> 
> XXXXXXXXXX.....................Page yyy
> 
> The problem comes when XXXXX actually
> reaches the Page number sufficiently closely to
> not show the dot leaders.
> 
> (make leader
>   min-leader-repeat: 20
> 
> appears to have no effect when the above worse
> case occurs.
> 
> Its fine when the XXXX is sufficiently long to wrap onto
> the next line.
> 
> I also tried making the page yyy a line field with
> fixed width excessive to see if it works, again no result - code below:
> 
> Any suggestions appreciated.
> TIA, DaveP
> 
>     (make paragraph
>           (make sequence
>             (literal (data (current-node)))
>             (make leader
>                 (literal ". "))
>             (make line-field
>                 field-width: 1.5in
>                 (make link
>                    destination: (current-node-address)
>                    (make score
>                        type: 'after
>                        (literal "Page ")
>                        (current-node-page-number-sosofo)
>                    )    ; end score
>                  )      ; end link
>             )           ; end line field
>            )            ; end sequence
>          )              ; end para
> 
>  DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist
There is no way to manage that with jade:
forget the leaders and make a table instead.


AP
/************************************/
/* Antoine PERIER                   */
/************************************/
/* Cardinal Systems                 */
/* Phone: 33 1 40 21 19 01          */
/* Fax:   33 1 40 21 94 95          */
/* mailto:a_perier@xxxxxxxxxxxxxxxx */
/************************************/


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • in-lines for toc help wanted.
    • Pawson, David - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id GAA17270Wed, 29 Jul 1998 06:05:40 -0400 (EDT)
      • Antoine Perier - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id OAA14573Wed, 29 Jul 1998 14:43:31 -0400 (EDT) <=
      • <Possible follow-ups>
      • Pawson, David - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id DAA08614Thu, 30 Jul 1998 03:14:33 -0400 (EDT)
      • Jim_Albright - from mail1.ability.netby web4-1.ability.net (8.8.5/8.6.12) with ESMTP id NAA02973Thu, 30 Jul 1998 13:53:58 -0400 (EDT)