/devcontainer-texlive

The LaTeX workspace using TeX Live for the Visual Studio Code devcontainer.

Primary LanguageDockerfileMIT LicenseMIT

devcontainer-texlive

The devcontainer template for the LaTeX using TeX Live.

Requirement

Default installed languages

  • Japanese
  • English

LaTeX recipes

  • LuaLaTex
  • XeLaTex
  • upLaTex

Getting started

Prepare a base image

  1. Clone a base dockerfile repository from AconCavy/devcontainer-texlive-dockerfile.
  2. Build the base image named devcontainer-texlive using build-image.cmd or build-image.sh in the cloned repository.

Setup devcontainer

  1. Create a new repository from this repository template.
  2. Clone the created repository to your workspace.
  3. Open the project using Visual Studio Code.
  4. If you built the base image of another name, you should specify your built image in .devcontainer/Dockerfile.
  5. Connect to a remote workspace from 'Open Folder in Container' in the Remote Explorer.
  6. Create any TeX file.
  7. Build LaTex Project using a recipe from the latex-workshop Visual Studio Code extension.
  8. The result will be exported to out directory.