Skip to content

am009/latex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

latex-docker

Docker hub: https://hub.docker.com/r/am009/latex

Introduction

A docker image for latex compilation. Aims to provide out-of-box compilation environment for most of the latex projects like overleaf. If you have found any compilation issue using this image, please raise an issue here.

  • Full-scheme installation of the latest texlive.
  • Contains most of the common fonts and packages.
    • MS fonts, google fonts, getnonfreefonts

Details:

  • Base image: Ubuntu 24.04
  • Install location: /usr/local/texlive/2024
  • Work directory: /root

Usage

Mount your workspace under /root/, and compile your project. You can also add use this as a dev-container or connect vscode into the container.

docker run -it -v  $PWD:/root/ am009/latex

Alternatives

About

A fat docker image for latex compilation.

Resources

Stars

Watchers

Forks

Packages

No packages published