mirror of
https://github.com/James-Yu/LaTeX-Workshop.git
synced 2025-01-08 10:17:59 +03:00
Stop using texlive-full [skip ci]
This commit is contained in:
parent
6b788627e9
commit
6327143e04
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "TeX Live full",
|
||||
"name": "TeX Live base",
|
||||
"dockerFile": "Dockerfile",
|
||||
"extensions": ["james-yu.latex-workshop"]
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user