Skip to content
Snippets Groups Projects
Commit e559dbc8 authored by Goik Martin's avatar Goik Martin
Browse files

iProviding callout support

parent 634759f4
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@
</xsl:for-each>
</xsl:when>
<xsl:when test="d:mediaobject/d:imageobject/d:imagedata/@fileref"> <!-- Single image -->
<xsl:when test="d:mediaobject//d:imagedata/@fileref"> <!-- Single image -->
<fo:page-sequence master-reference="simplePageLayout">
<fo:static-content flow-name="xsl-region-before">
<fo:block font-size="xx-large" color="red" wrap-option="no-wrap" overflow="hidden">
......@@ -186,7 +186,7 @@
<fo:external-graphic>
<xsl:attribute name="src">
<xsl:value-of select="$baseSupplementDir"/>
<xsl:value-of select="d:mediaobject/d:imageobject/d:imagedata/@fileref"/>
<xsl:value-of select="d:mediaobject//d:imagedata/@fileref"/>
</xsl:attribute>
</fo:external-graphic>
</fo:block>
......
This diff is collapsed.
This diff is collapsed.
......@@ -8,25 +8,24 @@
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>Testing figures</title>
<part xml:id="part">
<title>Part</title>
<chapter annotations="slide" xml:id="animatedFigures">
<title>Animated figures</title>
<figure xml:id="pyramidFig">
<title>A <quote>pyramid</quote> type animated figure</title>
<mediaobject>
<imageobject>
<imagedata fileref="Ref/pyramid.multi.svg"/>
</imageobject>
</mediaobject>
</figure>
<figure xml:id="nonPyramidFig">
<title>An non-pyramid type animated figure</title>
......@@ -38,16 +37,95 @@
</figure>
<figure xml:id="staticFigure">
<title>A static figure having a much too long heading with ridiculessly extended details not at all being relevant here.</title>
<title>A static figure having a much too long heading with
ridiculously extended details not at all being relevant here.</title>
<mediaobject>
<imageobject>
<imagedata fileref="Ref/modelPerson.svg"/>
</imageobject>
</mediaobject>
</figure>
<figure xml:id="sda1_xmlschema_fig_organizerDiagram">
<title>Graphical schema representation</title>
<mediaobject>
<imageobjectco>
<areaspec otherunits="imagemap" units="other">
<area coords="49,28,147,75"
linkends="sda1_xmlschema_fig_organizerDiagram-1"
xml:id="__area-bm5g4r"/>
<area coords="168,35,212,79"
linkends="sda1_xmlschema_fig_organizerDiagram-2"
xml:id="__area-i0vw11"/>
<area coords="233,27,275,60"
linkends="sda1_xmlschema_fig_organizerDiagram-3"
xml:id="__area-356sqi"/>
<area coords="278,34,363,78"
linkends="sda1_xmlschema_fig_organizerDiagram-4"
xml:id="__area-ib44bh"/>
<area coords="379,34,427,76"
linkends="sda1_xmlschema_fig_organizerDiagram-5"
xml:id="__area-45izdf"/>
<area coords="443,3,555,112"
linkends="sda1_xmlschema_fig_organizerDiagram-6"
xml:id="__area-zetad6"/>
</areaspec>
<imageobject>
<imagedata fileref="Ref/organizer.svg.marked.svg"/>
</imageobject>
</imageobjectco>
</mediaobject>
<calloutlist role="slideExclude">
<callout arearefs="__area-bm5g4r"
xml:id="sda1_xmlschema_fig_organizerDiagram-1">
<para>Element <tag class="starttag">organizer</tag>.</para>
</callout>
<callout arearefs="__area-i0vw11"
xml:id="sda1_xmlschema_fig_organizerDiagram-2">
<para>Element <tag class="starttag">organizer</tag> is being
composed of a sequence of other elements.</para>
</callout>
<callout arearefs="__area-356sqi"
xml:id="sda1_xmlschema_fig_organizerDiagram-3">
<para>Multiplicity indicator like i.e. <quote>0:n</quote> in
relational database models.</para>
</callout>
<callout arearefs="__area-ib44bh"
xml:id="sda1_xmlschema_fig_organizerDiagram-4">
<para>Defining element <tag class="starttag">contact</tag>: Notice
the lower right arrow indicating a reference rather then an
in-place definition.</para>
</callout>
<callout arearefs="__area-45izdf"
xml:id="sda1_xmlschema_fig_organizerDiagram-5">
<para><tag class="starttag">contact</tag> being composed of a
sequence of other elements again.</para>
</callout>
<callout arearefs="__area-zetad6"
xml:id="sda1_xmlschema_fig_organizerDiagram-6">
<para>The <quote>leaf</quote> children of <tag
class="starttag">contact</tag>. Notice the different presentation
weight of <tag class="starttag">email</tag> in contrast do <tag
class="starttag">firstName</tag> and <tag
class="starttag">lastName</tag> indicating this element to be
optional.</para>
</callout>
</calloutlist>
</figure>
</chapter>
</part>
</book>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment