Fork From: https://github.com/sleepymalc/LaTeX-Template
Step 1: Clone the repository:
git clone https://github.com/jaihuayen/Notes_Template.git
Step 2: Pull the docker image:
docker pull ghcr.io/xu-cheng/texlive-full:latest
Step 3: Setting the VSCode Enviornment:
Install the plugin
Open the settings.json
and add the following config:
"latex-workshop.docker.enabled": true,
"latex-workshop.docker.image.latex": "ghcr.io/xu-cheng/texlive-full",