The devcontainer template for the LaTeX using TeX Live.
- Visual Studio Code
- Remove Development (VSCode Extension)
- Docker
- AconCavy/devcontainer-texlive-dockerfile
- Japanese
- English
- LuaLaTex
- XeLaTex
- upLaTex
- Clone a base dockerfile repository from AconCavy/devcontainer-texlive-dockerfile.
- Build the base image named
devcontainer-texlive
usingbuild-image.cmd
orbuild-image.sh
in the cloned repository.
- Create a new repository from this repository template.
- Clone the created repository to your workspace.
- Open the project using Visual Studio Code.
- If you built the base image of another name, you should specify your built image in
.devcontainer/Dockerfile
. - Connect to a remote workspace from 'Open Folder in Container' in the Remote Explorer.
- Create any TeX file.
- Build LaTex Project using a recipe from the
latex-workshop
Visual Studio Code extension. - The result will be exported to
out
directory.