Image on page 59 is missing
Opened this issue · 4 comments
AllenDowney commented
Figure 6.3, which is yuml.pdf, is missing.
Not sure why, especially since yuml1.pdf seems to work.
kristenORM commented
fixed in post-intake PDF (repo now at https://atlas.oreilly.com/oreillymedia/think-data-structures/)
AllenDowney commented
Any indication of what the problem was? I've run into these seemingly-random missing images before. Anything I can do on my end to avoid them?
kristenORM commented
I'll check with Matt (who did intake on this book) and get back to you; he's out of the office until Wednesday.
hackermatthew commented
@AllenDowney , I think this was the markup for that figure in the file that was submitted:
<figure id="fig-uml2" float="True">
<title>UML diagram for selected classes provided by JSoup.</title>
<para><mediaobject>
<imageobject remap="includegraphics">
<imagedata fileref="images/thds_0603.png"/>
</imageobject>
</mediaobject>Edit: http://yuml.me/edit/4bc1c919 </para>
</figure>
I changed it to this:
<figure id="fig-uml2" float="True">
<title>UML diagram for selected classes provided by JSoup.</title>
<mediaobject>
<imageobject remap="includegraphics">
<imagedata fileref="images/thds_0603.png"/>
</imageobject>
</mediaobject>
</figure>
<para>Edit: http://yuml.me/edit/4bc1c919 </para>