Re: One more thing...



Here are the answers - at least, my take on them:
about EPS: these are used for producing print (PDF, PS) output from the
same DocBook source. For conversion to HTML, PNG files will be used. By
including both filenames, the same DocBook file can be used for both
purposes without any modifications (of course, one still needs to
produce EPS files)

about title: if the screenshot is shown as a separate figure, then it
should be put in <figure> wrapper which provides title: 
<figure  id="mainwindow-fig">
<title>Main Window.</title>
<screenshot>
  <mediaobject>
    <imageobject>
      <imagedata fileref="figures/image.png" format="PNG"/>
    </imageobject>
    <imageobject>
      <imagedata fileref="figures/image.eps" format="EPS"/>
    </imageobject>
    <textobject>
      <phrase>Screenshot of main window</phrase>
    </textobject>
   </mediaobject>
</screenshot>
</figure>

If you want screenshot to be "informal" (no figure number or caption),
then you just use <screenshot>. AT least, this is the way I plan to do
it in the templates. 

Sasha

On Tue, 2001-12-11 at 06:05, Trevor Curtis wrote:
> Something else I forgot to mention. 
> 
> When using the new screenshot form, it seems to lack a title. This is a
> small problem, because xref seems to rely on a screenshot's
> title. Again, this has been brought up before, but I can't seem to find
> where we resolved this, if at all.
> 
> thoughts?
> TC.
> _______________________________________________
> gnome-doc-list mailing list
> gnome-doc-list gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-doc-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]