Skip to content

Commit a5109fc

Browse files
muttenerdavidcarlisle
authored andcommitted
translate
1 parent 5753446 commit a5109fc

1 file changed

Lines changed: 64 additions & 82 deletions

File tree

nl/lesson-16.md

Lines changed: 64 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,71 @@
11
---
22
layout: "lesson"
33
lang: "nl"
4-
title: "Accessing documentation and getting help"
5-
description: "This lesson shows the main sources of documentation for LaTeX-related software and packages, and how to seek help when you are in trouble."
6-
toc-anchor-text: "Help & documentation"
7-
toc-description: "Accessing help and documentation."
4+
title: "Documentatie raadplegen en hulp krijgen"
5+
description: "Deze les toont de belangrijkste bronnen van documentatie voor LaTeX-gerelateerde software en pakketten, en hoe je hulp kan zoeken als je vastloopt."
6+
toc-anchor-text: "Hulp & documentatie"
7+
toc-description: "Hulp en documentatie raadplegen."
88
---
99

10-
# Documentation and getting help
10+
# Documentatie en hulp krijgen
1111

12-
<span
13-
class="summary">This lesson shows the main sources of documentation for LaTeX-related software and packages, and how to seek help when you are in trouble.</span>
12+
<span class="summary">Deze les toont de belangrijkste bronnen van documentatie voor LaTeX-gerelateerde software en pakketten, en hoe je hulp kan zoeken als je vastloopt.</span>
1413

15-
There are several ways to access the documentation of a package or class.
14+
Er zijn verschillende manieren om de documentatie van een pakket of klasse te raadplegen.
1615

1716
## `texdoc`
1817

19-
If you've installed a TeX distribution (_e.g._, TeX Live or MiKTeX) and included
20-
the documentation when you installed it you can access the locally saved
21-
documentation using the `texdoc` command line tool. Using:
18+
Als je een TeX-distributie hebt geïnstalleerd (_bijv._, TeX Live of MiKTeX) en daarbij ook de documentatie hebt geïnstalleerd, dan kan je de lokaal opgeslagen documentatie openen met het opdrachtregelprogramma `texdoc`. Door
2219

23-
`texdoc` < _pkg_ >
20+
`texdoc` < _pkt_ >
2421

25-
will open the documentation of package `<pkg>`. The utility will search the
26-
available documentation and open what it thinks is the closest match to your
27-
search term. You can list and choose from among all the viable results it finds
28-
using:
22+
uit te voeren, open je de documentatie van het pakket `<pkt>`.
23+
De tool zoekt naar beschikbare documentatie en opent wat volgens hem het beste overeenkomt met je zoekterm.
24+
Je kan een lijst krijgen van alle mogelijke resultaten en er één uitkiezen met:
2925

30-
`texdoc -l` < _pkg_ >
26+
`texdoc -l` < _pkt_ >
3127

3228
## texdoc.org
3329

