pretext-cli icon indicating copy to clipboard operation
pretext-cli copied to clipboard

Command line interface for quickly creating, authoring, and building PreTeXt documents.

Results 81 pretext-cli issues
Sort by recently updated
recently updated
newest added

Apparently another change made by github has broken `pretext view` in codespaces. Seems to be a problem with an address already being in use.

If you use `pretext deploy`, you deploy to the `gh-pages` branch. But if you use the github actions workflow, you need to have your pages setting set to actions. It...

In https://github.com/TeamBasedInquiryLearning/precalculus/issues/165 we hit an issue where the version 9.2 of SageMath in our codespace hits a bug when `detect_poles=True`, which is fixed at least in SageMath 9.7. Can we...

@bjones1 or @StevenClontz, any idea what is going on with the newly failing type tests (which are complaining only about our tests)?

Working with https://github.com/tjmagnus/polyomino it was demonsrated that when Terri rebuilds her print target on her own (Windows) machine, the previews for each interactive are being regenerated every time. This is...

Currently there is some support for rebuilding assets only if they've changed, but it seems to rely on document structure. Since assets are extracted and them compiled in isolation, I...

I assume this has something to do with how static files are now handled. But in a Codespace using PreTeXt-CLI 2.3.5 or 2.3.6, CodeChat builds are taking a long, sometimes...

I just spent some time debugging my project and discovered that my `docinfo.ptx` was not linked to from anywhere and so it wasn't being used. It would be nice to...

If the compilation of a tikz figure fails, the user may want to inspect the `.tex` file that was attempting to be compiled. The CLI currently gives the name of...

Compiling my book, I got a very strange error message while processing images: ``` ! Undefined control sequence. l.15 \resizebox ``` After hunting this down, I discovered my `docinfo.ptx` file...