> 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/vi/tai-lieu-tham-khao-va-trich-dan/07-biblatex-bibliography-styles.md).

# Các kiểu thư mục tài liệu tham khảo của Biblatex

Các lệnh tiếp theo là những lệnh đặt kiểu thư mục tài liệu tham khảo và nhập tệp thư mục tài liệu tham khảo. Xem [Quản lý thư mục tham khảo với biblatex](/latex/vi/tai-lieu-tham-khao-va-trich-dan/03-bibliography-management-with-biblatex.md) để biết thêm thông tin.

```latex
%trong phần lời nói đầu
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

 \addbibresource{bibfile}
%--------------------------------

%Nơi thư mục tài liệu tham khảo sẽ được in ra
  \printbibliography
```

trong đó *bibfile* là tên của tệp thư mục tài liệu tham khảo .bib và *stylename* là một trong các kiểu sau:

| stylename     | kết quả                                                                   |
| ------------- | ------------------------------------------------------------------------- |
| `số`          | ![BiblatexStylesEx1.png](/files/b60a8e9aed51fe1e59de8131e18f54dad2c2c14a) |
| `chữ cái`     | ![BiblatexStylesEx2.png](/files/2a6316846ba3f4134cdaed417f66ce5e9873e4e7) |
| `authoryear`  | ![BiblatexStylesEx3.png](/files/ebec9a5f9c518a1c4b931260f7fb30f8f12351cb) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/955994c96f72584ec4217212ad3aed64d54b67a6) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/3196c14138b1de3d165e699e9f9801c5138eda2b) |
| `đọc`         | ![BiblatexStylesEx6.png](/files/5520a2c52f1d4448f783033fbcd8e7ae38fb52bc) |
| `draft`       | ![BiblatexStylesEx7.png](/files/6192b0515125fc85614c89ba41e5d17ce47e03e5) |

Tính năng `draft` kiểu này được dùng để chỉnh sửa tài liệu của bạn trước phiên bản cuối cùng, vì nó giúp theo dõi các nguồn đã trích dẫn dễ dàng hơn.

Có một số kiểu thư mục bổ sung bạn có thể dùng trong [Overleaf](http://www.overleaf.com/)

| stylename          | kết quả                                                                    |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/8a466869c8a41c1b214cb566d1a5f6bfc55f08df) |
| `apa`              | ![APA reference style](/files/f72bb646cfe8074c8fd4cba61493c4d4b5777b08)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/0fc9fed3450ab4dbf454605a586cc0aedbfde7a2) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/01c400a548dd66a79ea9ccbe6677967246ff3375) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/524a3afeff36ce9b85c691563d7fc31c9621c75d) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/f2b9ebc57b9789701d7039e39fa7f5c8a1f35258) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/6e26a3583016a23ecee431f7097d4c5bbb0c02a0) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/4f0a537fcde73774abc3a79ea8e5159ca16d4c04)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/5be05dbffcc39875acdf6d4d758ce5a58dd65a55)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/23507117fed90f7954b016f252d3c71059f60fe8) |
| `nature`           | ![BiblatexStylesEx11.png](/files/07bc5334768f3cebeda4f239a036120119b723c4) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/78d1d94eb3f83e268e731cfbd9c98af95570437b) |
| `phys`             | ![BiblatexStylesEx13.png](/files/6df2d90c2604851f455ac5d96b8f8653207da40a) |
| `science`          | ![BiblatexStylesEx14.png](/files/a1397928ada7f1f2dbc5bcbd58f0fbf8eb8dd674) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/89ed02d6d38dab57f4bc8f189e67d3fe8c8ac995) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/d8dd07fc8df072c7b9ab2c61291c41cb5da84c3b) |

Bạn có thể tìm thêm kiểu bằng cách [tìm kiếm trên CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Đọc thêm

Để biết thêm thông tin, xem

* [Quản lý thư mục tài liệu tham khảo trong LaTeX](/latex/vi/chu-de-khac/05-bibliography-management-in-latex.md)
* [Các kiểu trích dẫn của Biblatex](/latex/vi/tai-lieu-tham-khao-va-trich-dan/08-biblatex-citation-styles.md)
* [Tài liệu của gói Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Mục lục](/latex/vi/cau-truc-tai-lieu/02-table-of-contents.md)
* [Quản lý trong một dự án lớn](/latex/vi/cau-truc-tai-lieu/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/vi/tai-lieu-tham-khao-va-trich-dan/07-biblatex-bibliography-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.
