<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Unfortunately when I tried this (line-height="1") the number is
misaligned with the text that follows it on the same line. It does fix
the second line issue being indented. <br>
<br>
The leader approach does not work when you don't know if the number
will be 9 or 10 (i.e. the first line will be one character out)<br>
Thanks for pointing out why the inline-container approach was not
working.<br>
<br>
We can't find a reliable way to get this working! There must be a way
as I would have thought that this situation comes up reasonably
regularly.<br>
<br>
Here's some FO with the line-height set:<br>
<br>
<pre>&nbsp;&nbsp;&nbsp; &lt;fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block background-color="transparent" color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="12pt" font-weight="normal" intrusion-displace="none" line-height="120%" margin-left="0in" margin-right="0in" space-after="12pt" space-before="0in" text-align="left"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:float float="start"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block-container width="1in"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="12pt" font-weight="normal" keep-together.within-page="auto" line-height="1" margin-bottom="0pt" margin-left="0.5in" margin-right="0pt" space-after="0pt" text-align="left" text-indent="0pt"&gt;9.&lt;/fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block-container&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:float&gt;Publicity.&nbsp; No party will disclose the existence or terms of this Agreement without prior written consent or unless required by law or court order.&lt;/fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block background-color="transparent" color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="12pt" font-weight="normal" intrusion-displace="none" line-height="120%" margin-left="0in" margin-right="0in" space-after="12pt" space-before="0in" text-align="left"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:float float="start"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block-container width="1in"&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block color="black" font-family="Times New Roman, Times, Symbol, serif" font-size="12pt" font-weight="normal" keep-together.within-page="auto" line-height="1" margin-bottom="0pt" margin-left="0.5in" margin-right="0pt" space-after="0pt" text-align="left" text-indent="0pt"&gt;10.&lt;/fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block-container&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:float&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:inline font-size="12pt" font-weight="bold" text-decoration="underline"&gt;General.&lt;/fo:inline&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;</pre>
<pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;</pre>
<br>
<br>
<br>
Regards,<br>
Justin.<br>
<br>
<br>
G. Ken Holman wrote:
<blockquote
 cite="mid:7.0.1.0.2.20090310082753.02610400@wheresmymailserver.com"
 type="cite">At 2009-03-10 07:46 -0400, I misspoke:
  <br>
  <blockquote type="cite">sure enough, adding the following to the
block prevents the second line from going
    <br>
  </blockquote>
  <br>
"allows the second line to go"
  <br>
  <br>
  <blockquote type="cite">to the start edge:
    <br>
    <br>
&nbsp;&nbsp; line-height="1"
    <br>
    <br>
As I suspected, the leading of the block inside of the float is big
enough to trigger the apparent indentation of the second line.&nbsp; By
removing the leading (using a line height scalar value), there is now
room for the second line to go to the edge.
    <br>
  </blockquote>
  <br>
  <br>
  <br>
--
  <br>
XQuery/XSLT training in Prague, CZ 2009-03 <a class="moz-txt-link-freetext" href="http://www.xmlprague.cz">http://www.xmlprague.cz</a>
  <br>
XQuery/XSLT/XSL-FO training in Los Angeles (New dates!) 2009-06-08
  <br>
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
  <br>
Video lesson:&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18">http://www.youtube.com/watch?v=PrNjJCh7Ppg&amp;fmt=18</a>
  <br>
Video overview:&nbsp; <a class="moz-txt-link-freetext" href="http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18">http://www.youtube.com/watch?v=VTiodiij6gE&amp;fmt=18</a>
  <br>
G. Ken Holman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="mailto:gkholman@CraneSoftwrights.com">mailto:gkholman@CraneSoftwrights.com</a>
  <br>
Crane Softwrights Ltd.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.CraneSoftwrights.com/f/">http://www.CraneSoftwrights.com/f/</a>
  <br>
Male Cancer Awareness Nov'07&nbsp; <a class="moz-txt-link-freetext" href="http://www.CraneSoftwrights.com/f/bc">http://www.CraneSoftwrights.com/f/bc</a>
  <br>
Legal business disclaimers:&nbsp; <a class="moz-txt-link-freetext" href="http://www.CraneSoftwrights.com/legal">http://www.CraneSoftwrights.com/legal</a>
  <br>
  <br>
-------------------
  <br>
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
  <br>
in the body of the message to <a class="moz-txt-link-abbreviated" href="mailto:majordomo@renderx.com">majordomo@renderx.com</a> from the address
  <br>
you are subscribed from.
  <br>
(*) By using the Service, you expressly agree to these Terms of Service
<a class="moz-txt-link-freetext" href="http://www.renderx.com/terms-of-service.html">http://www.renderx.com/terms-of-service.html</a>
  <br>
</blockquote>
<br>
<br>
<div class="moz-signature">-- <br>
<title>Exari Signature</title>
<basefont size="2" face="Arial, Helvetica, sans-serif" color="#666666">
<div>
<p style="font-family: sans-serif;" align="left"> <strong>Justin Lipton</strong><br>
<a href="mailto:justin.lipton@exari.com">justin.lipton@exari.com</a><br>
Level 7, 10-16 Queen Street, Melbourne 3000 Australia <br>
Tel +61 3 9621 2775 | Fax +61 3 9621 2776 <br>
</p>
</div>
<div>
<p style="font-family: sans-serif;" align="left"> <strong>Exari Systems</strong><br>
Boston | London | Melbourne | Munich<br>
<a href="http://www.exari.com">www.exari.com</a></p>
<p style="font-family: sans-serif;" align="left"><strong>Really
Important Notice</strong><br>
<small>Actually, this is only important if this email was sent to you
by mistake or if someone sent it to you when they shouldn't have. If
you got it by mistake, please reply and tell us so we can re-send it to
the right person. If you got it from someone who should know better,
please tell them they're in big trouble. In either case, please don't
forward it on to anyone else. Or print it. Or talk about it. Otherwise
you'll be in big trouble too.</small><br>
<br>
<a href="http://www.exari.com/document-assembly.html"><img
 alt="exari logo" src="cid:part1.09050709.00080607@exari.com"
 align="bottom" border="0" height="24" width="72"></a><br>
<font size="1"><strong>For Contract Relief</strong></font> </p>
</div>
</div>
</body>
</html>