Sean Fitzpatrick

Results 73 comments of Sean Fitzpatrick

Aside from the desire for persistence, this is something that is already supported on some browsers, including Chrome (via extension) and Edge (naively, I think, unless that was "old" Edge)....

The extension I'm using in Chrome is called [page marker](https://chrome.google.com/webstore/detail/page-marker/jfiihjeimjpkpoaekpdpllpaeichkiod). I chose it because it was somebody's hobby project, and didn't ask for any data or permissions (unlike several other...

I think "listing" is being used in two ways here resulting in confusion. There is a PreTeXt environment called a listing, but there is also a type of tcolorbox called...

Yes! Here is the source for that example: ``` Rearrange the blocks below to produce a valid proof of the following statement: If T:V\to W is injective and \{\vv_1,\vv_2,\ldots, \vv_n\}...

I think that should be, yes. And the div will have `class=displaymath`. By the way, I'm noticing that math is failing to render in matching problems again, such as in...

OK, I'll try rebuilding. I wasn't using the CLI temporarily because the necessary changes weren't in there, as far as I knew. Also: I just realized that you also need...

Here's what I am seeing for a matching problem, built using CLI 1.0.1, and then pushed to GitHub Pages using `pretext deploy`: ![image](https://user-images.githubusercontent.com/16246721/184720695-f7995d18-9991-4a06-af77-739346c6decc.png) Here's the [link to the exercise on...

Looks like there is a typo in the usage instructions: `--pgScript` should be `--pgscript`. I'm running this now against APEX. Update pending in 30 minutes or so.

OK... container is up and running on the `mojo-templates` branch. Looks like the docker build missed a Perl module. After successful application of `extract-pg.xsl` I get the following error: ```...

I ran the `docker run -d` command from your repo with an added line `--mount type=bind,source=/home/sean/webwork-renderer/container/,target=/usr/app/private \` to include the macros file for APEX. Then I checked out your pull...