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

# Lettertypefamilies

## Inleiding

Standaard zet LaTeX documenten op met de $$\text{Computer Modern}$$ lettertypefamilie, maar je kunt LaTeX-pakketten gebruiken om andere lettertypen te gebruiken, afhankelijk van je behoeften of voorkeuren.

## De standaarddocumentlettertypen wijzigen

Bijvoorbeeld door `\usepackage{tgbonum}` toe te voegen aan de documentpreambule, zal LaTeX de TEX Gyre Bonum-lettertypefamilie gebruiken om je document op te maken:

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

\begin{document}
Dit document is een voorbeelddocument om lettertype
families en lettertypen te testen.

Deze tekst gebruikt een ander lettertype
\end{document}
```

[Open dit voorbeeld in 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)

De volgende afbeelding toont de uitvoer die door het bovenstaande voorbeeld is geproduceerd:

![FontTypefacesEx1OLV2.png](/files/16b6cd01a73c0e366e9d167c68efbb9503a164b9)

## Standaardlettertype wijzigen

Het lettertype kan ook voor een specifiek element in het document worden gewijzigd.

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

\begin{document}
Dit document is een voorbeelddocument om
lettertypefamilies en lettertypen te testen.

{\fontfamily{qcr}\selectfont
Deze tekst gebruikt een ander lettertype
}
\end{document}
```

[Open dit voorbeeld in 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)

De volgende afbeelding toont de uitvoer die door het bovenstaande voorbeeld is geproduceerd:

![FontTypefacesEx2.png](/files/6ff35e81adb577e38b8964e19737b2aa4cfee52a)

