> 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/el/sximata-kai-pinakes/03-lists-of-tables-and-figures.md).

# Κατάλογοι πινάκων και σχημάτων

## Εισαγωγή

Ένας κατάλογος πινάκων και σχημάτων διατηρεί τις πληροφορίες οργανωμένες και παρέχει εύκολη πρόσβαση σε ένα συγκεκριμένο στοιχείο. Αυτό το άρθρο εξηγεί πώς να δημιουργήσετε έναν κατάλογο σχημάτων, έναν κατάλογο πινάκων και πώς να αλλάξετε τον προεπιλεγμένο τίτλο και στους δύο.

Ας ξεκινήσουμε με ένα βασικό παράδειγμα:

```latex
\documentclass{article}
\usepackage{graphicx}
\graphicspath{ {figures/} }
\usepackage{array}

\begin{document}

\thispagestyle{empty}
\listoffigures
\listoftables
\newpage
\pagenumbering{arabic}

Lorem ipsum dolor sit amet, consectetuer adipiscing
elit.  Etiam lobortisfacilisis...
\end{document}
```

![ListOfTablesAndFiguresEx1OLV2.png](/files/43694a75876bbd03e47659601f29df61e2c35f06)

&#x20;[Ανοίξτε ένα παράδειγμα στο Overleaf](https://www.overleaf.com/project/new/template/20148?id=68603601\&templateName=Lists+of+tables+and+figures\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

Οι εντολές `\listoffigures` και `\listoftables` είναι αυτονόητες, η πρώτη δημιουργεί τον κατάλογο σχημάτων και η δεύτερη τον κατάλογο πινάκων. Σε αυτό το παράδειγμα υπάρχουν δύο ακόμη σχετικές εντολές:

**\thispagestyle{empty}**

Αφαιρεί την αρίθμηση σελίδων.

**\pagenumbering{arabic}**

Ξεκινά ξανά την αρίθμηση σελίδων με αραβικούς αριθμούς.

## Αλλαγή των ονομάτων

Όπως φαίνεται στο ακόλουθο παράδειγμα, οι προεπιλεγμένοι τίτλοι, "List of Tables" και "List of Figures", μπορούν να αλλάξουν σε οποιοδήποτε άλλο κείμενο:

```latex
\documentclass{article}
\usepackage{graphicx}
\usepackage{array}
\graphicspath{ {figures/} }

\renewcommand{\listfigurename}{List of plots}
\renewcommand{\listtablename}{Tables}

\begin{document}

\thispagestyle{empty}
\listoffigures
\listoftables
\clearpage
\pagenumbering{arabic}

Lorem ipsum dolor sit amet, consectetuer adipiscing elit.  Etiam lobortisfacilisis...
\end{document}
```

![Listoffiguresandtables.png](/files/0943d02fbc265c950d2414752ff7b6195e0a46f8)

&#x20;[Ανοίξτε ένα παράδειγμα στο Overleaf](https://www.overleaf.com/project/new/template/20148?id=68603601\&templateName=Lists+of+tables+and+figures\&latexEngine=pdflatex\&texImage=texlive-full%3A2020.1\&mainFile=)

Οι εντολές που ξαναγράφουν τους τίτλους είναι:

* `\renewcommand{\listfigurename}{List of plots}` θα γράψει "List of plots" αντί για "List of Figures".
* `\renewcommand{\listtablename}{Tables}` θα γράψει "Tables" αντί για "List of Tables".

Αν χρησιμοποιείτε το `babel` πακέτο στο έγγραφό σας και χρειάζεται να χρησιμοποιήσετε οποιαδήποτε από τις προηγούμενες εντολές, βάλτε την μέσα στις αγκύλες του `\addto\captionsenglish{ }`. Αντί για `english` στο `\captionenglish` γράψτε το όνομα της γλώσσας που ορίσατε στο babel.

**Σημείωση**: το έγγραφό σας ίσως χρειαστεί να μεταγλωττιστεί δύο φορές ώστε οι λίστες να δημιουργηθούν σωστά.

## Περαιτέρω ανάγνωση

Για περισσότερες πληροφορίες, δείτε:

* [Εισαγωγή εικόνων](/latex/el/perissotera-themata/27-inserting-images.md)
* [Πίνακες](/latex/el/sximata-kai-pinakes/01-tables.md)
* [Τοποθέτηση εικόνων και πινάκων](/latex/el/sximata-kai-pinakes/02-positioning-images-and-tables.md)
* [Ενότητες και κεφάλαια](/latex/el/domi-eggrafoy/01-sections-and-chapters.md)
* [Πίνακας περιεχομένων](/latex/el/domi-eggrafoy/02-table-of-contents.md)
* [Δείκτες](/latex/el/domi-eggrafoy/04-indices.md)
* [Γλωσσάρια](/latex/el/domi-eggrafoy/05-glossaries.md)
* [Αρίθμηση σελίδων](/latex/el/morfopoiisi/03-page-numbering.md)
* [Διαχείριση σε ένα μεγάλο έργο](/latex/el/domi-eggrafoy/07-management-in-a-large-project.md)
* [Έργα LaTeX πολλαπλών αρχείων](/latex/el/domi-eggrafoy/08-multi-file-latex-projects.md)
* [Μετρητές](/latex/el/morfopoiisi/10-counters.md)
* [Η όχι και τόσο σύντομη εισαγωγή στο LaTeX2ε](http://www.ctan.org/tex-archive/info/lshort/)


---

# 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/el/sximata-kai-pinakes/03-lists-of-tables-and-figures.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.