34-
This is a [website](https://texdoc.org/) which works similarly to the `texdoc` utility. You can search
35-
for documentation they have available just like you would do with `texdoc -l`
36-
and then choose from among the results.
30+
Dit is een [website](https://texdoc.org/) die gelijkaardig werkt als het hulpprogramma `texdoc`.
31+
Je kan zoeken naar beschikbare documentatie net zoals je zou doen met `texdoc -l` en dan kiezen uit de resultaten.
3732

3833
## CTAN
3934

40-
[CTAN](https://www.ctan.org) is the Comprehensive TeX Archive Network. Most LaTeX packages are published
41-
there. You can search the site for a package to access its
42-
documentation. Usually the packages are saved in `ctan.org/pkg/<pkg-name>`
43-
and you can access the README and documentation of the packages stored on CTAN
44-
there.
45-
46-
## Books on LaTeX
47-
48-
There are several books available that can help you learn more about LaTeX.
49-
As a beginner, you will gain a lot from a structured beginners guide, as
50-
those can give a lot more detail than we've covered here. You might also
51-
want access to a reference with more detail and recommendations.
52-
53-
The LaTeX team have [a list of books](https://www.latex-project.org/help/books/)
54-
largely written by members. The most notable are [Lamport's official
55-
guide](https://www.informit.com/store/latex-a-document-preparation-system-9780201529838)
56-
and the comprehensive
57-
[LaTeX Companion 3rd edition](https://www.informit.com/store/latex-companion-parts-i-ii-3rd-edition-9780138166489).
58-
59-
Other books aimed at learning LaTeX include
60-
61-
- [_Guide to
62-
LaTeX_](https://www.informit.com/store/guide-to-latex-9780132651714) by Helmut
63-
Kopka and Patrick Daly: available as an e-book
64-
- [_LaTeX for Complete Novices_](https://www.dickimaw-books.com/latex/novices/) by
65-
Nicola Talbot: available as a free e-book or low-cost printed edition
66-
- [_Using LaTeX to write a PhD
67-
thesis_](https://www.dickimaw-books.com/latex/thesis/) by
68-
Nicola Talbot: available as a free e-book or low-cost printed edition
69-
- [_LaTeX Beginner's Guide_](https://www.packtpub.com/gb/hardware-and-creative/latex-beginners-guide)
70-
by Stefan Kottwitz: available as an e-book and in print
71-
- [_LaTeX and Friends_](https://www.springer.com/gp/book/9783642238154) by
72-
Marc van Dongen: available as an e-book and in print
73-
74-
## Getting help
75-
76-
There are various online forums for asking LaTeX questions; perhaps the most
77-
popular today is [TeX - LaTeX StackExchange](https://tex.stackexchange.com).
78-
Whenever you ask a question, it's best to first get your example clear: what is
79-
normally known as a 'minimal working example' (MWE). This doesn't mean the code
80-
works (as you wouldn't be asking otherwise!), but rather it means you've done
81-
your best to make it clear, self-contained and minimal. The latter means
82-
having only enough content to show the issue.
83-
84-
### How to provide a minimal working example (MWE)
85-
86-
How do you construct a MWE? Normally easiest is to start from
35+
[CTAN](https://www.ctan.org) is het Comprehensive TeX Archive Network.
36+
De meeste LaTeX-pakketten worden daar gepubliceerd.
37+
Je kan op de site zoeken naar een pakket om de documentatie te bekijken.
38+
Meestal zijn de pakketten te vinden op `ctan.org/pkg/<pakket-naam>` en kan je daar de README en documentatie van het pakket openen.
39+
40+
## Boeken over LaTeX
41+
42+
Er zijn meerdere boeken beschikbaar die je kunnen helpen om meer over LaTeX te leren.
43+
Als beginner kan je veel baat hebben bij een gestructureerde beginnersgids, omdat die vaak veel meer detail biedt dan wat we hier behandelen.
44+
Je wil misschien ook toegang hebben tot een referentie met meer uitleg en aanbevelingen.
45+
46+
Het LaTeX-team heeft [een lijst met boeken](https://www.latex-project.org/help/books/), grotendeels geschreven door leden.
47+
De bekendste zijn [Lamports officiële gids](https://www.informit.com/store/latex-a-document-preparation-system-9780201529838) en de uitgebreide [LaTeX Companion 3e editie](https://www.informit.com/store/latex-companion-parts-i-ii-3rd-edition-9780138166489).
48+
49+
Andere boeken gericht op het leren van LaTeX zijn:
50+
51+
- [_Guide to LaTeX_](https://www.informit.com/store/guide-to-latex-9780132651714) door Helmut Kopka en Patrick Daly: beschikbaar als e-boek
52+
- [_LaTeX for Complete Novices_](https://www.dickimaw-books.com/latex/novices/) door Nicola Talbot: gratis e-boek of goedkope papieren versie
53+
- [_Using LaTeX to write a PhD thesis_](https://www.dickimaw-books.com/latex/thesis/) door Nicola Talbot: gratis e-boek of goedkope papieren versie
54+
- [_LaTeX Beginner's Guide_](https://www.packtpub.com/gb/hardware-and-creative/latex-beginners-guide) door Stefan Kottwitz: beschikbaar als e-boek en ook gedrukt
55+
- [_LaTeX and Friends_](https://www.springer.com/gp/book/9783642238154) door Marc van Dongen: beschikbaar als e-boek en ook gedrukt
56+
57+
## Hulp krijgen
58+
59+
Er zijn diverse online fora voor het stellen van LaTeX-vragen;
60+
het meest populair is tegenwoordig [TeX - LaTeX StackExchange](https://tex.stackexchange.com).
61+
Wanneer je een vraag stelt, is het het beste om eerst een duidelijk voorbeeld te maken: een zogeheten 'minimal working example' (MWE).
62+
Dit betekent niet dat de code werkt (je stelt immers een vraag!), maar wel dat je je best hebt gedaan om het voorbeeld duidelijk, op zichzelf staand en zo klein mogelijk te maken.
63+
Dat laatste betekent: alleen genoeg inhoud om het probleem te tonen.
64+
65+
### Hoe maak je een minimal working example (MWE)
66+
67+
Hoe maak je een MWE?
68+
Meestal is het het makkelijkst om te beginnen met
8769

8870
```latex
8971
\documentclass{article}
@@ -93,28 +75,28 @@ Text
9375
\end{document}
9476
```
9577

96-
and add lines one at a time until you show the issue. You can try to
97-
'cut down' your real file, but that can be a long process.
78+
en regel voor regel toe te voegen tot je het probleem kan laten zien.
79+
Je kan ook proberen je echte bestand 'in te korten', maar dat kan veel tijd kosten.
9880

9981
<p
100-
class="hint">If you need more text to show page breaking and other effects, then packages such as <code>lipsum</code> may be used to generate nonsense paragaraphs of text while keeping your test file small.</p>
82+
class="hint">Als je meer tekst nodig hebt om bijvoorbeeld pagina-afbrekingen te tonen, dan kan je het pakket <code>lipsum</code> gebruiken om nep-paragrafen te genereren en zo je testbestand toch klein te houden.</p>
10183

84+
### Logbestand
10285

103-
### Log file
86+
Eén ding dat je zeker nodig hebt, is je logbestand;
87+
dit wordt elke keer aangemaakt door LaTeX wanneer je het uitvoert, en heeft dezelfde naam als je invoerbestand maar eindigt op `.log`.
10488

105-
One thing you will want available is your log file; this is created by LaTeX
106-
every time you run it, and has the same name as your input but ending `.log`.
89+
<p class="hint">
90+
Afhankelijk van je bureaubladinterface moet je mogelijk 'bestandsnaamextensies tonen' inschakelen om het juiste bestand te vinden.</p>
10791

108-
<p
109-
class="hint">Depending on your desktop interface, you might need to 'show extensions' to work out which file it is.</p>
110-
111-
In the log file, you can always see the full error messages. LaTeX's error messages try to be helpful, but they are not the same as messages in word processors.
92+
In het logbestand kan je altijd de volledige foutmeldingen terugvinden.
93+
De foutmeldingen van LaTeX proberen behulpzaam te zijn, maar ze zijn niet zoals je gewend bent van tekstverwerkers.
11294

113-
<p
114-
class="hint">Some editors also make it hard to see the 'full' text of an error, which can hide key details.</p>
95+
<p class="hint">
96+
Sommige tekstbewerkers maken het moeilijk om de volledige fouttekst te zien, wat belangrijke details kan verbergen.</p>
11597

116-
If you have a problem, expert LaTeX users will often ask for a copy of your log file.
98+
Als je een probleem hebt, zullen ervaren LaTeX-gebruikers vaak vragen om een kopie van je logbestand.
11799

118-
### Going further
100+
### Verder gaan
119101

120-
Finally we offer a [gallery of small examples](./extra-01) showing a range of different subject areas not covered in this introduction, and different LaTeX packages in those areas.
102+
Tot slot bieden we een [galerij met kleine voorbeelden](./extra-01) die een reeks onderwerpen laten zien die niet in deze inleiding behandeld zijn, en LaTeX-pakketten die in die gebieden gebruikt worden.

0 commit comments

Comments
 (0)