Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intelligentsystemslabutv/latex-template
LaTeX project template repository.
https://github.com/intelligentsystemslabutv/latex-template
latex latex- latex-beamer latex-docker latex-document latex-pdf latex-template
Last synced: 2 days ago
JSON representation
LaTeX project template repository.
- Host: GitHub
- URL: https://github.com/intelligentsystemslabutv/latex-template
- Owner: IntelligentSystemsLabUTV
- Created: 2022-04-08T16:08:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T12:15:50.000Z (27 days ago)
- Last Synced: 2024-12-14T13:23:42.324Z (27 days ago)
- Topics: latex, latex-, latex-beamer, latex-docker, latex-document, latex-pdf, latex-template
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX-template
LaTeX project template repository. Pulls and builds to a fully-equipped, VS Code-compatible Docker container, based on the [`LaTeX Workshop`](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshops) extension.
Builds on top of the Docker images provided in [`LaTeX-env`](https://github.com/IntelligentSystemsLabUTV/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`](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshops).
## Configuration
By default, build files and output will be located in the `build` folder.
All [`LaTeX Workshop`](https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshops) options can be configured in the `.devcontainer/devcontainer.json` file.