Add citeauthor command
This commit is contained in:
parent
6fd6c257f7
commit
a91dc3390a
@ -47,6 +47,7 @@ Wie wird das verwendet?
|
|||||||
@content
|
@content
|
||||||
Durch BibTeX wird LaTeX um einige Befehle zum Zitieren erweitert. Außerdem benötigt wird das Paket `natbib`.
|
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 Quelle: `\cite{<quelle>}`
|
||||||
* ++ Zitieren einer Seite: `\cite[S. 15]{<quelle>}`
|
* ++ Zitieren einer Seite: `\cite[S. 15]{<quelle>}`
|
||||||
* ++ Zitieren mit weiteren Zusätzen:<br/>`\cite[<präfix>][<suffix>]{<quelle>}`
|
* ++ Zitieren mit weiteren Zusätzen:<br/>`\cite[<präfix>][<suffix>]{<quelle>}`
|
||||||
|
|||||||
@ -47,6 +47,7 @@ How is it used?
|
|||||||
@content
|
@content
|
||||||
BibTeX adds some citation commands to LaTeX. In addition, we need the `natbib` package.
|
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 source: `\cite{<source>}`
|
||||||
* ++ Citing a page: `\cite[p. 15]{<source>}`
|
* ++ Citing a page: `\cite[p. 15]{<source>}`
|
||||||
* ++ Citing with additional text:<br/>`\cite[<prefix>][<suffix>]{<source>}`
|
* ++ Citing with additional text:<br/>`\cite[<prefix>][<suffix>]{<source>}`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user