Update Preprocessors authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -6,3 +6,20 @@ The heart of this application is a markdown preprocessor for `pandoc` that allow
* [preproc_staff.sh]()
The main tools for the preprocessor are regular expressions and [`sed`](https://www.gnu.org/software/sed/).
## `preproc_wg.sh`
This subroutine is responsible for substituting the keys of the working groups: `aa`, `cm`, `dm`, `nm`, `st` by their full name and a link in markdown syntax.
More precisely, when calling `preproc_wg.sh` on a markdown file, the line
```
### Working Groups: aa
```
is translated into
```
### Working Groups: [Lehrstuhl Angewandte Analysis](aa.html)
```
Furthermore a file `aa.md` is created containing the line
```
## [Finite Sections of Aperiodic Schrödinger Operators](aperiodSchr.html)
```
\ No newline at end of file