From 06fd066c71032740fc11b2dca731900bc5a7ec77 Mon Sep 17 00:00:00 2001 From: Matthew van Eerde Date: Mon, 5 Jan 2026 09:53:33 -0800 Subject: [PATCH 1/2] Update tlmgr prior to installing packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad2e78..6231b4f 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ texhash - You can change the `"postCreateCommand"` to be relevant to your situation. For example: ```json - "postCreateCommand": "tlmgr install acronym pgf && texhash", + "postCreateCommand": "tlmgr update --self && tlmgr install acronym pgf && texhash", ``` - You can change the extensions installed in the Docker image within the `"customizations/vscode/extensions"` array From 81707ffb678925b462db85466cfa095f9e8d38c7 Mon Sep 17 00:00:00 2001 From: Matthew van Eerde Date: Tue, 17 Mar 2026 06:29:35 -0700 Subject: [PATCH 2/2] Update TexLive version from 2025 to 2026 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efcc639..f13b50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ WORKDIR /tmp/texlive ARG SCHEME=scheme-basic ARG DOCFILES=0 ARG SRCFILES=0 -ARG TEXLIVE_VERSION=2025 +ARG TEXLIVE_VERSION=2026 ARG TEXLIVE_MIRROR=http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet RUN apt-get update -y && \ apt-get install -y --no-install-recommends wget gnupg cpanminus && \ diff --git a/README.md b/README.md index 6231b4f..d74fe81 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Features - Fastest way to code LaTex and produce a pdf file when saving your .tex file -- Uses [texlive 2025](https://www.tug.org/texlive/acquire-netinstall.html) +- Uses [texlive 2026](https://www.tug.org/texlive/acquire-netinstall.html) - Based on Debian Bullseye Slim, using [qmcgaw/basedevcontainer](https://github.com/qdm12/basedevcontainer) - Compatible with `amd64` and `aarch64` - **Two Docker images**: