Stop using texlive-full [skip ci]

This commit is contained in:
Takashi Tamura 2022-02-16 12:11:56 +09:00
parent 6b788627e9
commit 6327143e04
3 changed files with 7 additions and 4 deletions

View File

@ -15,8 +15,11 @@ RUN apt-get install --no-install-recommends -y git procps
# Install Tex Live
RUN apt-get update && apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
texlive-full \
biber chktex latexmk make
texlive-latex-base \
texlive-extra-utils \
biber chktex latexmk make \
texlive-lang-chinese \
texlive-lang-japanese
# latexindent modules
RUN apt-get install --no-install-recommends -y curl

View File

@ -1,5 +1,5 @@
{
"name": "TeX Live full",
"name": "TeX Live base",
"dockerFile": "Dockerfile",
"extensions": ["james-yu.latex-workshop"]
}

View File

@ -5,4 +5,4 @@
1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop)
1. Install [VS Code Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
1. Open this directory.
1. Execute `Remote-Containers: Open Folder in Container` in the VS Code Command Palette.
1. Execute `Remote-Containers: Reopen in Container` in the VS Code Command Palette.