> 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/belge-yapisi/01-sections-and-chapters.md).

# Bölümler ve kısımlar

## Giriş

Belgeler genellikle içeriklerini düzenlemek için bölümlere, kısımlara, alt bölümlere vb. ayrılan bir tür “mantıksal yapıya” sahiptir. LaTeX, bir belge yapısı oluşturmayı destekler ve ayrıca bölümleme ve numaralandırmayı özelleştirmeye olanak tanır. Bir belgeyi düzenlemek için kullanılabilen komutlar, kullanılan belge sınıfına bağlıdır; ancak en basit düzenleme biçimi olan bölümleme, tüm biçimlerde mevcuttur.

## Temel örnek

Komutu göstermek için temel bir örnekle başlayalım `\section{*section title*}` komutu, adlı yeni bir bölümün başlangıcını işaret eder `*section title*`. Bölüm numaralandırması otomatiktir ve özelleştirilebilir ya da devre dışı bırakılabilir.

```latex
\documentclass{article}
\usepackage{blindtext}

\title{Sections and Chapters}
\author{Overleaf}
\date{\today}

\begin{document}
\maketitle
\section{Introduction}

Bu ilk bölümdür.

\blindtext

\section{Second Section}
Bu ikinci bölümdür

\blindtext
\end{document}
```

