This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

CallOuts Use.


Please, what's wrong with this sequence:

<!doctype examplo "-//OASIS//DTD DocBook V3.1//EN">

<example id="exemplo-catalogo">
   <title>Exemplo de catálogo</title>
      <programlistingco>
        <areaspec>
          <area coords="1" id="ex.catalogo.comentario">
          <area coords="3" id="ex.catalogo.definicao">
          <area coords="5" id="ex.catalogo.eof">
        </areaspec>
        <programlisting>
-- Catálogo para os estilos da Conectiva -- 

PUBLIC "-//Conectiva SA//DTD livros V1.0//EN" "/home/ldp/estilos/livros.dtd" 

-- EOF -- 
        </programlisting>
        <calloutlist>
          <callout arearefs="ex.catalogo.comentario">
            <para> Comentário. Comentários são iniciados por &quot;--&quot; e
            seguem até o final da linha. </para> 
          </callout>
          <callout arearefs="ex.catalogo.definicao">
            <para> A associação do tipo público <parameter class="option">"-//Conectiva SA//DTD livros V1.0//EN"</parameter>
            com o arquivo <filename>livros.dtd</filename> no diretório <filename
            class="directory">/home/ldp/estilos</filename>. </para> 
          </callout>
          <callout arearefs="ex.catalogo.eof">
            <para> Comentário informando do final do arquivo. </para>
          </callout>
        </calloutlist>
      </programlistingco>
</example>

When generating the HTML output it does put the numbered bullets on
the program listing, but it doesn't put them on the callouts.

In the RTF output, I see nothing on the program listing, but the
comments are indented.

In TeX (PS output) I see <10121>, <10122> and <10123> in the program
listing and in the callout text.

Thanks for any clues.
--
Godoy.	<godoy@conectiva.com.br>               GPG Fingerprint
                                         851B B620 626D 2AD0 E783
"Ser poeta não é minha ambição,          E932 1330 BE6D A4A3 0625 
 é minha maneira de estar sozinho"
              - Fernando Pessoa.       Publicações @ Conectiva S.A. 

Except where explicitly stated I speak on my own behalf.
Exceto onde explicitado as declarações aqui feitas são apenas minhas.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]