diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 33bd00f..29b6cba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,4 +1,4 @@ -// This file was automatically generated with PreTeXt 2.32.0. +// This file was automatically generated with PreTeXt 2.45.0. // If you modify this file, PreTeXt will no longer automatically update it. // ////////////////////////////////////////////////////////////// @@ -13,9 +13,9 @@ // /////////////////////////////////////////////////////////////// { - "image": "pretextbook/pretext-full:1.5", // uses latest image from https://hub.docker.com/r/PreTeXtBook/pretext-full/tags + "image": "pretextbook/pretext-full:1.14", // uses latest image from https://hub.docker.com/r/PreTeXtBook/pretext-full/tags // If you don't need sagemath, you can use a smaller base image. Comment out the line above and uncomment the line below to use a smaller image. - // "image": "pretextbook/pretext:1.5", + // "image": "pretextbook/pretext:1.14", "features": {"ghcr.io/devcontainers/features/github-cli": {}}, // The pretext-full image above includes pretext, prefigure, and enough parts of latex and sagemath for most cases. Here we install additional dependencies. @@ -67,8 +67,9 @@ "editor.quickSuggestions": { "other": "off" }, - "files.autoSave": "afterDelay", + "editor.suggest.showProperties": false, "editor.snippetSuggestions": "bottom", + "files.autoSave": "afterDelay", "xml.validation.enabled": true, "redhat.telemetry.enabled": false, "CodeChat.CodeChatServer.Command": "CodeChat_Server" diff --git a/.github/workflows/pretext-cli.yml b/.github/workflows/pretext-cli.yml index 28bbbb5..a6a4538 100644 --- a/.github/workflows/pretext-cli.yml +++ b/.github/workflows/pretext-cli.yml @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.32.0. +# This file was automatically generated with PreTeXt 2.45.0. # If you modify this file, PreTeXt will no longer automatically update it. # # This workflow file can be used to automatically build a project and create diff --git a/.github/workflows/pretext-deploy.yml b/.github/workflows/pretext-deploy.yml index 1c3acc8..4a43209 100644 --- a/.github/workflows/pretext-deploy.yml +++ b/.github/workflows/pretext-deploy.yml @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.32.0. +# This file was automatically generated with PreTeXt 2.45.0. # If you modify this file, PreTeXt will no longer automatically update it. # diff --git a/.gitignore b/.gitignore index b50c3de..b232eab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# This file was automatically generated with PreTeXt 2.32.0. +# This file was automatically generated with PreTeXt 2.45.0. # If you modify this file, PreTeXt will no longer automatically update it. # # Boilerplate list of files in a PreTeXt project for git to ignore diff --git a/requirements.txt b/requirements.txt index 2637652..7a4e3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -# This file was automatically generated with PreTeXt 2.32.0. -pretext == 2.32.0 +# This file was automatically generated with PreTeXt 2.45.0. +pretext == 2.45.0