From 1ae6b09f8357e339d028aa2d9e28b8615f5817d7 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 5 Feb 2019 19:55:25 -0800 Subject: [PATCH] Simple LaTeX container --- dev-containers/latex-container/.vscode/devContainer.json | 6 ++++++ dev-containers/latex-container/README.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 dev-containers/latex-container/.vscode/devContainer.json create mode 100644 dev-containers/latex-container/README.md 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