Conversation
| <image xml:id="LE1-image-intersection-planes-one" width="50%" component="print"> | ||
| <sageplot variant="3d" aspect="1.0"> | ||
| <xi:include href="./sage/LE1-image-intersection-planes-one.sage" parse="text"/> | ||
| </sageplot> | ||
| <description> | ||
| <p>Three planes are shown to intersect at a single point. An arrow points to the point of intersection at coordinates <m>(1,2,3)</m>.</p> | ||
| </description> | ||
| </image> | ||
| <image xml:id="LE1-image-intersection-planes-one" component="html"> | ||
| <sageplot variant="3d" aspect="1.0"> | ||
| <xi:include href="./sage/LE1-image-intersection-planes-one.sage" parse="text"/> | ||
| </sageplot> | ||
| <description> | ||
| <p>Three planes are shown to intersect at a single point. An arrow points to the point of intersection at coordinates <m>(1,2,3)</m>.</p> | ||
| </description> | ||
| </image> |
There was a problem hiding this comment.
@StevenClontz This is compiling fine by hand, but throwing an error in the preview build. It complains that there are two images with the same xml:id, but our publication files are all set up to include either the html component (default), or the print component.
Should these images get distinct xml:ids? Or is there a better way to do this.
| parser=etree.XMLParser(recover=True) | ||
| root = etree.parse(f,parser=parser).getroot() |
There was a problem hiding this comment.
@StevenClontz This fixes the error being thrown by duplicate xmlids. The error was because the xml was being parsed strictly here before pretext was involved. Please review for any unintended consequences of this change
🚀 Preview available 🚀https://8056b7f1.tbil.pages.dev
|
🚀 Preview available 🚀https://b89863db.tbil.pages.dev
|
🚀 Preview available 🚀https://31abe633.tbil.pages.dev
|
🚀 Preview available 🚀https://66fdb44d.tbil.pages.dev
|
🚀 Preview available 🚀https://3834ec04.tbil.pages.dev
|
🚀 Preview available 🚀https://e3da8b08.tbil.pages.dev
|
🚀 Preview available 🚀https://abfddda2.tbil.pages.dev
|
🚀 Preview available 🚀https://1989cfbc.tbil.pages.dev
|
🚀 Preview available 🚀https://bd26e5ce.tbil.pages.dev
|
🚀 Preview available 🚀https://bf3f3e87.tbil.pages.dev
|
🚀 Preview available 🚀https://79a54282.tbil.pages.dev
|
🚀 Preview available 🚀https://3d918416.tbil.pages.dev
|
🚀 Preview available 🚀https://aa0e4da0.tbil.pages.dev
|
🚀 Preview available 🚀https://49748c59.tbil.pages.dev
|
|
The LaTeX build still reports a few overfull hboxes, but I have looked at them and I think they are okay visually. So I believe this is ready to go. |
Closes #962