Skip to content

Commit

Permalink
docs: add texlive 2024 and ubuntu noble in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zydou committed Jun 24, 2024
1 parent 44456a2 commit 01e8ca0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# TexLive-Docker

[![Latest](https://github.com/zydou/texlive/actions/workflows/build-latest.yml/badge.svg)](https://github.com/zydou/texlive/actions/workflows/build-latest.yml)
[![Historic](https://github.com/zydou/texlive/actions/workflows/build-historic.yml/badge.svg)](https://github.com/zydou/texlive/actions/workflows/build-historic.yml)
[![Status](https://github.com/zydou/texlive/actions/workflows/build-final-image.yml/badge.svg)](https://github.com/zydou/texlive/actions/workflows/build-final-image.yml)

Docker Image of [TeXLive](http://tug.org/texlive/) with various versions.

Expand All @@ -13,15 +12,16 @@ Update: The [xu-cheng/latex-docker](https://github.com/xu-cheng/latex-docker) re

Tags are formulated as `{texlive_year}-{base_image}]`.

The `texlive_year` refers to the version of TexLive. For instance, if it is set as `2023`, it means that the TexLive version being used is from 2023.
The `texlive_year` refers to the version of TexLive. For instance, `2023` means that the TexLive 2023.

The `base_image` indicates the base image for the Docker image. For example, if it is set as `bullseye`, it signifies that this image is built on Debian Bullseye (also known as Debian 11).
The `base_image` indicates the base image for the Docker image. For example, `bullseye` indicates that this image is built on Debian Bullseye (also known as Debian 11).

Currently, we support the following choices for `texlive_year` and `base_image`:

| texlive_year | description |
| ------------ | ------------- |
| latest | TeX Live 2023 |
| latest | TeX Live 2024 |
| 2024 | TeX Live 2024 |
| 2023 | TeX Live 2023 |
| 2022 | TeX Live 2022 |
| 2021 | TeX Live 2021 |
Expand All @@ -35,6 +35,7 @@ Currently, we support the following choices for `texlive_year` and `base_image`:
| bookworm | Debian 12 |
| bullseye | Debian 11 |
| buster | Debian 10 |
| noble | Ubuntu 24.04 |
| jammy | Ubuntu 22.04 |
| focal | Ubuntu 20.04 |
| bionic | Ubuntu 18.04 |
Expand Down Expand Up @@ -67,6 +68,7 @@ If you are using a **very old** machine, start by trying the latest base image t
## Installed packages version

To check the versions of installed packages, you can refer to the [pkg-info](https://github.com/zydou/texlive/tree/pkg-info) branch. For instance, the [pkg-info/texlive-2023-amd64.csv](https://github.com/zydou/texlive/blob/pkg-info/texlive-2023-amd64.csv) file contains information about texlive 2023 package versions installed in the `amd64` architecture image. Similarly, the [pkg-info/system-bookworm-arm64.csv](https://github.com/zydou/texlive/blob/pkg-info/system-bookworm-arm64.csv) file provides details on system package versions of Debian bookworm installed in the `arm64` architecture image.

## See Also

- [latex-template](https://github.com/zydou/latex-template): LaTeX Environment with VS Code Remote-Containers and GitHub Codespaces support.

0 comments on commit 01e8ca0

Please sign in to comment.