Changes
Page history
Update Preprocessors
authored
Aug 24, 2021
by
Fabian Nuraddin Alexander Gabel
Hide whitespace changes
Inline
Side-by-side
Preprocessors.md
View page @
89f8d0af
...
...
@@ -22,4 +22,29 @@ is translated into
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
```
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