[xep-support] Numbered paragraph with first line indent

From: Justin Lipton <justin.lipton@exari.com>
Date: Mon Mar 09 2009 - 19:38:09 PST
Hi,

I'm trying to work out the best way to produce the following style of numbered paragraphs:

9.       Confidentiality.  Each party must hold Protected Information of the other party in confidence and must only use or disclose that Protected Information in accordance with this agreement.

10.     Permitted Use and Disclosure.  Each party may use and copy the other party's Protected Information for the Permitted Purpose and may share that information with its directors, officers, employees and professional advisers who have a need to know the information for the Permitted Purpose, provided that any such person is under confidentiality obligations equivalent to the those set out in this agreement.  Each party must record the full name of any person to whom it discloses the other party's Protected Information and must promptly provide those names to the other party on request.


We need the opening words of each paragraph, namely "Confidentiality." and "Permitted Use and Disclosure." to be indented at a fixed offset (similar to text-indent behavior). We've achieved this using fixed width floats for the number but find that the second line is always getting indented too.

Here's some example FO:
    <fo:block>
        <fo:block background-color="transparent" color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="10pt" font-weight="normal" intrusion-displace="none" keep-together.within-page="always" line-height="120%" margin-left="0in" margin-right="0in" space-after="0in" space-before="6pt" text-align="justify">
          <fo:float float="start">
            <fo:block-container width="0.5in">
              <fo:block color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="10pt" font-weight="normal" keep-together.within-page="auto" margin-bottom="0pt" margin-left="0in" margin-right="0pt" space-after="0pt" text-align="left" text-indent="0pt">9.</fo:block>
            </fo:block-container>
          </fo:float>
          <fo:inline font-weight="bold" text-decoration="underline">Confidentiality</fo:inline>.  Each party must hold Protected Information of the other party in confidence and must only use or disclose that Protected Information in accordance with this agreement.</fo:block>
      </fo:block>
      <fo:block>
        <fo:block background-color="transparent" color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="10pt" font-weight="normal" intrusion-displace="none" keep-together.within-page="always" line-height="120%" margin-left="0in" margin-right="0in" space-after="0in" space-before="6pt" text-align="justify">
          <fo:float float="start">
            <fo:block-container width="0.5in">
              <fo:block color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="10pt" font-weight="normal" keep-together.within-page="auto" margin-bottom="0pt" margin-left="0in" margin-right="0pt" space-after="0pt" text-align="left" text-indent="0pt">10.</fo:block>
            </fo:block-container>
          </fo:float>
          <fo:inline font-weight="bold" text-decoration="underline">Permitted Use and Disclosure</fo:inline>.  Each party may use and copy the other party's Protected Information for the Permitted Purpose and may share that information with its directors, officers, employees and professional advisers who have a need to know the information for the Permitted Purpose, provided that any such person is under confidentiality obligations equivalent to the those set out in this agreement.  Each party must record the full name of any person to whom it discloses the other party's Protected Information and must promptly provide those names to the other party on request.</fo:block>
      </fo:block>



We've tried a few other ways without success - what's the best way to achieve this?


Regards,
Justin.
------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html Received on Mon Mar 9 20:03:33 2009

This archive was generated by hypermail 2.1.8 : Mon Mar 09 2009 - 20:03:40 PST