> 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/zh-tw/can-kao-wen-xian-yu-yin-wen/07-biblatex-bibliography-styles.md).

# biblatex 參考書目樣式

接下來的指令是設定參考文獻樣式並匯入參考文獻檔案的指令。請參見 [使用 biblatex 管理書目](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/03-bibliography-management-with-biblatex.md) 以了解更多資訊。

```latex
%在導言區中
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%參考文獻將被列印的位置
  \printbibliography
```

其中 *bibfile* 是參考文獻 .bib 檔案的名稱，而 *stylename* 是以下其中之一：

| stylename     | 輸出                                                                        |
| ------------- | ------------------------------------------------------------------------- |
| `數字`          | ![BiblatexStylesEx1.png](/files/4ae1f381d2c8d3cd4d5220c46df16703a1c1941a) |
| `字母順序`        | ![BiblatexStylesEx2.png](/files/3e75f2ba853c11b2721dc66f5e7208b18902cc62) |
| `作者年份`        | ![BiblatexStylesEx3.png](/files/a9347e8cdedae231b0e2f534b902abfacc133642) |
| `authortitle` | ![BiblatexStylesEx4.png](/files/a10f2935713e594065fbe27ae9f141c822f871e0) |
| `verbose`     | ![BiblatexStylesEx5.png](/files/1bd81b2ca9894c9438e6ffc077ba0635c69a4b76) |
| `閱讀`          | ![BiblatexStylesEx6.png](/files/e297abb7d89ceb6f8397d9eeb76a3df51762bea8) |
| `draft`       | ![BiblatexStylesEx7.png](/files/b3e694f47cfb6a1fb86c2b066dfc9199f1b74f8a) |

該 `draft` 此樣式適用於在文件最終版本前進行編輯，因為它更容易追蹤引用的來源。

你可以在中使用一些額外的參考文獻樣式 [Overleaf](http://www.overleaf.com/)

| stylename          | 輸出                                                                         |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/c6fe08afaf419d5480f157154a82500fa666bfc0) |
| `apa`              | ![APA reference style](/files/b9811404cb3088acafef013694a71ffffdc5bcb5)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/c2221f8f65d7e97b4748b8eea6c342a56d2538be) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/ac930967d4ea16b0daf21cd3f22c70a4567fb0fc) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/6252fc5b5c9eab720aaf7ae097eef3002a912493) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/333987922630f78679305ccae724a51a6a887193) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/aa1ccb9608505c5d917be766ce224da478e26646) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/3bd687993692bc4de815bfa341a3ebcb1ae3b061)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/2388aefbb9ab09dc2718099093f7201c510af455)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/63414fcc17f59f4b1bcd25196e2c3b289cf131a7) |
| `nature`           | ![BiblatexStylesEx11.png](/files/e01e23d6d7835d9d844b029a88e77bc478394370) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/0252470971f0bcf288f0792c1cd6b459c1965d74) |
| `phys`             | ![BiblatexStylesEx13.png](/files/6c465feb7aa2b35c9d9314ead1453168472deee8) |
| `science`          | ![BiblatexStylesEx14.png](/files/dd75c0750a5ce1c6d098af16a11187479eeb5079) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/85fb0088d0ca256c18c2306a3df22ca271812e79) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/ed6786d19405b0fdf46fb0715ad3da92278b58f0) |

更多樣式可透過以下方式找到 [在 CTAN 上搜尋](https://ctan.org/search?phrase=biblatex+styles).

## 延伸閱讀

更多資訊請參見

* [LaTeX 中的參考書目管理](/latex/zh-tw/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)
* [Biblatex 引用樣式](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/08-biblatex-citation-styles.md)
* [Biblatex 套件文件](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [目錄](/latex/zh-tw/wen-jian-jie-gou/02-table-of-contents.md)
* [大型專案中的管理](/latex/zh-tw/wen-jian-jie-gou/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/zh-tw/can-kao-wen-xian-yu-yin-wen/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.
