> 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/sorular-ve-cevaplar/04-can-i-add-inline-or-margin-comments-to-the-pdf.md).

# PDF'ye satır içi veya kenar notu yorumları ekleyebilir miyim?

Evet, kullanabilirsiniz [`todonotes` paketini](https://ctan.org/pkg/todonotes?lang=en) (burada ele alınmıştır) veya ... hakkındaki yardım sayfamızı okuyun [kenar notları](/latex/tr/bicimlendirme/15-margin-notes.md), bu da ... konusunu ele alır [`\marginpar` komut](/latex/tr/bicimlendirme/15-margin-notes.md#the-5cmarginpar-command) ve [`marginnote` paketini](/latex/tr/bicimlendirme/15-margin-notes.md#an-alternative-to-5cmarginpar-the-marginnote-package).

## todonotes paketini yükleme

Kullanmak için `todonotes` paketini, belgenizin önsözüne aşağıdaki satırı ekleyin:

```latex
\usepackage[colorinlistoftodos]{todonotes}
```

Bu `colorinlistoftodos` seçeneği, yapılacaklar notları listesine küçük renkli kareler ekler (aşağıya bakın) ve farklı türleri ayırt etmeye yardımcı olur.

* **Not**: Okuyucuların ... göz atmaları şiddetle tavsiye edilir [`todonotes` belgelere](http://mirrors.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf) paket seçenekleri, değerli komutlar ve faydalı örnekler hakkında bilgi için.

Bir yorum eklemek için şu komutu kullanın:

```latex
\todo{Bu, kenar boşluğunda görünecek bir yorumdur}
```

## todonotes paketini kullanan örnek

Aşağıda başlamanıza yardımcı olacak temel bir örnek vardır: çeşitli not stillerini gösterir ve \listoftodos\[Title of your list...] komutuyla bir yapılacaklar notları listesi oluşturur

```latex
\listoftodos[Title of your list...]
```

ki bu, içinde `[...]`yer alan isteğe bağlı bir argüman alır ve notlar listesi için bir başlık biçimlendirmek üzere kullanılır.

```latex
\documentclass[a4paper]{article}
\usepackage[colorlinks]{hyperref}
\usepackage[colorinlistoftodos]{todonotes}
\begin{document}
\listoftodos[Bitirmem gereken şeylerin listesi]

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla
\todo{Düz todonotes.} urna. Maecenas interdum nunc in augue.
Mauris quis massa in ante tincidunt mollis. Proin imperdiet.
Donec porttitor pede id est. Sed in ante. Integer id arcu. Nam
lectus nisl, posuere sit amet, imperdiet ut, tristique ac, lorem.
In erat. In commodo enim. \todo[color=blue!40]{Farklı renkte bir todonot.}%
Phasellus libero ipsum, tempor a, pharetra consequat, pellentesque
sit amet, sem. Praesent ut augue luctus elit adipiscing ultricies.
Vestibulum suscipit cursus leo. Nullam molestie justo.

Morbi dui. Morbi convallis mi sed sem. Nulla convallis lacus vitae
risus. Phasellus adipiscing. Nullam tortor. Sed laoreet aliquam
ante. Vestibulum diam. Pellentesque nec leo. Pellentesque velit.
\todo[nolist]{Yalnızca kenar boşluğunda gösterilen ve
yapılacaklar listesinde gösterilmeyen bir todonot.}%
Praesent congue mi eu ipsum cursus fringilla. Etiam leo erat,
tristique et, pharetra eget, mollis vitae, velit. In hac habitasse
\todo[size=\small, color=green!40]{Küçük yazı boyutuna sahip bir not.}%
platea dictumst. In quam nibh, facilisis et, laoreet non, facilisis
tempus, justo. Class aptent taciti sociosqu ad litora torquent per
conubia nostra, per inceptos himenaeos.

\todo[inline]{test test}

Donec nulla lectus, faucibus sit amet, auctor non, consectetuer
quis, pede. Nullam dictum. Nullam suscipit, ligula in scelerisque
\todo[noline]{Metne geri bağlantı çizgisi olmayan bir not.}%
posuere, sapien purus rutrum magna, vitae pharetra leo quam vel
tortor. Donec eleifend condimentum sapien. Etiam sed orci. Aliquam
\todo[inline, color=red!50]{Satır içi todonotlar.}%
tempor. Pellentesque egestas tortor id eros. Donec mauris justo,
commodo id, pellentesque id, eleifend non, mi. Duis venenatis
sagittis metus. Donec tempus metus id lacus. Praesent vel diam.
Morbi nec ante. Vestibulum varius felis ac lacus. Nulla vitae neque
\todo[inline, color=green!40]{Metne geri bağlantı çizgisi olmayan bir not.}%
in nibh bibendum volutpat. Quisque accumsan diam. Aenean ultricies
nisl ac lacus. Aliquam posuere. Aenean venenatis tortor in felis.
\end{document}
```

Bu örneği Overleaf'te açın

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

![Overleaf üzerinde todonotes paketinin gösterimi](/files/5b0b01beac16dd5ee59cf3e67ef75b98b7d0678b)

## Daha fazla okuma

* Bu [`todonotes` belgelere](http://mirrors.ctan.org/macros/latex/contrib/todonotes/todonotes.pdf) paket seçenekleri, yararlı komutlar ve faydalı örnekler hakkında bilgi içerir.
* Overleaf yardım sayfası [kenar notları](/latex/tr/bicimlendirme/15-margin-notes.md) ... konusunu ele alır [`\marginpar` komut](/latex/tr/bicimlendirme/15-margin-notes.md#the-5cmarginpar-command) ve [`marginnote` paketini](/latex/tr/bicimlendirme/15-margin-notes.md#an-alternative-to-5cmarginpar-the-marginnote-package).


---

# 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/sorular-ve-cevaplar/04-can-i-add-inline-or-margin-comments-to-the-pdf.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.
