> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/cs/odkazy-a-citace/08-biblatex-citation-styles.md).

# Biblatexové styly citací

## Úvod a příklad

Biblatex nabízí řadu citačních stylů, ale pokud není nastaven žádný citační styl, LaTeX použije ten, který odpovídá [stylu bibliografie](/latex/cs/odkazy-a-citace/07-biblatex-bibliography-styles.md). Zde je minimální příklad ukazující použití `biblatex` parametr `style=alphabetic` pro nastavení citačního stylu na `abecední`.

```latex
\documentclass{article}
\usepackage[
backend=biber,
style=alphabetic,
]{biblatex}
\title{Příklad bibLaTeXu}
\addbibresource{sample.bib} %Importuje soubor bibliografie

\begin{document}
\section{První oddíl}

Citované položky: \textit{Kniha \LaTeX\ Companion} \cite{latexcompanion} společně s Einsteinovým článkem v časopise \cite{einstein} a Diracovou knihou \cite{dirac}---což jsou položky související s fyzikou. Dále citace dvou Knuthových knih: \textit{Fundamental Algorithms} \cite{knuth-fa} a \textit{The Art of Computer Programming} \cite{knuth-acp}.

\medskip

\printbibliography
\end{document}
```

Otevřete tento příklad v Overleafu ( `soubor sample.bib` je pro vás vytvořen).

Tento příklad vytvoří následující výstup:

![Příklad biblatexu](/files/e029c276b23f21f9db9e3dbd4056831569e782e3)

## Citační styly

Mezi standardní citační styly patří:

* `číselný` Implementuje číselné citační schéma určené pro citace v textu. Mělo by být používáno ve spojení s číselným [stylu bibliografie](/latex/cs/odkazy-a-citace/07-biblatex-bibliography-styles.md).
* `numeric-comp` Kompaktní varianta `číselný` režimu. Citace jako *\[1, 2, 3]* jsou nahrazeny *\[1-3]*.
* `numeric-verb` Upovídaná varianta `číselný` stylu. Místo *\[2, 5, 7]* vypíše *\[2];\[5];\[7]*.
* `abecední` Abecední citační schéma podobné standardnímu `alpha` ve stylu **bibtex**. Má se používat ve spojení s abecedním stylem bibliografie.
* `alphabetic-verb` Upovídaná verze `abecední` stylu. Místo *\[Doe98, Doe95, Farn2004]* vypíše *\[Doe98];\[Doe95];\[Farn2004]*.
* `autor-rok` Implementuje citační schéma autor–rok. Má se používat ve spojení se stylem bibliografie autor–rok.
* `authoryear-comp` Kompaktní varianta `autor-rok` stylu. Vypíše autora pouze jednou, pokud následující odkazy předané jedinému citačnímu příkazu sdílejí stejného autora. Vypíše *Doe 1992, 1995* místo *Doe 1992, Doe 1995*.
* `authoryear-ibid` Varianta `autor-rok` určená pro citace v poznámkách pod čarou. Nahrazuje opakované citace zkratkou *ibidem*.
* `authoryear-icomp` Styl kombinující vlastnosti `authoryear-comp` a `authoryear-ibid`
* `authortitle` Implementuje schéma autor–název. Určeno pro citace uvedené v poznámkách pod čarou.
* `authortitle-comp` Kompaktní varianta `authortitle`. Místo *Doe, First title; Doe, Second title* toto vypíše *Doe, First title, Second title*.
* `authortitle-ibid` Varianta `authortitle` určená pro citace v poznámkách pod čarou. Nahrazuje opakované citace zkratkou *ibidem*.
* `authortitle-icomp` Styl kombinující `authortitle-comp` a `authortitle-ibid`.
* `authortitle-terse` Varianta `authoritle` který vypíše název pouze tehdy, pokud bibliografie obsahuje více než jedno dílo příslušného autora/editora.
* `authortitle-tcomp` Styl kombinující `authortitle-terse` a `authortitle-comp`.
* `authortitle-ticomp` Styl kombinující `authortitle-icomp` a `authortitle-terse`.
* `verbose` Citační styl, který při prvním citování položky vypíše úplnou citaci a poté krátkou verzi.
* `čtení` Citační styl, který odpovídá stylu bibliografie stejného názvu. Načítá `authortitle` styl.

Existují i další nestandardní citační styly oblíbené v různých časopisech a diplomových

* Ve vědách:
  * styl American Chemical Society (ACS)
  * styl American Institute of Physics (AIP)
  * styl American Mathematical Society (AMS)
  * vancouverský systém
  * styl Institute of Electrical and Electronics Engineers (IEEE)
  * styl Nature
  * styl Science
* V humanitních oborech:
  * styl Chicago
  * harvardský citační styl
  * styl MLA
* Ve společenských vědách:
  * styl American Psychological Association (APA)

| Citační styl | `biblatex` stylename |
| ------------ | -------------------- |
| ACS          | `chem-acs`           |
| AIP          | `phys` (\*)          |
| Nature       | `nature`             |
| Science      | `science`            |
| IEEE         | `ieee`               |
| Chicago      | `chicago-authordate` |
| MLA          | `mla`                |
| APA          | `apa`                |

(\*) toto je nový styl, viz <http://ctan.org/pkg/biblatex-phys>

## Další čtení

Další informace najdete v

* [Správa bibliografie v LaTeXu](/latex/cs/dalsi-temata/05-bibliography-management-in-latex.md)
* [Bibliografické styly Biblatex](/latex/cs/odkazy-a-citace/07-biblatex-bibliography-styles.md)
* [Dokumentace balíčku Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Obsah](/latex/cs/struktura-dokumentu/02-table-of-contents.md)
* [Správa ve velkém projektu](/latex/cs/struktura-dokumentu/07-management-in-a-large-project.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/cs/odkazy-a-citace/08-biblatex-citation-styles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
