Update Preprocessors authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -23,3 +23,28 @@ Furthermore a file `aa.md` is created containing the line ...@@ -23,3 +23,28 @@ Furthermore a file `aa.md` is created containing the line
``` ```
## [Finite Sections of Aperiodic Schrödinger Operators](aperiodSchr.html) ## [Finite Sections of Aperiodic Schrödinger Operators](aperiodSchr.html)
``` ```
See the command line help for further information regarding the options, or type
```bash
preproc_wg.sh --help
``
## `preproc_staff.sh`
This subroutine is responsible for substituting the keys of the staff members: `dgallaun`, `fgabel` by their full name and a link in markdown syntax.
More precisely, when calling `preproc_staff.sh` on a markdown file, the line
```
### Collaborators (MAT): dgallaun, fgabel
```
is translated into
```
### Collaborators (MAT): [Dennis Gallaun, M. Sc.](dgallaun.html), [Fabian Gabel, M. Sc.](fgabel.html)
```
Furthermore a files `dgallaun.md` and `fgabel.md` are created containing the line
```
## [Finite Sections of Aperiodic Schrödinger Operators](aperiodSchr.html)
```
See the command line help for further information regarding the options or type
```bash
preproc_staff.sh --help
``
\ No newline at end of file