<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16762" name=GENERATOR>
<STYLE>@font-face {
        font-family: Helvetica;
}
@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Consolas;
}
@page Section1 {size: 612.0pt 792.0pt; margin: 70.85pt 70.85pt 70.85pt 70.85pt; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Times New Roman","serif"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Times New Roman","serif"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Times New Roman","serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
PRE {
        FONT-SIZE: 10pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Courier New"; mso-style-priority: 99; mso-style-link: "HTML - vooraf opgemaakt Char"
}
P.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char"
}
LI.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char"
}
DIV.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; COLOR: black; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Ballontekst Char"
}
SPAN.HTML-voorafopgemaaktChar {
        COLOR: black; FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "HTML - vooraf opgemaakt"; mso-style-name: "HTML - vooraf opgemaakt Char"
}
SPAN.E-mailStijl19 {
        COLOR: #1f497d; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-reply
}
SPAN.BallontekstChar {
        COLOR: black; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: Ballontekst; mso-style-name: "Ballontekst Char"
}
.MsoChpDefault {
        FONT-SIZE: 10pt; mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=NL vLink=purple link=blue bgColor=white>
<DIV><FONT face=Arial size=2>I think this is a better approach than my 
suggestion.&nbsp; Instead of overwriting the number block vertically as in my 
example, it overwrites horizontally.&nbsp; However, it needs a couple of 
improvements.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Putting start-indent="0pt" will override any 
start-indent you already have.&nbsp; If your list is already indented or if this 
is a nested list, then the list items will be moved all the way to the left 
margin.&nbsp; Instead, removing the start-indent property on the 
fo:list-item-body will make it start at the same left position as the 
fo:list-item-label.&nbsp; To get XEP to not report that as an error, set the 
margin-left="0pt".</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Also, the end-indent properties were on the wrong 
elements.&nbsp; They should be on the fo:list-item-label instead of the 
fo:blocks. Here is the improved version:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>
<P class=MsoNormal><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-block 
provisional-distance-between-starts="0.5in"&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-label&nbsp; 
end-indent=”label-end()”&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block<FONT 
face=Helvetica color=#000000 size=3>&gt;</FONT></SPAN><SPAN lang=EN-US 
style="FONT-FAMILY: 'Helvetica','sans-serif'">9.</SPAN><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-label&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-body&nbsp;margin-left="0pt" 
text-indent=”0.5in”&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block&gt;&lt;fo:inline 
font-weight=”bold” text-decoration=”underline”&gt;</SPAN><B><U><SPAN lang=EN-US 
style="FONT-FAMILY: 'Helvetica','sans-serif'">Confidentiality.</SPAN></U></B><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:inline&gt;</SPAN><SPAN 
lang=EN-US style="FONT-FAMILY: 'Helvetica','sans-serif'"> 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</SPAN><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"> 
&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-body&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-label 
end-indent=”label-end()”&gt;</SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
</SPAN><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block<FONT 
face=Helvetica color=#000000 size=3>&gt;</FONT></SPAN><SPAN lang=EN-US 
style="FONT-FAMILY: 'Helvetica','sans-serif'">10.</SPAN><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-label&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-body 
margin-left=”0pt” text-indent=”0.5in”&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block&gt;&lt;fo:inline 
font-weight=”bold” text-decoration=”underline”&gt;</SPAN><B><U><SPAN lang=EN-US 
style="FONT-FAMILY: 'Helvetica','sans-serif'"> Permitted Use and 
Disclosure.</SPAN></U></B><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:inline&gt;</SPAN><SPAN 
lang=EN-US style="FONT-FAMILY: 'Helvetica','sans-serif'"> 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.&nbsp; 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.</SPAN><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-body&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item&gt;<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US 
style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-block&gt;<o:p></o:p></SPAN></P></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Bob Stayton<BR>Sagehill Enterprises<BR><A 
href="mailto:bobs@sagehill.net">bobs@sagehill.net</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=hrutten@GrafiData.nl href="mailto:hrutten@GrafiData.nl">Rutten, 
  Henk</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=xep-support@renderx.com 
  href="mailto:xep-support@renderx.com">xep-support@renderx.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, March 11, 2009 6:08 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [xep-support] Numbered 
  paragraph with first line indent</DIV>
  <DIV><BR></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Hi 
  Justin,<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Perhaps 
  a &lt;fo:list-block&gt; could do the trick?<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-label 
  start-indent=”0”&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block 
  end-indent=”label-end()”&gt;</SPAN><SPAN lang=EN-US 
  style="FONT-FAMILY: 'Helvetica','sans-serif'">9.</SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-label&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-body 
  start-indent=”0” text-indent=”0.5in”&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block&gt;&lt;fo:inline 
  font-weight=”bold” text-decoration=”underline”&gt;</SPAN><B><U><SPAN 
  lang=EN-US 
  style="FONT-FAMILY: 'Helvetica','sans-serif'">Confidentiality.</SPAN></U></B><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:inline&gt;</SPAN><SPAN 
  lang=EN-US style="FONT-FAMILY: 'Helvetica','sans-serif'"> 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</SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"> 
  &lt;/fo:block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-body&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-label 
  start-indent=”0”&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block 
  end-indent=”label-end()”&gt;</SPAN><SPAN lang=EN-US 
  style="FONT-FAMILY: 'Helvetica','sans-serif'">10.</SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-label&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:list-item-body 
  start-indent=”0” text-indent=”0.5in”&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 70.8pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;fo:block&gt;&lt;fo:inline 
  font-weight=”bold” text-decoration=”underline”&gt;</SPAN><B><U><SPAN 
  lang=EN-US style="FONT-FAMILY: 'Helvetica','sans-serif'"> Permitted Use and 
  Disclosure.</SPAN></U></B><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:inline&gt;</SPAN><SPAN 
  lang=EN-US style="FONT-FAMILY: 'Helvetica','sans-serif'"> 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.&nbsp; 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.</SPAN><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-LEFT: 35.4pt; TEXT-INDENT: 35.4pt"><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item-body&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal style="TEXT-INDENT: 35.4pt"><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-item&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">&lt;/fo:list-block&gt;<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Result 
  in the enclosed pdf<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <DIV>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">Henk 
  Rutten<o:p></o:p></SPAN></P>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 8pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P></DIV>
  <P class=MsoNormal><SPAN lang=EN-US 
  style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p>&nbsp;</o:p></SPAN></P>
  <DIV>
  <DIV 
  style="BORDER-RIGHT: medium none; PADDING-RIGHT: 0cm; BORDER-TOP: #b5c4df 1pt solid; PADDING-LEFT: 0cm; PADDING-BOTTOM: 0cm; BORDER-LEFT: medium none; PADDING-TOP: 3pt; BORDER-BOTTOM: medium none">
  <P class=MsoNormal><B><SPAN lang=EN-US 
  style="FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: 'Tahoma','sans-serif'">Van:</SPAN></B><SPAN 
  lang=EN-US 
  style="FONT-SIZE: 10pt; COLOR: windowtext; FONT-FAMILY: 'Tahoma','sans-serif'"> 
  owner-xep-support@renderx.com [mailto:owner-xep-support@renderx.com] <B>Namens 
  </B>Justin Lipton<BR><B>Verzonden:</B> dinsdag 10 maart 2009 
  4:38<BR><B>Aan:</B> xep-support@renderx.com<BR><B>Onderwerp:</B> [xep-support] 
  Numbered paragraph with first line indent<o:p></o:p></SPAN></P></DIV></DIV>
  <P class=MsoNormal><SPAN lang=EN-US><o:p>&nbsp;</o:p></SPAN></P>
  <P class=MsoNormal style="MARGIN-BOTTOM: 12pt">Hi,<BR><BR>I'm trying to work 
  out the best way to produce the following style of numbered 
  paragraphs:<o:p></o:p></P>
  <P class=MsoNormal><SPAN 
  style="FONT-FAMILY: 'Helvetica','sans-serif'">9.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  <B><U>Confidentiality.</U></B>&nbsp; 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.<BR><BR>10.&nbsp;&nbsp;&nbsp;&nbsp; <B><U>Permitted Use and 
  Disclosure.</U></B>&nbsp; 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.&nbsp; 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.</SPAN><o:p></o:p></P>
  <P class=MsoNormal><BR><BR>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.<BR><BR>Here's some example FO:<o:p></o:p></P><PRE>&nbsp;&nbsp;&nbsp; &lt;fo:block&gt;<o:p></o:p></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="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"&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:float float="start"&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block-container width="0.5in"&gt;<o:p></o:p></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="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"&gt;9.&lt;/fo:block&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block-container&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:float&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:inline font-weight="bold" text-decoration="underline"&gt;Confidentiality&lt;/fo:inline&gt;.&nbsp; 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.&lt;/fo:block&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block&gt;<o:p></o:p></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="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"&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:float float="start"&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:block-container width="0.5in"&gt;<o:p></o:p></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="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"&gt;10.&lt;/fo:block&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block-container&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:float&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fo:inline font-weight="bold" text-decoration="underline"&gt;Permitted Use and Disclosure&lt;/fo:inline&gt;.&nbsp; 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.&nbsp; 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.&lt;/fo:block&gt;<o:p></o:p></PRE><PRE>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fo:block&gt;<o:p></o:p></PRE><PRE><o:p>&nbsp;</o:p></PRE>
  <P class=MsoNormal><BR><BR>We've tried a few other ways without success - 
  what's the best way to achieve 
  this?<BR><BR><BR>Regards,<BR>Justin.<o:p></o:p></P>
  <P class=MsoNormal><SPAN style="COLOR: windowtext">------------------- (*) 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 
<o:p></o:p></SPAN></P></DIV></BLOCKQUOTE></BODY></HTML>