mrchoke/texlive

By mrchoke

Updated 12 months ago

Image for TeXLive 2024 support for AMD64 and ARM64

Image
7

2.1K

TeXLive 2024 Full Version

This docker image support linux/amd64 and linux/arm64 you can run in macOS Docker Desktop M1 too. It can run LaTeX, pdfLaTeX, XeLaTeX, LuaLaTeX and all from TeXLive.

Tags

Current

TeX Live Only

  • latest
  • 2024
  • 2024.3
Old
  • 2023
  • 2022
  • 2021
  • 2020
  • 2020.4
  • 2020.3
  • 2020-ssh
  • 2020.2 - with ssh
  • 2020.1 - with ssh

Supported

TeX Live Only
  • TeX Live 2024 Full with out Docs and Src
  • Python Pygments
  • git client
  • curl and wget

Running

TeX Live Only
docker run -itd --name texlive  -v $PWD:/data  mrchoke/texlive

docker exec -it texlive bash
With SSH Server - discontinuous
docker run -itd --name texlive  -v $PWD:/data -p 222:22 mrchoke/texlive:2021-ssh

ssh  -p222 -l root localhost

**Password 123456

You can change root's password with following command.

docker exec -it texlive passwd

Visual Studio Code

You can use Visual Studio Code (VSCode) with Visual Studio Code Remote - Container extension or Visual Studio Code Remote - SSH extension and Visual Studio Code LaTeX Workshop Extension.

Docker Pull Command

docker pull mrchoke/texlive