https://github.com/dolfost/lrt
LaTeX report template
https://github.com/dolfost/lrt
cmake latex latex-template luatex tex
Last synced: about 2 months ago
JSON representation
LaTeX report template
- Host: GitHub
- URL: https://github.com/dolfost/lrt
- Owner: Dolfost
- License: mit
- Created: 2023-03-24T10:15:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T13:12:13.000Z (3 months ago)
- Last Synced: 2025-02-11T14:25:07.690Z (3 months ago)
- Topics: cmake, latex, latex-template, luatex, tex
- Language: TeX
- Homepage:
- Size: 6.89 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# latex-report-template
This project is a `CMake` template for latex university reports. It is intended
that it isn't integrated into editor, just pure `CMake`, `latexmk` and
`texlogfilter`.### Typical workfrow
Clone repository to your machine and configure project from `src/defines.tex`.
Then and go fill up `src/content` (or `content`, using soft link in repository root).## CMake targets
Target | Explanation
----|----|
`reoprt_pdf` | main document
`report_pdf_clean` | remove all files produced by `latexmk`
`report_log` | run `texlogfilter` on document logsAlso, after configuration the `build/continious.sh` script is generated as an
alternative to `report_pdf` target.Project is made in such a way that it could be added as your main project
subdirectory.
## Files
File | Meaning
----|----|
`src/defines.tex` | project-specific definitions
`src/resources/` | project-wise fonts and images
`src/bibliography.bib` | project-wise bibliography
`src/cmake.tex.in` | `CMake` variables definitions as tex