LaTeX with Git Integration for FREE!

8 months ago
20

I recently switched jobs. I have to use LaTeX. I don't want to pay for Git Integration. Luckily there is a way to compile LaTeX documents on your own PC for free! In this video I show you how to setup LaTeX with VS Code on Linux.

Also, here are the settings for the settings.json file:

```
{
"editor.formatOnSave": true,
"editor.rulers": [
"editor.rulers": [
80,
120
],
],
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent": "same",
"editor.wordWrapColumn": 120,
}
```

If you enjoyed the video don't forget to Follow!

Loading comments...