[Bu örneği Overleaf'te açın.](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Basic+document+structure+example\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%7Bblindtext%7D%0A%0A%5Ctitle%7BSections+and+Chapters%7D%0A%5Cauthor%7BOverleaf%7D%0A%5Cdate%7B%5Ctoday%7D%0A%0A%5Cbegin%7Bdocument%7D%0A%5Cmaketitle%0A%5Csection%7BIntroduction%7D%0A%0AThis+is+the+first+section.%0A%0A%5Cblindtext%0A%0A%5Csection%7BSecond+Section%7D%0AThis+is+the+second+section%0A%0A%5Cblindtext%0A%5Cend%7Bdocument%7D)

Bu örnek aşağıdaki çıktıyı üretir:

![Bölümler ve kısımlar örneği](/files/afb00d0643331671476c5eefaec1a11e645bbbd1)

## Belge bölümleme

LaTeX, bir belgenin bölümlerini ve kısımlarını düzenleyebilir, numaralandırabilir ve dizine ekleyebilir. Belge sınıfına bağlı olarak bölümleri tanımlamak için 7'ye kadar derinlik seviyesi vardır:

|    |                                 |
| -- | ------------------------------- |
| -1 | `\part{part}`                   |
| 0  | `\chapter{chapter}`             |
| 1  | `\section{section}`             |
| 2  | `\subsection{subsection}`       |
| 3  | `\subsubsection{subsubsection}` |
| 4  | `\paragraph{paragraph}`         |
| 5  | `\subparagraph{subparagraph}`   |

Genellikle, `\section` çoğu belgede en üst düzey belge komutudur. Ancak raporlarda veya kitaplarda ve benzeri uzun belgelerde bu `\chapter` veya `\part`.

## Numaralı ve numarasız bölümler

Numarasız bir bölüm, kısım, alt bölüm vb. elde etmek için komutun sonuna, açılış süslü parantezden önce bir yıldız (\*) ekleyin. Bunlar içindekiler tablosuna girmez. İşte ilk örneğimiz (yukarıda) ama bu kez`*`komutunun sonuna, açılış süslü parantezden önce bir yıldız (\*) ekleyin. Bunlar içindekiler tablosuna girmez. İşte ilk örneğimiz (yukarıda) ama bu kez `\section*` yerine `\section`:

```latex
\documentclass{article}
\usepackage{blindtext}

\title{Sections and Chapters}
\author{Overleaf}
\date{\today}

\begin{document}
\maketitle
\section*{Introduction}

Bu ilk bölümdür.

\blindtext

\section*{Second Section}
Bu ikinci bölümdür

\blindtext
\end{document}
```

[Bu örneği Overleaf'te açın.](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Example+with+unnumbered+sections\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%7Bblindtext%7D%0A%0A%5Ctitle%7BSections+and+Chapters%7D%0A%5Cauthor%7BOverleaf%7D%0A%5Cdate%7B%5Ctoday%7D%0A%0A%5Cbegin%7Bdocument%7D%0A%5Cmaketitle%0A%5Csection%2A%7BIntroduction%7D%0A%0AThis+is+the+first+section.%0A%0A%5Cblindtext%0A%0A%5Csection%2A%7BSecond+Section%7D%0AThis+is+the+second+section%0A%0A%5Cblindtext%0A%5Cend%7Bdocument%7D)

Bu örnek aşağıdaki çıktıyı üretir:

![Numarasız bölümlere örnek](/files/aaf5274831969d3e0c11b09bbe45b5f0d6c9bf71)

### İçindekiler tablosundaki numarasız bölümler

İçindekiler tablosuna numarasız bir bölüm eklemek için `\addcontentsline` komutunu şu şekilde kullanın:

```latex
\addcontentsline{toc}{section}{Title of the section}
```

İşte `\addcontentsline` kullanan bir örnek, ancak şu makaleye bakın [İçindekiler](/latex/tr/belge-yapisi/02-table-of-contents.md) daha fazla bilgi ve örnek için.

```latex
\documentclass{article}
\title{Sections and Chapters}
\author{Overleaf}
\date{\today}

\begin{document}
\maketitle
\tableofcontents

\newcommand\shortlorem{Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.}

\section{Introduction}
Bu ilk bölümdür (numaralı).

\shortlorem
\addcontentsline{toc}{section}{Unnumbered Section}
\section*{Unnumbered Section}
Numarasız bir bölüm

\shortlorem

\section{Second section}
İkinci numaralı bölüm.

\shortlorem
\end{document}
```

[Bu örneği Overleaf'te açın.](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Example+of+unnumbered+sections+in+the+TOC\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Ctitle%7BSections+and+Chapters%7D%0A%5Cauthor%7BOverleaf%7D%0A%5Cdate%7B%5Ctoday%7D%0A%0A%5Cbegin%7Bdocument%7D%0A%5Cmaketitle%0A%5Ctableofcontents%0A%0A%5Cnewcommand%5Cshortlorem%7BLorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit%2C+sed+do+eiusmod+tempor+incididunt+ut+labore+et+dolore+magna+aliqua.+Ut+enim+ad+minim+veniam%2C+quis+nostrud+exercitation+ullamco+laboris+nisi+ut+aliquip+ex+ea+commodo+consequat.%7D%0A%0A%5Csection%7BIntroduction%7D%0AThis+is+the+first+section+%28numbered%29.%0A%0A%5Cshortlorem%0A%5Caddcontentsline%7Btoc%7D%7Bsection%7D%7BUnnumbered+Section%7D%0A%5Csection%2A%7BUnnumbered+Section%7D%0AAn+unnumbered+section%0A%0A%5Cshortlorem%0A%0A%5Csection%7BSecond+section%7D%0AThe+second+numbered+section.%0A%0A%5Cshortlorem%0A%5Cend%7Bdocument%7D)

Bu örnek aşağıdaki çıktıyı üretir:

![İçindekiler tablosunda numarasız bölümler](/files/b0e6329d27be97aa6b35594961a253654e958bb5)

## Bir kitap/raporda bölümler ve kısımlar

Daha önce belirtildiği gibi, `\chapter` kitaplarda ve raporlarda kullanılabilir.

### Rapor sınıfı

Aşağıda bir örnek görebilirsiniz `rapor` Overleaf makalesinden alınan metin kullanılarak [LuaTeX'e Giriş (Bölüm 1): Nedir—ve onu bu kadar farklı kılan nedir?](/latex/tr/derinlemesine-makaleler/07-an-introduction-to-luatex-part-1-what-is-it-and-what-makes-it-so-different.md)

```latex
\documentclass{report}
\title{Sections and Chapters}
\author{Overleaf}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\chapter{An Introduction to Lua\TeX}

\section{What is it—and what makes it so different?}
Lua\TeX{} bir \textit{araç takımı}dır—onunla çok çeşitli belgeler oluşturup dizgileyebileceğiniz gelişmiş yazılım araçları ve bileşenleri içerir. Bu makalenin alt başlığı Lua\TeX hakkında iki soru da ortaya koyar: Nedir—ve onu bu kadar farklı kılan nedir? “Nedir?” sorusunun yanıtı açık gibi görünebilir: “Bu bir \TeX{} dizgi motorudur!” Gerçekten de öyledir; ancak daha geniş bir bakış açısı, ve bu yazarın da benimsediği görüş, Lua\TeX{}'in son derece çok yönlü, \TeX{} tabanlı bir belge oluşturma ve mühendislik sistemi olduğudur.

\subsection{Explaining Lua\TeX: Where to start?}
Lua\TeX{} üzerine yazılan bu ilk makalenin amacı, bu TeX motorunun ne sunduğunu ve tasarımının kullanıcıların karmaşık dizgi ve tasarım sorunlarına yönelik geniş bir çözüm yelpazesi oluşturmasına nasıl ve neden olanak tanıdığını anlamak için bir bağlam sunmaktır—belki de bir ölçüde “geleceğe dayanıklılık” da sağlayarak

\chapter{Lua\TeX: Background and history}
\section{Introduction}
Lua\TeX{}, \TeX{} terimleriyle, 10 yılı aşkın süredir aktif olarak geliştirilmesine rağmen “sahnedeki yeni isim”dir.

\subsection{Lua\TeX: Opening up \TeX’s “black box”}
Knuth'un özgün \TeX{} programı, bugün kullanılan tüm modern \TeX{} motorlarının ortak atasına dayanır ve Lua\TeX{} fiilen en yeni evrimsel adımdır: pdf\TeX{} programından türetilmiştir, ancak buna büyük ölçüde ek işlevsellik getiren bazı güçlü yazılım bileşenlerinin eklenmesiyle.
\end{document}
```

[Bu örneği Overleaf'te açın (şunu kullanarak `lualatex`)](<https://www.overleaf.com/docs?engine=lualatex\&snip_name=Example+of+a+LaTeX+report\&snip=\documentclass{report}&#xA;\title{Sections+and+Chapters}&#xA;\author{Overleaf}&#xA;\date{\today}&#xA;\begin{document}&#xA;\maketitle&#xA;\tableofcontents&#xA;\chapter{An+Introduction+to+Lua\TeX}&#xA;&#xA;\section{What+is+it—and+what+makes+it+so+different?}&#xA;Lua\TeX{}+is+a+\textit{toolkit}—it+contains+sophisticated+software+tools+and+components+with+which+you+can+construct+(typeset)+a+wide+range+of+documents.+The+sub-title+of+this+article+also+poses+two+questions+about+Lua\TeX:+What+is+it—and+what+makes+it+so+different?+The+answer+to+“What+is+it?”+may+seem+obvious:+“It’s+a+\TeX{}+typesetting+engine!”+Indeed+it+is,+but+a+broader+view,+and+one+to+which+this+author+subscribes,+is+that+Lua\TeX{}+is+an+extremely+versatile+\TeX-based+document+construction+and+engineering+system.&#xA;&#xA;\subsection{Explaining+Lua\TeX:+Where+to+start?}&#xA;The+goal+of+this+first+article+on+Lua\TeX{}+is+to+offer+a+context+for+understanding+what+this+TeX+engine+provides+and+why/how+its+design+enables+users+to+build/design/create+a+wide+range+of+solutions+to+complex+typesetting+and+design+problems—perhaps+also+offering+some+degree+of+“future+proofing”+&#xA;&#xA;\chapter{Lua\TeX:+Background+and+history}&#xA;\section{Introduction}&#xA;Lua\TeX{}+is,+in+\TeX{}+terms,+“the+new+kid+on+the+block”+despite+having+been+in+active+development+for+over+10+years.&#xA;&#xA;\subsection{Lua\TeX:+Opening+up+\TeX’s+“black+box”}&#xA;Knuth’s+original+\TeX{}+program+is+the+common+ancestor+of+all+modern+\TeX{}+engines+in+use+today+and+Lua\TeX{}+is,+in+effect,+the+latest+evolutionary+step:+derived+from+the+pdf\TeX{}+program+but+with+the+addition+of+some+powerful+software+components+which+bring+a+great+deal+of+extra+functionality.&#xA;\end{document}>)

Bu örnek aşağıdaki çıktıyı üretir—burada, sunumu kolaylaştırmak için sayfa görüntülerinin üst üste getirildiği 2–4. sayfaları gösteriyoruz:

![Tipik bir LaTeX raporu](/files/9ae3c196c763b198e47aa4b57c2b9232b3554710)

### Kitap sınıfı

Aşağıdaki örnek, `rapor` örneğindeki metni yeniden üretir, ancak `\documentclass{book}`içindeki kısımlar, bölümler, alt bölümler ve alt-alt bölümlerden oluşur. Örneği Overleaf'te açarsanız, \subsubsection tarafından üretilen alt-alt bölümlerin `\subsubsection` olduğunu *olmadığını* numaralandırılmadığını göreceksiniz. Bu, `book` sınıfının tasarımı gereğidir: bu davranışı değiştirmek istiyorsanız, aşağıdaki komutu belgenizin önsözüne ekleyin:

```latex
\setcounter{secnumdepth}{3}
```

```latex
\documentclass{book}
\title{Sections and Chapters}
\author{Overleaf}
\date{\today}
\begin{document}
\maketitle
\tableofcontents
\part{History of Lua\TeX}

\chapter{An Introduction to Lua\TeX}

\section{What is it—and what makes it so different?}
Lua\TeX{} bir \textit{araç takımı}dır—onunla çok çeşitli belgeler oluşturup dizgileyebileceğiniz gelişmiş yazılım araçları ve bileşenleri içerir. Bu makalenin alt başlığı Lua\TeX hakkında iki soru da ortaya koyar: Nedir—ve onu bu kadar farklı kılan nedir? “Nedir?” sorusunun yanıtı açık gibi görünebilir: “Bu bir \TeX{} dizgi motorudur!” Gerçekten de öyledir; ancak daha geniş bir bakış açısı, ve bu yazarın da benimsediği görüş, Lua\TeX{}'in son derece çok yönlü, \TeX{} tabanlı bir belge oluşturma ve mühendislik sistemi olduğudur.

\subsection{Explaining Lua\TeX: Where to start?}
Lua\TeX{} üzerine yazılan bu ilk makalenin amacı, bu TeX motorunun ne sunduğunu ve tasarımının kullanıcıların karmaşık dizgi ve tasarım sorunlarına yönelik geniş bir çözüm yelpazesi oluşturmasına nasıl ve neden olanak tanıdığını anlamak için bir bağlam sunmaktır—belki de bir ölçüde “geleceğe dayanıklılık” da sağlayarak

\chapter{Lua\TeX: Background and history}
\section{Introduction}
Lua\TeX{}, \TeX{} terimleriyle, 10 yılı aşkın süredir aktif olarak geliştirilmesine rağmen “sahnedeki yeni isim”dir.

\subsection{Lua\TeX: Opening up \TeX’s “black box”}
Knuth'un özgün \TeX{} programı, bugün kullanılan tüm modern \TeX{} motorlarının ortak atasına dayanır ve Lua\TeX{} fiilen en yeni evrimsel adımdır: pdf\TeX{} programından türetilmiştir, ancak buna büyük ölçüde ek işlevsellik getiren bazı güçlü yazılım bileşenlerinin eklenmesiyle.

\subsubsection{How Lua\TeX{} processes \texttt{\string\directlua}: A first look}
\verb|\directlua{<code>}| öğesine sağlanan ⟨code⟩, önce yukarıda tartışılan işlemler ve hesaplamalar kullanılarak belirteçlere dönüştürülür; bu belirteç dizisi bir belirteç listesinde saklanır.
\end{document}
```

[Çıktıyı görmek için, **bu örneği Overleaf'te açın** (şunu kullanır `**lualatex**`)](<https://www.overleaf.com/docs?engine=lualatex\&snip_name=Example+of+a+LaTeX+book\&snip=\documentclass{book}&#xA;\title{Sections+and+Chapters}&#xA;\author{Overleaf}&#xA;\date{\today}&#xA;\begin{document}&#xA;\maketitle&#xA;\tableofcontents&#xA;\part{History+of+Lua\TeX}&#xA;&#xA;\chapter{An+Introduction+to+Lua\TeX}&#xA;&#xA;\section{What+is+it—and+what+makes+it+so+different?}&#xA;Lua\TeX{}+is+a+\textit{toolkit}—it+contains+sophisticated+software+tools+and+components+with+which+you+can+construct+(typeset)+a+wide+range+of+documents.+The+sub-title+of+this+article+also+poses+two+questions+about+Lua\TeX:+What+is+it—and+what+makes+it+so+different?+The+answer+to+“What+is+it?”+may+seem+obvious:+“It’s+a+\TeX{}+typesetting+engine!”+Indeed+it+is,+but+a+broader+view,+and+one+to+which+this+author+subscribes,+is+that+Lua\TeX{}+is+an+extremely+versatile+\TeX-based+document+construction+and+engineering+system.&#xA;&#xA;\subsection{Explaining+Lua\TeX:+Where+to+start?}&#xA;The+goal+of+this+first+article+on+Lua\TeX{}+is+to+offer+a+context+for+understanding+what+this+TeX+engine+provides+and+why/how+its+design+enables+users+to+build/design/create+a+wide+range+of+solutions+to+complex+typesetting+and+design+problems—perhaps+also+offering+some+degree+of+“future+proofing”+&#xA;&#xA;\chapter{Lua\TeX:+Background+and+history}&#xA;\section{Introduction}&#xA;Lua\TeX{}+is,+in+\TeX{}+terms,+“the+new+kid+on+the+block”+despite+having+been+in+active+development+for+over+10+years.&#xA;&#xA;\subsection{Lua\TeX:+Opening+up+\TeX’s+“black+box”}&#xA;Knuth’s+original+\TeX{}+program+is+the+common+ancestor+of+all+modern+\TeX{}+engines+in+use+today+and+Lua\TeX{}+is,+in+effect,+the+latest+evolutionary+step:+derived+from+the+pdf\TeX{}+program+but+with+the+addition+of+some+powerful+software+components+which+bring+a+great+deal+of+extra+functionality.&#xA;&#xA;\subsubsection{How+Lua\TeX{}+processes+\texttt{\string\directlua}:+A+first+look}&#xA;The+⟨code⟩+provided+to+\verb|\directlua{\<code\>}|+is+first+converted+to+tokens+using+the+processes+and+calculations+discussed+above;+that+sequence+of+tokens+is+stored+in+a+token+list.&#xA;\end{document}>)

## Bölümleri ve kısımları özelleştirin

Şunu kullanabilirsiniz: [`titlesec`](https://ctan.org/pkg/titlesec?lang=en) paketini bölümlerin, kısımların ve alt bölümlerin stilini kolay bir şekilde özelleştirmek için kullanabilirsiniz.

```latex
\documentclass[a4paper,12pt]{book}
\usepackage[T1]{fontenc}
\usepackage{titlesec}

\titleformat
{\chapter} % command
[display] % shape
{\bfseries\Large\itshape} % format
{Story No. \ \thechapter} % label
{0.5ex} % sep
{
    \rule{\textwidth}{1pt}
    \vspace{1ex}
    \centering
} % before-code
[
\vspace{-0.5ex}%
\rule{\textwidth}{0.3pt}
] % after-code

\titleformat{\section}[wrap]
{\normalfont\bfseries}
{\thesection.}{0.5em}{}

\titlespacing{\section}{12pc}{1.5ex plus .1ex minus .2ex}{1pc}

\begin{document}
Başlayalım
İlk Deneme

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris...

İkinci deneme

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris...

\end{document}
```

[Bunu açın `titlesec` örneği Overleaf'te.](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=titlesec+example\&snip=%5Cdocumentclass%5Ba4paper%2C12pt%5D%7Bbook%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btitlesec%7D%0A%0A%5Ctitleformat%0A%7B%5Cchapter%7D+%25+command%0A%5Bdisplay%5D+%25+shape%0A%7B%5Cbfseries%5CLarge%5Citshape%7D+%25+format%0A%7BStory+No.+%5C+%5Cthechapter%7D+%25+label%0A%7B0.5ex%7D+%25+sep%0A%7B%0A++++%5Crule%7B%5Ctextwidth%7D%7B1pt%7D%0A++++%5Cvspace%7B1ex%7D%0A++++%5Ccentering%0A%7D+%25+before-code%0A%5B%0A%5Cvspace%7B-0.5ex%7D%25%0A%5Crule%7B%5Ctextwidth%7D%7B0.3pt%7D%0A%5D+%25+after-code%0A%0A%0A%5Ctitleformat%7B%5Csection%7D%5Bwrap%5D%0A%7B%5Cnormalfont%5Cbfseries%7D%0A%7B%5Cthesection.%7D%7B0.5em%7D%7B%7D%0A%0A%5Ctitlespacing%7B%5Csection%7D%7B12pc%7D%7B1.5ex+plus+.1ex+minus+.2ex%7D%7B1pc%7D%0A%0A%5Cbegin%7Bdocument%7D%0A%5Cchapter%7BLet%27s+begin%7D%0A%5Csection%7BFirst+Attempt%7D%0A%0ALorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit%2C+sed+do+%0Aeiusmod+tempor+incididunt+ut+labore+et+dolore+magna+aliqua.+Ut+%0Aenim+ad+minim+veniam%2C+quis+nostrud+exercitation+ullamco+laboris...%0A%0A%5Csection%7BSecond+attempt%7D%0A%0ALorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit%2C+sed+do+%0Aeiusmod+tempor+incididunt+ut+labore+et+dolore+magna+aliqua.+Ut+%0Aenim+ad+minim+veniam%2C+quis+nostrud+exercitation+ullamco+laboris...%0A%0A%5Cend%7Bdocument%7D)

Bu örnek aşağıdaki çıktıyı üretir:

![Titlesecolv2.png](/files/39f17131961a30d4aed7c64bc03015a9edc2f809)

### titlesec komutları

İki genel komut vardır:

```latex
 \titleformat{<command>}[<shape>]{<format>}{<label>}{<sep>}{<before-code>}[<after-code>]
```

burada `[<shape>]` ve `[<after-code>]` isteğe bağlı parametrelerdir ve:

* `<command>` şu şekilde yeniden tanımlanacak bölümleme komutudur: `\part`, `\chapter`, `\section`, `\subsection`, `\subsubsection`, `\paragraph` veya `\subparagraph`.
* `<shape>` bölümleme paragraf biçimidir; olası değerler şunlardır: `hang`, `block`, `display`, `runin`, `leftmargin`, `rightmargin`, `drop`, `wrap` ve `frame`.
* `<format>` başlığa, etikete ve metne uygulanacak biçimdir; örneğin `\normalfont\Large\bfseries`
* `<label>` bölümleme etiketini belirtir.
* `<sep>` etiket ile başlık gövdesi arasındaki yatay boşluktur ve bir uzunluk olmalı, boş olmamalıdır.
* `<before-code>` başlık gövdesinden önce gelen koddur.
* `<after-code>` başlık gövdesinden sonra gelen koddur.

ve

```latex
 \titlespacing{<command>}{<left>}{<before-sep>}{<after-sep>}
```

burada:

* `<left>` sol kenar boşluğunu artırır.
* `<before-sep>` başlıktan önceki dikey boşluktur.
* `<after-sep>` başlık ile bölümleme dışı metin arasındaki boşluktur.

Bu komutun yıldızlı sürümü (`\titlespacing*`) başlığı izleyen paragrafın girintisini kaldırır.

## Daha fazla okuma

Daha fazla bilgi için şunlara bakın:

* [LaTeX'te bir belge oluşturma](/latex/tr/latex-temelleri/01-learn-latex-in-30-minutes.md)
* [Kalın, italik ve altı çizili](/latex/tr/latex-temelleri/03-bold-italics-and-underlining.md)
* [İçindekiler](/latex/tr/belge-yapisi/02-table-of-contents.md)
* [Bölümler ve denklemler arasında çapraz referans verme](/latex/tr/belge-yapisi/03-cross-referencing-sections-equations-and-floats.md)
* [Büyük bir projede yönetim](/latex/tr/belge-yapisi/07-management-in-a-large-project.md)
* [Çok dosyalı LaTeX projeleri](/latex/tr/belge-yapisi/08-multi-file-latex-projects.md)
* [Köprüler](/latex/tr/belge-yapisi/09-hyperlinks.md)
* [Sayfa numaralandırma](/latex/tr/bicimlendirme/03-page-numbering.md)
* [Tek yüzlü ve çift yüzlü belgeler](/latex/tr/bicimlendirme/08-single-sided-and-double-sided-documents.md)
* [Çok sütunlu düzen](/latex/tr/bicimlendirme/09-multiple-columns.md)
* [Sayaçlar](/latex/tr/bicimlendirme/10-counters.md)
* [Yazı tipi boyutları, aileleri ve stilleri](/latex/tr/yazi-tipleri/01-font-sizes-families-and-styles.md)
* [`titlesec` paket kılavuzu](http://mirrors.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf)


---

# 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/belge-yapisi/01-sections-and-chapters.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.
