Add citeauthor command

This commit is contained in:
Knoch 2022-10-11 20:18:53 +02:00
parent 6fd6c257f7
commit a91dc3390a
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Wie wird das verwendet?
@content
Durch BibTeX wird LaTeX um einige Befehle zum Zitieren erweitert. Außerdem benötigt wird das Paket `natbib`.
* ++ Zitieren eines Autors: `\citeauthor{<quelle>}`
* ++ Zitieren einer Quelle: `\cite{<quelle>}`
* ++ Zitieren einer Seite: `\cite[S. 15]{<quelle>}`
* ++ Zitieren mit weiteren Zusätzen:<br/>`\cite[<präfix>][<suffix>]{<quelle>}`

View File

@ -47,6 +47,7 @@ How is it used?
@content
BibTeX adds some citation commands to LaTeX. In addition, we need the `natbib` package.
* ++ Citing an author: `\citeauthor{<source>}`
* ++ Citing a source: `\cite{<source>}`
* ++ Citing a page: `\cite[p. 15]{<source>}`
* ++ Citing with additional text:<br/>`\cite[<prefix>][<suffix>]{<source>}`