Figures in section 1.2 look terrible in web version #9

Closed
opened 4 years ago by wschmidt-ibm · 2 comments
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Figure 1.2 shows up as rather enormous in the web version, but looks fine in the PDF. Try to figure out a way to make it look equally good in both formats.

Figure 1.2 shows up as rather enormous in the web version, but looks fine in the PDF. Try to figure out a way to make it look equally good in both formats.
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Looks like this is a known issue if I don't pay attention to the target formats. Here's a suggestion from Jeff Scheel:

Are you using different entries for both fo and html like this?

<figure xml:id="dbdoclet.50569326_34945">
  <title>Typical Desktop Topology</title>
  <mediaobject>
    <imageobject role="html"><imagedata fileref="figures/PAPR-3.gif" format="GIF" scalefit="1"/></imageobject>
    <imageobject role="fo"><imagedata contentdepth="100%" fileref="figures/PAPR-3.gif" format="GIF" scalefit="1" width="100%"/></imageobject>
  </mediaobject>
</figure>

If not, I'd suggest you use them per above.
-Jeff

Looks like this is a known issue if I don't pay attention to the target formats. Here's a suggestion from Jeff Scheel: Are you using different <imageobject> entries for both fo and html like this? <figure xml:id="dbdoclet.50569326_34945"> <title>Typical Desktop Topology</title> <mediaobject> <imageobject role="html"><imagedata fileref="figures/PAPR-3.gif" format="GIF" scalefit="1"/></imageobject> <imageobject role="fo"><imagedata contentdepth="100%" fileref="figures/PAPR-3.gif" format="GIF" scalefit="1" width="100%"/></imageobject> </mediaobject> </figure> If not, I'd suggest you use them per above. -Jeff
wschmidt-ibm commented 4 years ago (Migrated from github.com)

Jeff requests feedback on whether this fixes the problem, so don't forget.

Jeff requests feedback on whether this fixes the problem, so don't forget.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: systemsoftware/Programming-Guides#9
Loading…
There is no content yet.