Re: Graphics figures for dvi/ps and html

Subject: Re: Graphics figures for dvi/ps and html
From: Christian Leutloff <leutloff@xxxxxxxxxxxxxxxxx>
Date: 07 Jan 1998 14:08:08 +0100
Mbox-line: From leutloff@sundancer.oche.de Wed Jan 7 14:08:09 1998
"Eve L. Maler" <elm@xxxxxxxxxxxxx> writes:

> The only deprecated method is the first one.  It's much better to store the
> graphic data in a separate file and pull it in.  In order to pull in the
> appropriate-format graphic for the chosen destination, you have to do one
> of the following:
> 
> - Use marked sections for %html; and %texps; destinations
> 
> - Use the Role attribute on your Graphics and double up on instances of
> Graphic so that the processing for each destination suppresses the
> Role="TEXPS" and Role="HTML" graphics, respectively

I'm using Norms modular DocBook stylesheets. Where can I add the
necessary lines of code?

I've tried the following in the sgml source:

<graphic align="center" fileref="f1b-2.eps" role="TEXPS"></graphic>
<graphic align="center" fileref="f1b-2.gif" role="RTF"></graphic>

But the result was the inclusion of both into the result file.


Another question is how can I use something like the LaTeX \label \ref
commands? Instead of the \label I use an ID at the appropriate object,
i.e.

<figure id="f1b-2" float="1">
<title>Beteiligung
</title>
<graphic align="center" fileref="f1b-2.eps"></graphic>
</figure>


but how can I reference the number of the figure!? <xref
linkend="f1b-2" endterm="f1b-2"> is replaced by the title. What can I
do?

Thanks
     Christian

-- 
Christian Leutloff, Aachen, Germany
  leutloff@xxxxxxxxxxxxxxxxx  http://www.oche.de/~leutloff/

Debian GNU/Linux 1.3.1! Mehr unter http://www.de.debian.org/

Attachment: pgp00000.pgp
Description: PGP signature

Current Thread
  • Re: Graphics figures for dvi/ps and html
    • Christian Leutloff - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id HAA24447Wed, 7 Jan 1998 07:10:33 -0500 (EST) <=
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id LAA26746Wed, 7 Jan 1998 11:13:17 -0500 (EST)