OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK: programlistingco tag


I'm having a problem trying to get the programlistingco tag to display the
callouts (i.e. numbered bullets, or anything) using what I have below. I
tried to go by the reference link here ...

http://docbook.org/tdg/en/html/programlistingco.html

Any help much appreciated.

--- 
<programlistingco>

<areaspec units="linecolumn">
   <area id="plco.subj" coords='6' />
   <area id="plco.relpath" coords='8' />
   <area id="plco.methodname" coords='10' />
   <area id="plco.inputarg" coords='12' />
</areaspec>

<example><title>A minimum JCOS example.</title>
<programlisting>

...

50 lines of program code

...

</programlisting>
</example>

<calloutlist>
   <callout arearefs="plco.subj"><para>my notes #1</para>
   </callout>
   <callout arearefs="plco.relpath"><para>my notes #2</para>
   </callout>
   <callout arearefs="plco.methodname"><para>my notes #3</para>
   </callout>
   <callout arearefs="plco.inputarg"><para>my notes #4</para>
   </callout>
</calloutlist>

</programlistingco>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC