Skip to content

LaTeX project template repository.

Notifications You must be signed in to change notification settings

IntelligentSystemsLabUTV/LaTeX-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX-template

LaTeX project template repository. Pulls and builds to a fully-equipped, VS Code-compatible Docker container, based on the LaTeX Workshop extension.

Builds on top of the Docker images provided in LaTeX-env.

Scope

This framework is aimed at supporting the writing of scientific papers, books, and publications in general, in the English and Italian languages. It is designed to work offline and support git.

Requirements

  • Docker
  • Docker Compose
  • Visual Studio Code
  • Extensions to add Docker containers support to VS Code

Usage

This is intended to be the starting configuration of any LaTeX project. It can be used to set up the workspace/repository of a new LaTeX project, or added to an existing one, by just copying the contents of this repository to the root workspace/repository folder.

Then, use the VS Code command "Open Folder in Container" selecting the workspace/repository folder.

The rest of the job can be managed using the functionalities offered by LaTeX Workshop.

Configuration

By default, build files and output will be located in the build folder.

All LaTeX Workshop options can be configured in the .devcontainer/devcontainer.json file.