> 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/tr/bilgi-bankasi/122-preamble-organization.md).

# Önsözün düzenlenmesi

## Giriş

## Genel fikirler

Temel fikir, önsözü daha ince taneli bir şekilde düzenlemektir: En genel paketler ve ayarlarla başlayın ve gerekli paketleri ve ayarları daha projeye özgü olanlara doğru sıralamaya devam edin; sonunda kullanıcı makrolarına gelin. Bunun üç temel nedeni vardır:

1. Bu, bağımlılıklar için işe yarar; genel olarak kullanıcı makroları, yüklenen paketlere bağlıdır. Matematiksel ve diğer paketler, yüklenen yazı tiplerine bağlı olabilir.
2. En sık değişen şeyler en sona, belgenin gövdesine en yakın yere gider.
3. Bu, önsözü düzenli tutmaya ve her şeyi bulup ince ayar yapmayı kolaylaştırmaya yardımcı olur.

Ne yazık ki bunun istisnaları vardır; çünkü yükleme sırası önemli olan paketler bulunur, bakınız [#Paket yükleme sırası istisnaları](#package-loading-order-exceptions) liste için.

## Bazı örnekler

## Önsözü ayrı bir dosyaya yerleştirmek

Önsözü ayrı bir dosyaya yerleştirmek mümkündür. Bunun üç temel yolu vardır:

* Önsözü bir standart yapıya taşıyın `.tex` ve \input{...} kullanın `Her şeyi bir kullanıcı paketine koyun ve kullanın`.
* Her şeyi bir kullanıcı sınıfına koyun ve kullanın `\usepackage{...}`.
* Her iki durumda da, tutmak her zaman tercih edilir `\documentclass{...}`.

ana dosyada tutmak ve ana dosyayı projenin üst klasöründe tutmak. `\documentclass{...}` ana dosyada tutmak ve ana dosyayı projenin üst klasöründe tutmak.

## Paket yükleme sırası istisnaları

Bazı paketler için yükleme sırası önemlidir; bu nedenle bunlar daha önce verilen genel fikirlere uyamaz.


---

# 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/tr/bilgi-bankasi/122-preamble-organization.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.
