> 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/grammatoseires/02-font-typefaces.md).

# Τυπογραφικές γραμματοσειρές

## Εισαγωγή

Από προεπιλογή, το LaTeX στοιχειοθετεί έγγραφα χρησιμοποιώντας την $$\text{Computer Modern}$$ οικογένεια γραμματοσειράς, αλλά μπορείτε να χρησιμοποιήσετε πακέτα LaTeX για να χρησιμοποιήσετε διαφορετικές γραμματοσειρές ανάλογα με τις ανάγκες ή τις προτιμήσεις σας.

## Αλλαγή των προεπιλεγμένων γραμματοσειρών του εγγράφου

Για παράδειγμα, προσθέτοντας `\usepackage{tgbonum}` στο προοίμιο του εγγράφου, το LaTeX θα χρησιμοποιήσει την οικογένεια γραμματοσειρών TEX Gyre Bonum για να στοιχειοθετήσει το έγγραφό σας:

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
Αυτό το έγγραφο είναι ένα δείγμα εγγράφου για τη δοκιμή
οικογενειών γραμματοσειρών και τυπογραφικών μορφών.

Αυτό το κείμενο χρησιμοποιεί μια διαφορετική τυπογραφική μορφή γραμματοσειράς
\end{document}
```

[Ανοίξτε αυτό το παράδειγμα στο Overleaf](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+test+font+%0Afamilies+and+font+typefaces.%0A%0AThis+text+uses+a+different+font+typeface%0A%5Cend%7Bdocument%7D)

Η ακόλουθη εικόνα δείχνει την έξοδο που παράχθηκε από το παραπάνω παράδειγμα:

![FontTypefacesEx1OLV2.png](/files/37cedf738791a7e95f67fe63ace90f756c82b518)

## Αλλαγή της προεπιλεγμένης τυπογραφικής μορφής γραμματοσειράς

Η γραμματοσειρά μπορεί επίσης να αλλάξει για ένα συγκεκριμένο στοιχείο στο έγγραφο.

```latex
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tgbonum}

\begin{document}
Αυτό το έγγραφο είναι ένα δείγμα εγγράφου για τη
δοκιμή οικογενειών γραμματοσειρών και τυπογραφικών μορφών.

{\fontfamily{qcr}\selectfont
Αυτό το κείμενο χρησιμοποιεί μια διαφορετική τυπογραφική μορφή γραμματοσειράς
}
\end{document}
```

[Ανοίξτε αυτό το παράδειγμα στο Overleaf](https://www.overleaf.com/docs?engine=pdflatex\&snip_name=Change+LaTeX+fonts\&snip=%5Cdocumentclass%7Barticle%7D%0A%5Cusepackage%5BT1%5D%7Bfontenc%7D%0A%5Cusepackage%7Btgbonum%7D%0A%0A%5Cbegin%7Bdocument%7D%0AThis+document+is+a+sample+document+to+%0Atest+font+families+and+font+typefaces.%0A%0A%7B%5Cfontfamily%7Bqcr%7D%5Cselectfont%0AThis+text+uses+a+different+font+typeface%0A%7D%0A%5Cend%7Bdocument%7D)

Η ακόλουθη εικόνα δείχνει την έξοδο που παράχθηκε από το παραπάνω παράδειγμα:

![FontTypefacesEx2.png](/files/04fe9b3260c9d00277cdfd9a4b8aa1a400dd9012)

Η εντολή `\fontfamily{qcr}\selectfont` θα ορίσει τη *TeX gyre cursor* τυπογραφική μορφή γραμματοσειράς, της οποίας ο κωδικός γραμματοσειράς είναι `qcr`, για το κείμενο μέσα στις αγκύλες. Είναι διαθέσιμες πολλές ακόμη τυπογραφικές μορφές γραμματοσειρών LaTeX, δείτε το [οδηγό αναφοράς](#reference-guide).

Οι δημοφιλείς τυπογραφικές μορφές γραμματοσειρών LaTeX προέρχονται από τέσσερις οικογένειες:

* *Computer Modern* (προεπιλογή στις τυπικές κλάσεις LaTeX): CM Roman, CM Sans Serif, CM Typewriter
* *Latin Modern*: LM Roman, LM Sans Serif, LM Typewriter, LM Dunhill
* *Γραμματοσειρές PostScript*: Times, Utopia/Fourier, Palatino, Bookman, Helvetica, Courier
* *TeX Gyre*

## Οδηγός αναφοράς

**Τυπογραφικές μορφές Roman, Sans Serif και Typewriter**

| Γραμματοσειρά                | "όνομα πακέτου γραμματοσειράς" | "κωδικός γραμματοσειράς" | Παράδειγμα                                                            |
| ---------------------------- | ------------------------------ | ------------------------ | --------------------------------------------------------------------- |
| Computer Modern Roman        |                                | `cmr`                    | ![Typeface-cmr.png](/files/d099345217381e6534234f8137f14ef40cc0d9ea)  |
| Latin Modern Roman           | `lmodern`                      | `lmr`                    | ![Typeface-lmr.png](/files/204d85e69c50ef114f8c0b3daba4aa423c6dc14f)  |
| Latin Modern Dunhill         | `lmodern`                      | `lmdh`                   | ![Typeface-lmdh.png](/files/50242900d75334fc48ed49fd03ada6f332c81985) |
| TeX Gyre Termes              | `tgtermes`                     | `qtm`                    | ![Typeface-qtm.png](/files/f3f7f6f0ae64ff521e7ad7265239cdc3a69af0c5)  |
| TeX Gyre Pagella             | `tgpagella`                    | `qpl`                    | ![Typeface-qpl.png](/files/00be4818ad244c8bc76cf54133ac7d2f074d8d82)  |
| TeX Gyre Bonum               | `tgbonum`                      | `qbk`                    | ![Typeface-qbk.png](/files/ad7fb896aa099e7e3d62731ab4951293357b812b)  |
| TeX Gyre Schola              | `tgschola`                     | `qcs`                    | ![Typeface-qsc.png](/files/fd122eff659c17ea340f948b8db88e194c237eb9)  |
| Times                        | `mathptmx`                     | `ptm`                    | ![Typeface-ptm.png](/files/0174e237c2d533b121ee7747ff5cf235d8429c8f)  |
| Utopia / Fourier             | `utopia` / `fourier`           | `put`                    | ![Typeface-put.png](/files/bade0a21e45d9bd6e3258975110af60cad18310c)  |
| Palatino                     | `palatino`                     | `ppl`                    | ![Typeface-ppl.png](/files/a1434c95d76405967dc50b1524eafd073ab16ca0)  |
| Bookman                      | `bookman`                      | `pbk`                    | ![Typeface-pbk.png](/files/e1e8f1c0974f8bafb24d58da28bcbd033adec267)  |
| Charter                      | `charter`                      | `bch`                    | ![Typeface-bch.png](/files/2401cc141706ab884657e12505974f16ba515705)  |
| Computer Modern Sans Serif   |                                | `cmss`                   | ![Typeface-cmss.png](/files/91efd5e62b47a4a103a526284c3e27ed2aa66dd4) |
| Latin Modern Sans Serif      | `lmodern`                      | `lmss`                   | ![Typeface-lmss.png](/files/ab20a7dcb9e627742bfbd7b8e80ec7430e8278eb) |
| TeX Gyre Adventor            | `tgadventor`                   | `qag`                    | ![Typeface-qag.png](/files/0f89d4a37d92e04907bf72fbbc7c039260c0f933)  |
| TeX Gyre Heros               | `tgheros`                      | `qhv`                    | ![Typeface-qhv.png](/files/ad28be9c66d557862f238fe4b704c4b2f958ee39)  |
| Helvetica                    | `helvet`                       | `phv`                    | ![Typeface-phv.png](/files/9d83945aee7ead3cd3d73952f4cc92c74a03fc58)  |
| Computer Modern Typewriter   |                                | `cmtt`                   | ![Typeface-cmtt.png](/files/2d3438d06d2c36ae5b0f37ae48fb30b4edfc40b6) |
| Latin Modern Sans Typewriter | `lmodern`                      | `lmtt`                   | ![Typeface-lmtt.png](/files/ef9cbc66c1f2865ea27c1c6c378424254219a4c9) |
| TeX Gyre Cursor              | `tgcursor`                     | `qcr`                    | ![Typeface-qcr.png](/files/19511806a5818cb84c138f2f6b72b7d88b67004a)  |
| Courier                      | `courier`                      | `pcr`                    | ![Typeface-pcr.png](/files/0bdb8d0b6c2710c0276ea3aaafefa6e09650e62b)  |

Δείτε επίσης [Ο Κατάλογος Γραμματοσειρών LaTeX](https://tug.org/FontCatalogue/), αν και σημειώστε ότι δεν διανέμονται όλες οι γραμματοσειρές που παρατίθενται στον κατάλογο με άδεια που επιτρέπει τη διανομή τους ως μέρος του TeX Live, και επομένως δεν είναι διαθέσιμες όλες αυτές οι γραμματοσειρές στο Overleaf.

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

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

* [Ο Κατάλογος Γραμματοσειρών LaTeX](https://tug.org/FontCatalogue/).
* [Έντονα, πλάγια και υπογραμμίσεις](/latex/el/ta-vasika-toy-latex/03-bold-italics-and-underlining.md)
* [Μεγέθη γραμματοσειράς, οικογένειες και στυλ](/latex/el/grammatoseires/01-font-sizes-families-and-styles.md)
* [Υποστήριξη σύγχρονων γραμματοσειρών με XeLaTeX](/latex/el/grammatoseires/03-xelatex.md)
* [Μορφοποίηση παραγράφων](/latex/el/morfopoiisi/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [Αλλαγές γραμμής και κενά διαστήματα](/latex/el/morfopoiisi/05-line-breaks-and-blank-spaces.md)
* [Πολλές στήλες](/latex/el/morfopoiisi/09-multiple-columns.md)
* [Έγγραφα μονής και διπλής όψης](/latex/el/morfopoiisi/08-single-sided-and-double-sided-documents.md)
* [Διαχείριση σε ένα μεγάλο έργο](/latex/el/domi-eggrafoy/07-management-in-a-large-project.md)
* [Προγράμματα LaTeX πολλαπλών αρχείων](/latex/el/domi-eggrafoy/08-multi-file-latex-projects.md)


---

# 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/grammatoseires/02-font-typefaces.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.
