https://github.com/audio-engineer/aau-p3-article
AAU SW3 P3 project article
https://github.com/audio-engineer/aau-p3-article
Last synced: 3 months ago
JSON representation
AAU SW3 P3 project article
- Host: GitHub
- URL: https://github.com/audio-engineer/aau-p3-article
- Owner: audio-engineer
- Created: 2024-09-16T11:02:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T15:27:14.000Z (over 1 year ago)
- Last Synced: 2025-12-19T15:56:24.512Z (6 months ago)
- Language: TeX
- Homepage:
- Size: 8.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AAU P3 Article
## Prerequisites
- [TeX Live](https://www.tug.org/texlive/)
- [TeXtidote](https://sylvainhalle.github.io/textidote/)
## Local Development
### Linting
#### ChkTeX
```shell
chktex -q -l .chktexrc src/main.tex
```
#### TeXtidote
Report:
```shell
textidote src/main.tex
```
Process analysis:
```shell
textidote src/process-analysis/process-analysis.tex
```
### Compilation
#### JetBrains IDEs
Run the `main` run configuration.
#### Command Line
First, change the current directory to the [`src/`](src) directory
```shell
cd src/
```
and then run
```shell
latexmk
```