Het commando `\fontfamily{qcr}\selectfont` zal het *TeX Gyre Cursor* lettertype, waarvan de lettertypecode is `qcr`, voor de tekst binnen de accolades. Er zijn nog veel meer LaTeX-lettertypen beschikbaar, zie de [naslaggids](#reference-guide).

De populaire LaTeX-lettertypen zijn afkomstig uit vier families:

* *Computer Modern* (standaard in standaard LaTeX-klassen): CM Roman, CM Sans Serif, CM Typewriter
* *Latin Modern*: LM Roman, LM Sans Serif, LM Typewriter, LM Dunhill
* *PostScript-lettertypen*: Times, Utopia/Fourier, Palatino, Bookman, Helvetica, Courier
* *TeX Gyre*

## Naslaggids

**Roman-, Sans Serif- en Typewriter-lettertypen**

| Lettertype                   | "naam van het lettertypenpakket" | "lettertypecode" | Voorbeeld                                                             |
| ---------------------------- | -------------------------------- | ---------------- | --------------------------------------------------------------------- |
| Computer Modern Roman        |                                  | `cmr`            | ![Typeface-cmr.png](/files/53d20ccc3e97645b120ee4e6597b57765179c3e4)  |
| Latin Modern Roman           | `lmodern`                        | `lmr`            | ![Typeface-lmr.png](/files/aa143b5ae3a643532245b60f8a8373a7860803b7)  |
| Latin Modern Dunhill         | `lmodern`                        | `lmdh`           | ![Typeface-lmdh.png](/files/8a6942871ffc8d1089921f2e113c15692b290a66) |
| TeX Gyre Termes              | `tgtermes`                       | `qtm`            | ![Typeface-qtm.png](/files/4ba16e27001e8a0481079837552ce1b15c66df71)  |
| TeX Gyre Pagella             | `tgpagella`                      | `qpl`            | ![Typeface-qpl.png](/files/d3ca95f375c66b3e1ba05e81421a599980cf07fe)  |
| TeX Gyre Bonum               | `tgbonum`                        | `qbk`            | ![Typeface-qbk.png](/files/c4dc2d4f1561e57baae0832573562dd63dbcb0c0)  |
| TeX Gyre Schola              | `tgschola`                       | `qcs`            | ![Typeface-qsc.png](/files/10362e4b3da3df9c651cf9764fea98dd0cc27813)  |
| Times                        | `mathptmx`                       | `ptm`            | ![Typeface-ptm.png](/files/f31bfb9675289c9d7f7d4b5680e207f1af5c19c9)  |
| Utopia / Fourier             | `utopia` / `fourier`             | `put`            | ![Typeface-put.png](/files/fdbd0c507aa16b4f9f3a8be2903f94c766296749)  |
| Palatino                     | `palatino`                       | `ppl`            | ![Typeface-ppl.png](/files/0aef658a112323b5dbe8977ef81acd24ccf33ec1)  |
| Bookman                      | `bookman`                        | `pbk`            | ![Typeface-pbk.png](/files/f6933fa4392bc3af2bb30e2b912e383fe5c4fbeb)  |
| Charter                      | `charter`                        | `bch`            | ![Typeface-bch.png](/files/7b7626d16d016b8a39a496e11ecd6aea09567174)  |
| Computer Modern Sans Serif   |                                  | `cmss`           | ![Typeface-cmss.png](/files/069c89c08ac738fba63c5c2689e20c95bf0ecad2) |
| Latin Modern Sans Serif      | `lmodern`                        | `lmss`           | ![Typeface-lmss.png](/files/703fd7a84d9f4e43e1f8f60842328ab0aa5f072a) |
| TeX Gyre Adventor            | `tgadventor`                     | `qag`            | ![Typeface-qag.png](/files/f081e0b47fd47aa59d6755f4d149d89672cba41c)  |
| TeX Gyre Heros               | `tgheros`                        | `qhv`            | ![Typeface-qhv.png](/files/933cdb691eb4dc196f87991800e45432823f8c98)  |
| Helvetica                    | `helvet`                         | `phv`            | ![Typeface-phv.png](/files/f6d8ad62008ff59e1799559ab7ebe038a6a88203)  |
| Computer Modern Typewriter   |                                  | `cmtt`           | ![Typeface-cmtt.png](/files/b422510166e4f83e63bdeccaa8d516803f8f9934) |
| Latin Modern Sans Typewriter | `lmodern`                        | `lmtt`           | ![Typeface-lmtt.png](/files/55aa0414dcce45a8b8f4c29a724efa72f8758d83) |
| TeX Gyre Cursor              | `tgcursor`                       | `qcr`            | ![Typeface-qcr.png](/files/9578224fef779c100a44f73c19488ab496084830)  |
| Courier                      | `courier`                        | `pcr`            | ![Typeface-pcr.png](/files/9cb7fbd1b5b666b98789992325de5acf8b8f95f8)  |

Zie ook [De LaTeX-lettertypecatalogus](https://tug.org/FontCatalogue/), maar let op dat niet alle lettertypen in de catalogus worden gedistribueerd met een licentie die toestaat dat ze als onderdeel van TeX Live worden verspreid, en daarom zijn niet al die lettertypen beschikbaar op Overleaf.

## Verder lezen

Zie voor meer informatie:

* [De LaTeX-lettertypecatalogus](https://tug.org/FontCatalogue/).
* [Vet, cursief en onderstrepen](/latex/nl/latex-basis/03-bold-italics-and-underlining.md)
* [Lettergroottes, lettertypen en stijlen](/latex/nl/lettertypen/01-font-sizes-families-and-styles.md)
* [Ondersteuning voor moderne lettertypen met XeLaTeX](/latex/nl/lettertypen/03-xelatex.md)
* [Alinea-opmaak](/latex/nl/opmaak/04-articles-how-to-change-paragraph-spacing-in-latex.md)
* [Regeleinden en witruimte](/latex/nl/opmaak/05-line-breaks-and-blank-spaces.md)
* [Meerdere kolommen](/latex/nl/opmaak/09-multiple-columns.md)
* [Enkelzijdige en dubbelzijdige documenten](/latex/nl/opmaak/08-single-sided-and-double-sided-documents.md)
* [Beheer in een groot project](/latex/nl/documentstructuur/07-management-in-a-large-project.md)
* [LaTeX-projecten met meerdere bestanden](/latex/nl/documentstructuur/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/nl/lettertypen/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.
