8000 GitHub - felixbeer/docker-latex: Docker Image and Devcontainer for Latex
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

felixbeer/docker-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-latex ✍️

LaTeX docker container with TexLive 2025. It also installs a handful of useful packages to get started quickly.

This image is based on the jumchovej/devcontainers template

Quickstart

To use this image as a devcontainer, copy the .devcontainer/devcontainer.json file to your project.

Add custom packages

You can specify additional LaTeX packages in the .devcontainer/devcontainer.json via a postCreateCommand:

{
  "postCreateCommand": "tlmgr install <package(s)>"
}

Installed packages

  • latexmk
  • latexindent
  • upquote
  • babel-german
  • german
  • breakurl
  • times
  • courier
  • relsize
  • biblatex
  • xkeyval
  • bigfoot
  • xstring
  • frankenstein
  • csquotes
  • acronym
  • biblatex-chicago
  • lineno
  • biber
  • appendix
  • makecell
  • subfig
  • caption
  • float
  • minted
  • texcount
  • adjustbox
  • multirow
  • rsfs

About

Docker Image and Devcontainer for Latex

Resources

Stars

Watchers

Forks

Packages

 
 
 
0