Update Styleguide authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -123,7 +123,7 @@ csl : csl/din-1505-2-alphanumeric.csl
---
```
If your BibTeX file contains the reference
For example, if your BibTeX file contains the reference
```bibtex
@misc{gggu2021,
title={Finite section method for aperiodic Schr\"odinger operators},
......@@ -135,21 +135,21 @@ If your BibTeX file contains the reference
}
```
In order to cite this reference, use the syntax
tne, in order to cite this reference, use the syntax
```
[@gggu2021]
```
to get the following result:
to get the result
![image](uploads/c40e7c0be73dad9b00763234628741b7/image.png)
and the corresponding entry in the References section
and the corresponding entry in the "References" section
![image](uploads/b66a1edc61eecd29502cfb9a8033190f/image.png)
Note that using a BibTeX file your `.md`-file will no longer contain the references explicitly. Instead, they will be added to the end of the file automatically at build-time. Therefore it suffices to add a level-2 heading for structure
Note that using a BibTeX file your `.md`-file will no longer contain the references explicitly. Instead, they will be added to the end of the file automatically at build-time. Therefore, it suffices to add a level-2 heading for structure
```
## References
......
......