https://github.com/jfornoff/latex-tuddesign-template
This is a template repository to start using LaTeX, with TU Darmstadt corporate design installed, in Docker
https://github.com/jfornoff/latex-tuddesign-template
Last synced: 3 months ago
JSON representation
This is a template repository to start using LaTeX, with TU Darmstadt corporate design installed, in Docker
- Host: GitHub
- URL: https://github.com/jfornoff/latex-tuddesign-template
- Owner: jfornoff
- Created: 2016-06-10T06:56:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T12:56:17.000Z (about 7 years ago)
- Last Synced: 2025-01-10T18:37:30.106Z (4 months ago)
- Language: TeX
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# latex-tuddesign-template
This is a template repository to start using LaTeX, with TU Darmstadt corporate design installed, in Docker## How to set up
1. Define your build steps in build.sh (Examples are given in the file)
2. Insert your LaTeX files
3. Done!## Selecting a document template to use
`./scripts/use.sh report`Copies the `tudreport` template to the `main.tex` file, which is built by `make`
## How to use
`make`
runs your build.sh script in a Docker container, and writes the outputs to the `build` directory.