> 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/pl/pytania-dotyczace-latex/02-keep-track-of-your-labels-with-showlabels.md).

# Śledź swoje etykiety za pomocą showlabels

**Autor: James Allen (styczeń 2012)**

Za każdym razem, gdy piszę długie dokumenty LaTeX, ciągle przeskakuję w kodzie w przód i w tył, próbując sobie przypomnieć, jak nazwałem `\label`. Aby nie zgubić miejsca w kodzie, używam [`showlabels`](https://ctan.org/pkg/showlabels?lang=en) pakietu, który wyświetla nazwę etykiety obok odpowiedniego równania. Wtedy mogę spojrzeć w PDF, gdzie łatwiej znaleźć równanie, którego szukam, i nie muszę przeskakiwać po kodzie. Działa to prawie na wszystkim, czemu można przypisać `\label` etykietę. Cudowne!

**Użycie**

W preambule umieść:

```latex
\usepackage{showlabels}
```

**Przykładowy wynik**

![ShowlabelsExample.png](/files/40ee61b08c9811323c4b3926f72c37f111499d5a)

**Opcje**

Możesz przekazać showlabels opcję, aby określić, gdzie umieszczać etykiety:

```latex
\usepackage[inline]{showlabels}
```

Dostępne opcje to (zaczerpnięte z [dokumentację](https://ctan.org/pkg/showlabels?lang=en)):

* `zewnętrzny` \[domyślnie] — wszystkie notatki są umieszczane na zewnętrznym marginesie tekstu
* `wewnętrzny`— wewnętrzny margines
* `lewy`— lewy margines
* `prawy`— prawy margines
* `marginalny` \[domyślnie] — umieszczaj notatki na marginesie
* `liniowym`— umieszczaj notatki w tekście, tak bardzo jak to możliwe, i ignoruj wszystkie powyższe opcje umieszczania na marginesie
* `bez etykiety`— nie wstawiaj notatki marginalnej dla `\label` polecenia
* `wersja robocza` \[domyślnie] — nic nie robi, odpowiednik...
* `finalny`— wyłącza całą funkcjonalność pakietu

Należy zauważyć, że `showlabels` powinno być dołączone po pakietach `amsmath` i `hyperref` aby poprawnie z nimi działać. Zobacz [oficjalną dokumentację (PDF)](http://mirrors.ctan.org/macros/latex/contrib/showlabels/showlabels.pdf) aby uzyskać więcej szczegółów.


---

# 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/pl/pytania-dotyczace-latex/02-keep-track-of-your-labels-with-showlabels.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.
