Sean Fitzpatrick
Sean Fitzpatrick
I was just at the Runestone drop-in, and digging around in the HTML source [for a Parson's problem with display math](https://sean-fitzpatrick.github.io/Math3410/sec-kernel-image.html). If I view the HTML source, things look OK....
The following construction should work: `Problems` but using it produces a pretext error: custom text was requested but no text was provided. It works fine if I remove `text="custom"` and...
The [Zenodo website](https://zenodo.org/), which is run by CERN, allows authors to generate their own DOIs for open science publications. It would be useful to leverage this to provide a DOI...
As initially discussed on [pretext-support](https://groups.google.com/g/pretext-support/c/377h1uyPkw0/m/5K6jyXx6BAAJ), organization of divisional exercises into columns is currently only possible within an `exercisegroup`. In some cases a publisher may want to use a multi column...
The CSS for the Jupyter conversion is from the mathbook era. This becomes noticeable in particular if one is viewing a notebook using the dark mode in Jupyter lab: the...
Currently, if compilation of an Asymptote figure fails on the University of Alberta Asymptote server, the pretext script doesn't notice. We could ask John Bowman if he's able to implement...
The sample book created using `pretext-new-book` contains an Asymptote image, and soon the same will likely be true of the sample slideshow. (This is an issue opened by @rbeezer on...
If you have an `` inside a ``, with or without intervening text, the equation loads as soon as the slide loads, rather than waiting until you've stepped through the...
The section on images in the guide does not reflect the change that was made from using `xml:id` on the `` element to using a `label` on the tag indicating...
[This section of the guide](https://pretextbook.org/doc/guide/html/topic-images.html#topic-images-source) provides advice on including images from source code (Asymptote, TikZ). It still recomments putting an `xml:id` on the `` element, rather than a `label` on...