From 98d66ecc4f2da6a8df78d2d1bb1b06f23c737fc3 Mon Sep 17 00:00:00 2001 From: Niladri Roy Date: Wed, 25 Aug 2021 01:10:17 +0530 Subject: [PATCH] Added local setup instruction for Linux + VS Code --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 707475a..1600552 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,16 @@ You have my permission to use JDF in whatever projects you wish, whether commercial, personal, or otherwise, in whatever way you like. Official license information can be found in [LICENSE](LICENSE) (spoiler: it's the MIT License). + +## Local Setup +- **OS**: Ubuntu Linux 20.04 +- **Code Editor**: VS Code with [Latex Workshop](https://github.com/James-Yu/LaTeX-Workshop) Extension. + +Finally, intsall texlive: +``` +sudo apt-get install texlive-full +``` + +Use the preview icon (top left) or use the keyboard shortcut (Ctrl + Alt + V). This will open up a live preview. + +Once done, use the green play button, or use keyboard shortcut (Ctrl + Alt + B) to build the project and generate PDF.