Skip to content

nuric/vscode-latex-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-latex-docker-template

A minimal VS Code LaTex template using Docker containers to compile. It contains the configuration to get VS Code up and running for LaTex with Docker. Some of the configured features include:

  • GitHub Action to compile on push and have the PDF ready as an artifact.
  • Install the essential extensions using .vscode/extensions.json for LaTex and spell checking.
  • Adjust settings of LaTex to utilise a Docker container for compiling the project.
  • Uses the same Docker container locally and for CI to ensure consistency.
  • Format and compile on file save.
  • Invert PDF colours using the extension settings, .vscode/settings.json.

The main motivation behind this setup is the extremely tedius and unhelpful native LaTex installation process. Using a Docker container to wrap pdflatex and more allows for a cleaner and more reproducible workspace.

Built using

About

A minimal VS Code latex template using Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages