Průvodce BibTeX pro LaTeX - správa citací pomocí .bib souborů
BibTeX je klasický systém pro správu citací v LaTeXu. Záznamy jsou v souboru .bib, v textu se používají citační klíče a výstup formátuje zvolený styl.
What is BibTeX?
Section titled “What is BibTeX?”BibTeX is a bibliography processor in the LaTeX toolchain. You keep references in a plain-text .bib file and cite them in your document using citation keys.
Minimal Working Example
Section titled “Minimal Working Example”@book{Hemingway1952, title = {The Old Man and the Sea}, author = {Hemingway, Ernest}, year = {1952}, publisher = {Charles Scribner's Sons}}\documentclass{article}\begin{document}Example citation: \cite{Hemingway1952}.\bibliographystyle{plain}\bibliography{references}\end{document}Quick Start
Section titled “Quick Start”- Create
references.bib. - Add references with complete metadata.
- Cite in LaTeX with
\cite{...}. - Compile with either
latex -> bibtex -> latex -> latexorlatex -> biber -> latex -> latex.
Common Mistakes
Section titled “Common Mistakes”- Missing commas/braces in
.bib. - Duplicate citation keys.
- Missing required fields.
- Wrong compile order.
Osvědčený postup: používejte správce BibTeX už od začátku
Section titled “Osvědčený postup: používejte správce BibTeX už od začátku”Ruční editace je možná, ale u větších projektů rychle roste chybovost i čas na údržbu. Správce citací pomáhá držet konzistenci dat.
CiteDrive benefits
Section titled “CiteDrive benefits”- One-click import from browser sources.
- Collaborative reference management.
- Direct Overleaf integration without manual
.bibsyncing. - Cloud-based access from any device.
- Beginner-friendly editing.
- Supports BibLaTeX workflows.
Short comparison
Section titled “Short comparison”- Manual BibTeX: manual editing, error-prone, hard to sync.
- CiteDrive: automated import, collaboration, seamless integration.
Jak BibTeX funguje
Section titled “Jak BibTeX funguje”- Vytvoříte záznamy v
.bibsouboru. - Citujete pomocí klíčů, např.
\cite{Hemingway1952}. - Kompilujete přes LaTeX/BibTeX a vygeneruje se bibliografie.
Omezení ruční správy
Section titled “Omezení ruční správy”- Malá syntaktická chyba může rozbít kompilaci.
- Velké bibliografie se ručně špatně udržují.
- V týmu vznikají duplicity a konflikty klíčů.
BibTeX vs BibLaTeX a Biber
Section titled “BibTeX vs BibLaTeX a Biber”BibTeX je stále běžný, hlavně když šablony vyžadují .bst styly. BibLaTeX s Biberem nabízí lepší Unicode podporu, více polí a pokročilé možnosti třídění/lokalizace.
Doporučené nástroje
Section titled “Doporučené nástroje”- CiteDrive - moderní webový nástroj pro čisté
.bibsoubory a spolupráci. - Zotero + Better BibTeX
- JabRef