Create a conda environment:
conda env create -f environment.yml
conda activate writingsInstall the Latex Workshop VS Code extension: james-yu.latex-workshop
Add the following to the VS Code User Settings JSON:
"[latex]": {
"editor.formatOnSave": true
},
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"latex-workshop.formatting.latex": "tex-fmt",
"latex-workshop.formatting.tex-fmt.args": [
"--nowrap",
"--tabsize",
"4",
],