On 08/11/11 13:57, Lex Trotman wrote:
[...]
This will work:
{style}
{style%}{block}
Of course, I have gotten out of the habit of thnking about multi-line
solutions because odf converts newlines to whitespace, but inside tags
it shouldn't matter.
[...]
so what does the backend paragraph template look like?
<text:p text:style-name="{style=}{style!{blockname}-paragraph}">
|
</text:p>
The {blockname} would need to default to 'default' for the outer non-block
level. This will give us the following styles:
8<-----------------------
[quote]
____
para 1 // quoteblock-paragraph
[some-non-standard-style]
para 2 // some-non-standard-style
____
[some-other-style]
and a para that is not nested // some-other-style
and a final para without styles // default-paragraph
8<-----------------------
Well, I was trying to pick up the default text style if something is
unmarked, but I suppose if there is no way other than having an
explicit default then we will have to. We will have to be careful to
apply it to anything else where it is needed though.
Here we go, insignificant whitespace to the rescue:
<text:p
text:style-name="{style}"
text:style-name="{style%}{blockname}-paragraph"
>
|
</text:p>
My head hurts from thinking about it, so I guess this needs to be
tried out in real life now :)
One {blockname} attribute coming up!
Cheers, Stuart
Cheers
Lex
Cheers, Stuart
Cheers
Lex
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.