diff --git a/dev-containers/latex-container/.vscode/devContainer.json b/dev-containers/latex-container/.vscode/devContainer.json new file mode 100644 index 0000000000..83b6f13199 --- /dev/null +++ b/dev-containers/latex-container/.vscode/devContainer.json @@ -0,0 +1,6 @@ +{ + "image": "tianon/latex", + "extensions": [ + "James-Yu.latex-workshop" + ] +} \ No newline at end of file diff --git a/dev-containers/latex-container/README.md b/dev-containers/latex-container/README.md new file mode 100644 index 0000000000..c82006fba4 --- /dev/null +++ b/dev-containers/latex-container/README.md @@ -0,0 +1,5 @@ +# LaTeX container + +To test, grab a sample .tex file from somewhere and place it in this folder. + +For example, you can find samples and templates [here](https://www.latextemplates.com) and [here](https://services.math.duke.edu/computing/tex/templates.html). \ No newline at end of file