RE: [docbook-apps] indent doesn't seem to recognize the <ol> environment

From
Jeff Beal <>
Date
2003-09-15T12:26:16+00:00
ID
Thread
RE: [docbook-apps] indent doesn't seem to recognize the <ol> environment
> as in, the <screen> content is indented .25in from the very left, 
> rather than relative to the already-indented content of the <listitem>
> in the ordered list, which is what i'd prefer.
> 
>   is this what i should have expected?  is there a way around this?
> 
> rday
> 

According to the spec, the "best" way to do this would be
start-indent="body-start-indent() + 0.25in", but I'm not sure if FOP
supports this, and I know XEP does not.  margin-left="0.25in" has the right
effect, though.