BibLaTeX Basics
이 내용은 아직 번역본이 없습니다.
BibLaTeX is a powerful option for managing bibliographies in Overleaf/LaTeX documents* and is the one we recommend the most. It offers more flexibility and customization options than traditional BibTeX (with Natbib) and more referencing types beyond the standards that allow you to cite online sources without workarounds. Here is an essential guide to help you get started with BibLaTeX:
Create entries
Create references in your CiteDrive project and link them to your Overleaf project. (see our quick start) guide) If you are using a different editor, you can download the .bib file from your CitDrive project.
Now, add the following lines to your LaTex document:
Choose a bibliography style (e.g., style=authoryear
) and set the backend to Biber (backend=biber
).
In-text citations
Use \autocite{key}
to cite references in your document. Replace “key” with the citation key from your bibliography file. \cite{smith2010}
will work as well. For example:
Use \parencite{key}
for citations within parentheses, or \textcite{key}
without.
BibLaTeX provides extensive customization options. You can customize the citation style, sorting, and more. Consult the BibLaTeX documentation for details.
Filtered bibliography
A very cool feature is that you can display your bibliographies filtered by any keyword. In your BibTeX (.bib) file, you can categorize entries by entry types. For example:
In your LaTeX document, use the \printbibliography
command with the type
option to filter entries based on their types. For example:
This will also work with keywords: