Skip to content

Commit 63d57a2

Browse files
muttenerdavidcarlisle
authored andcommitted
translate
1 parent 128eb51 commit 63d57a2

1 file changed

Lines changed: 9 additions & 21 deletions

File tree

nl/more-16.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,17 @@
11
---
22
layout: "lesson"
33
lang: "nl"
4-
title: "More on: Accessing documentation and getting help"
5-
description: "This lesson show you where you can find the sources of LaTeX itself."
6-
toc-anchor-text: "More on: Accessing documentation and getting help"
4+
title: "Meer over: Documentatie raadplegen en hulp krijgen"
5+
description: "Deze les laat zien waar je de bronbestanden van LaTeX zelf kan vinden."
6+
toc-anchor-text: "Meer over: Documentatie raadplegen en hulp krijgen"
77
---
88

9+
## Gedocumenteerde broncode van LaTeX
910

10-
## Documented sources of LaTeX
11-
12-
The `texdoc` command described earlier is not restricted to package documentation. If you wish to
13-
go beyond the areas covered by this course and study the LaTeX inplementation in detail then
14-
the following links may help.
15-
16-
The source of LaTeX itself is available as a LaTeX-typeset document `source2e.pdf`, available
17-
from `texdoc source2e` or at
18-
[texdoc.org](https://texdoc.org/pkg/source2e).
19-
20-
Current releases of LaTeX also have preloaded the LaTeX3 Programming Language code, previously available
21-
as the `expl3` package. `texdoc` may be used to see the
22-
[expl3 interface description](https://texdoc.org/pkg/interface3) (`texdoc interface3`)
23-
or
24-
[full expl3 source code](https://texdoc.org/pkg/source3) (`texdoc source3`).
25-
26-
27-
11+
Het eerder besproken `texdoc`-commando is niet beperkt tot documentatie van pakketten.
12+
Als je verder wil gaan dan de onderwerpen die in deze cursus aan bod komen en de LaTeX-implementatie in detail wil bestuderen, dan kunnen de volgende links je helpen.
2813

14+
De broncode van LaTeX zelf is beschikbaar als een LaTeX-opgemaakt document `source2e.pdf`, te openen met `texdoc source2e` of te vinden op [texdoc.org](https://texdoc.org/pkg/source2e).
2915

16+
Recente versies van LaTeX bevatten ook standaard de LaTeX3 programmeertaalcode, die voorheen beschikbaar was als het `expl3`-pakket.
17+
Met `texdoc` kan je de [interfacebeschrijving van expl3](https://texdoc.org/pkg/interface3) bekijken (`texdoc interface3`), of de [volledige broncode van expl3](https://texdoc.org/pkg/source3) doornemen (`texdoc source3`).

0 commit comments

Comments
 (0)