Citing sources in LaTeX

This commit is contained in:
2025-01-16 17:49:10 +01:00
parent 9445cb9fe4
commit 5cea6a0b93

View File

@@ -362,12 +362,18 @@ Newspaper sources work the same. You got a few more variables to fill, because t
```latex ```latex
@article{<CITING_ID>, @article{<CITING_ID>,
author = {<AUTHOR_NAME>}, author = {<AUTHOR_NAME>},
title = {<ARTICLE_TITLE>}, title = {<ARTICLE_TITLE>},
journal = {<NEWSPAPER_NAME>}, journal = {<NEWSPAPER_NAME>},
year = {<YEAR_PUBLISHED>}, year = {<YEAR_PUBLISHED>},
volume = {<NEWSPAPER_VOLUME>}, volume = {<NEWSPAPER_VOLUME>},
number = {<NUMBER>}, number = {<NUMBER>},
pages = {<PAGES_OF_NEWSPAPER_RELEVANT>}, pages = {<PAGES_OF_NEWSPAPER_RELEVANT>},
} }
``` ```
## Citing defined sources in LaTeX
To cite your sources you've defined in your bibliography file, you can use the syntax of `\cite{<CITING_ID>}` as you can
see, you need your citing-id here again. This is to reference your citing in the text to the correct entry in your
bibtex-file.