FIX: Require and use Python-2 to run AsciiDoc
[freefoam.git] / data / asciidoc / chunked.conf
blobde16ceed647e9123fcf78f3f22dfcdb1eea22c2f
1 [attributes]
2 foam-xhtml11=1
4 include::docbook.conf[]
6 # When targeting HTML output with the DocBook toolchain, put the math inside the textobject element
7 [mathblock]
8 {title#}<equation{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}><title>{title}</title>
9 {title%}<informalequation{id? id="{id}"}{role? role="{role}"}{reftext? xreflabel="{reftext}"}>
10 <mediaobject>
11   <textobject><phrase><![CDATA[|]]></phrase></textobject>
12 {imageref#}  <imageobject><imagedata fileref="{imageref}" align="center"/></imageobject>
13 </mediaobject>
14 {title#}</equation>
15 {title%}</informalequation>