开源软件名称(OpenSource Name): qdm12/latexdevcontainer开源软件地址(OpenSource Url): https://github.com/qdm12/latexdevcontainer开源编程语言(OpenSource Language):
Dockerfile
86.7%
开源软件介绍(OpenSource Introduction): Latex Dev Container
Ultimate Latex development container for Visual Studio Code
Features
Fastest way to code LaTex and produce a pdf file when saving your .tex file
Uses texlive 2021
Based on Debian Bullseye Slim, using qmcgaw/basedevcontainer
Compatible with amd64
and aarch64
Two Docker images :
qmcgaw/latexdevcontainer:latest
(default) which uses the TexLive basic scheme and has an uncompressed image size of 467MB
qmcgaw/latexdevcontainer:latest-full
which uses the TexLive full scheme and has an uncompressed image size of 4.2GB - most packages you would need are already installed.
Comes with tlmgr
to install more LaTex packages as needed
Latex compilation to pdf with latexmk
Formatting on save using latexindent
Latex linting using chktex built from source
Using the LaTex-Workshop VScode extension
Compatible with amd64, ARM 64 bit, ARM 32 bit v6 and v7 (TeXLive not available on ARM, create an issue if you need it)
Cross platform
Easily bind mount your SSH keys to use with git
Manage your host Docker from within the dev container, more details at qmcgaw/basedevcontainer
Extensible with docker-compose.yml
Minimal uncompressed image size of 467MB
Requirements
Setup for a project
Setup your configuration files
请发表评论