> 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/id/referensi-dan-sitasi/07-biblatex-bibliography-styles.md).

# Gaya daftar pustaka BibLaTeX

Perintah berikut adalah yang mengatur gaya bibliografi dan mengimpor berkas bibliografi. Lihat [Pengelolaan bibliografi dengan biblatex](/latex/id/referensi-dan-sitasi/03-bibliography-management-with-biblatex.md) untuk informasi lebih lanjut.

```latex
%di bagian preambel
%--------------------------------
  \usepackage[
    backend=biber,
    style=stylename,
  ]{biblatex}

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

%Di mana bibliografi akan dicetak
  \printbibliography
```

di mana *bibfile* adalah nama berkas .bib bibliografi dan *stylename* adalah salah satu dari berikut ini:

| stylename            | keluaran                                                                  |
| -------------------- | ------------------------------------------------------------------------- |
| `numerik`            | ![BiblatexStylesEx1.png](/files/bfa5d2d0f32759c8f2f6112ac076765b47005946) |
| `alfabetik`          | ![BiblatexStylesEx2.png](/files/c47df6654756c9af18daee6aad1c09b6d5a77c9c) |
| `mode penulis-tahun` | ![BiblatexStylesEx3.png](/files/b9fd7b10bf58bafaa27b9479643e5c8e5a8f71c9) |
| `authortitle`        | ![BiblatexStylesEx4.png](/files/dd99afb9ef8cb94c5a2d075ce3b37ea3d665bd8a) |
| `verbose`            | ![BiblatexStylesEx5.png](/files/76c6ac826145e3ac509b0846f6ed30881bae01de) |
| `bacaan`             | ![BiblatexStylesEx6.png](/files/7a276f2689cd895ab8c4abee63398ac18f41cd96) |
| `draf`               | ![BiblatexStylesEx7.png](/files/0c967da12f60dab7f5365e484ccea79b6992cc46) |

Fitur `draf` gaya ini ditujukan untuk mengedit dokumen Anda sebelum versi final, karena memudahkan untuk melacak sumber yang dikutip.

Ada beberapa gaya bibliografi tambahan yang dapat Anda gunakan di [Overleaf](http://www.overleaf.com/)

| stylename          | keluaran                                                                   |
| ------------------ | -------------------------------------------------------------------------- |
| `authoryear-icomp` | ![ABiblatexStylesEx1.png](/files/304417ce736fd0907cdd5f564d1f00393a004475) |
| `apa`              | ![APA reference style](/files/542a4ceb3896fe45b9c6905b6999159452f3d4d3)    |
| `bwl-FU`           | ![ABiblatexStylesEx3.png](/files/c304224366878822966dfa00b146ecbaa1c4f7d4) |
| `chem-acs`         | ![ABiblatexStylesEx4.png](/files/150583d0d49664b105dac694f04a4a29eea271b2) |
| `chem-angew`       | ![ABiblatexStylesEx5.png](/files/a22538b88b9e4a0843510c103c66143fdf2d50f9) |
| `chem-biochem`     | ![ABiblatexStylesEx6.png](/files/4db7baaff0612779a6e5f15ba038f319a74f1147) |
| `chem-rsc`         | ![ABiblatexStylesEx7.png](/files/ca31803d02dc048dc7d937ae99a285c72e91e10d) |
| `ieee`             | ![BiblatexStylesEx8.png](/files/eafb19521fc4696630cca7dfb2c852623812425e)  |
| `mla`              | ![BiblatexStylesEx9.png](/files/ad242b7befa8ce9306b8586f278aea708ebd588d)  |
| `musuos`           | ![BiblatexStylesEx10.png](/files/14b6ceedd16a5132d387fcc6c2a24282713edc49) |
| `nature`           | ![BiblatexStylesEx11.png](/files/db124328f26aa0a3ad479e9612852f0a49f19483) |
| `nejm`             | ![BiblatexStylesEx12.png](/files/19b4659c0697a1044bcac7d755b302e1ac899ea6) |
| `phys`             | ![BiblatexStylesEx13.png](/files/92742fe4134b03470f64105505cc14b8525f33b6) |
| `science`          | ![BiblatexStylesEx14.png](/files/ecdd46fdd458ff8ab1e07bb55b62d4737e27c57a) |
| `geschichtsfrkl`   | ![BiblatexStylesEx15.png](/files/c4a001a05093979fd06af2db2822d3fdd214fa16) |
| `oscola`           | ![BiblatexStylesEx16.png](/files/421f3fdfc2ed53181da33741081a04383eb63b0b) |

Gaya lainnya dapat ditemukan dengan [mencari di CTAN](https://ctan.org/search?phrase=biblatex+styles).

## Bacaan lanjutan

Untuk informasi lebih lanjut, lihat

* [Manajemen bibliografi di LaTeX](/latex/id/topik-lainnya/05-bibliography-management-in-latex.md)
* [Gaya sitasi Biblatex](/latex/id/referensi-dan-sitasi/08-biblatex-citation-styles.md)
* [Dokumentasi paket Biblatex](http://linorg.usp.br/CTAN/macros/latex/contrib/biblatex/doc/biblatex.pdf)
* [Daftar isi](/latex/id/struktur-dokumen/02-table-of-contents.md)
* [Pengelolaan dalam proyek besar](/latex/id/struktur-dokumen/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/id/referensi-dan-sitasi/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.
