An open API service indexing awesome lists of open source software.

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

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
```