Skip to main content
1-Visitor
March 24, 2010
Question

Running header help

  • March 24, 2010
  • 5 replies
  • 932 views

Hi all,

I am getting down to the wire on this manual and still have a few things not figured out that I am sure somebody could help me with.

I need the running header to be able to wrap text but kind of have two columns, so sounds like an alignment group to me. but something is just not working. Do I need to use pseudo tags around my text, instead of just on the usetext? Or do I have the algroup not used correctly?

<header nomdepth="10mm" spaflow="2mm">
<usetext source="RH.verso.outside.txt[TO]">
<subchars charsubsetref="left" bold=" font_helvetica=" block&quot;=">
<indent leftind="0" rightind="159mm" firstln="0"/">
<algroup refpoint="bottom">
</subchars>
</usetext>
<usetext source="RH.verso.inside.txt[TO]">
<subchars charsubsetref="right" bold=" font_helvetica=" block&quot;=">
<indent leftind="20mm" rightind="0" firstln="0"/">
</subchars>
</usetext>
<ruling thick="1pt" lentype="rel" rellen="col" type="single">
<leading lead="2pt">
<textbrk startln="1" endln="1">
</ruling>
</header>

Thanks,

Ellen

    5 replies

    1-Visitor
    March 25, 2010
    For starters, I'd try adding the textbrk to both usetexts in the algroup.

    <textbrk startln="1" endln="1">

    See if that gets you anywhere.
    Trudy



    1-Visitor
    March 25, 2010
    It looks like she is using a charsubsetref named "block" which usually has that textbrk in it.
    1-Visitor
    March 25, 2010
    I don't know how wide your page flowtext area is in millimeters, but are you sure that a 20mm left indent is far enough to the right to be past the 159mm right indent? Don't forget you need a little bit of a "gutter" in there.

    On a 8.5 inch page with half-inch margins you would have 7.5 inches of width, which is approx. 190mm. 190 -159=31mm. That looks like 20 mm would not be enough of an indent. Like I said, I don't know how wide your page really is, so it's difficult to figure.
    1-Visitor
    March 25, 2010
    So if the space isn't big enough it doesn't wrap correctly or if the gutter isn't enough? I will play with those number again to see if I can get something to work.

    Thanks,
    Ellen
    1-Visitor
    March 25, 2010
    The left indent on the second usetext needs to put the beginning of that text to the right of the ending (right indent) of the first usetext. You need to allow for a little bit of a gutter, at least for aesthetic purposes.
    In my previous example, using a left indent for the second usetext of 41mm would give you a virtual "gutter", or gap between the two usetexts, of 10mm.