https://github.com/audio-engineer/aau-p2-article
AAU SW2 P2 project article
https://github.com/audio-engineer/aau-p2-article
Last synced: 4 months ago
JSON representation
AAU SW2 P2 project article
- Host: GitHub
- URL: https://github.com/audio-engineer/aau-p2-article
- Owner: audio-engineer
- Created: 2024-02-14T10:11:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T18:33:45.000Z (about 2 years ago)
- Last Synced: 2024-05-31T06:41:14.129Z (about 2 years ago)
- Language: TeX
- Homepage:
- Size: 4.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AAU P2 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
```