You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nl/help.md
+35-58Lines changed: 35 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,98 +128,75 @@ Als er geen engine wordt gespecificeerd via `% !TeX`, dan wordt `pdflatex` gebru
128
128
129
129
---
130
130
131
-
## TODO Choosing how to display the output
131
+
## Weergave van de uitvoer kiezen
132
132
133
-
If you use the TeXLive.net system, then the PDF
134
-
output from running an example is shown using
135
-
[PDF.js](https://mozilla.github.io/pdf.js/) by default. This provides
136
-
consistent behavior over the widest range of browsers.
133
+
Als je het TeXLive.net-systeem gebruikt, dan wordt de PDF-uitvoer van een voorbeeld standaard weergegeven met [PDF.js](https://mozilla.github.io/pdf.js/).
134
+
Dit zorgt voor consistent gedrag in de meeste browsers.
137
135
138
-
If you would prefer to use your browser's default PDF reader (either
139
-
its built in one, or an external application that you have configured)
140
-
then add a comment of the form:
136
+
Als je liever de standaard PDF-lezer van je browser gebruikt (bijvoorbeeld de ingebouwde lezer of een extern programma dat je hebt ingesteld), voeg dan een opmerking toe van de vorm:
141
137
142
-
`% !TEX `_any text_`pdf`
138
+
`% !TEX `_willekeurige tekst_`pdf`
143
139
144
-
The default behavior can be explicitly specified by using `pdfjs` as
145
-
the final token. For debugging you may sometimes want the log file
146
-
returned, even if the document produces a PDF with
147
-
no errors. This can be specified by using `log` as the final token in
148
-
the comment.
149
-
150
-
As an alternative to using a `% !TeX` comment, you may specify the
151
-
site default return parameter on the [Site Settings](settings)
152
-
page. The Settings are specific to each browser, so for example you
153
-
may choose to use the default `pdfjs` setting on your mobile device,
154
-
but use `pdf` on your desktop browser to use its default PDF rendering.
140
+
Het standaardgedrag kan ook expliciet worden aangegeven door `pdfjs` als laatste woord te gebruiken.
141
+
Voor foutopsporing wil je soms het logbestand terugkrijgen, zelfs als het document zonder fouten een PDF produceert.
142
+
Dat kan je doen door `log` als laatste woord in het commentaar te gebruiken.
155
143
144
+
In plaats van een `% !TeX`-commentaar te gebruiken, kan je ook de standaard uitvoeroptie instellen op de pagina [Site-instellingen](settings).
145
+
De instellingen zijn browserspecifiek, dus je kan bijvoorbeeld de standaardinstelling `pdfjs` gebruiken op je mobiel apparaat, en `pdf` op je desktopbrowser om gebruik te maken van de ingebouwde PDF-weergave van de browser.
156
146
157
147
---
158
148
159
-
## HTML output (make4ht, LaTeXML, lwarp)
160
-
161
-
If using the TeXLive.net system, then additional return options,
162
-
`make4ht`, `LaTeXML` or `lwarp` may be specified. These return one or more HTML pages
163
-
in the frame within the page. It may be specified at the same time
164
-
as `xelatex` or `lualatex` as well as the default `pdflatex` processing.
149
+
## HTML-uitvoer (make4ht, LaTeXML, lwarp)
165
150
166
-
To enable this output, add a comment of the form:
151
+
Als je het TeXLive.net-systeem gebruikt, dan zijn er extra uitvoeropties beschikbaar: `make4ht`, `LaTeXML` of `lwarp`.
152
+
Deze leveren één of meer HTML-pagina's in het kader binnen de webpagina.
153
+
Je kan deze opties combineren met `xelatex` of `lualatex`, naast de standaard `pdflatex`-verwerking.
167
154
155
+
Om deze uitvoer in te schakelen, voeg je een commentaarregel toe van de vorm:
168
156
169
157
```
170
158
% !TeX make4ht
171
159
```
172
160
{: .noedit :}
173
161
162
+
Vervang `make4ht` door `LaTeXML` of `lwarp` om die systemen te gebruiken.
174
163
175
-
Replacing `make4ht` by `LaTeXML` or `lwarp` to specify those systems.
176
-
177
-
178
-
179
-
Alternatively you may specify `make4ht`, `LaTeXML` or `lwarp` as the default return option
180
-
on the [Site Settings](settings) page.
181
-
164
+
Je kan `make4ht`, `LaTeXML` of `lwarp` ook instellen als standaard uitvoeroptie op de pagina [Site-instellingen](settings).
182
165
183
-
If using a locally installed TeX system, the same output as the `make4ht`option may be obtained
184
-
by executing
166
+
Als je een lokaal geïnstalleerd TeX-systeem gebruikt, kan je dezelfde uitvoer als met `make4ht`verkrijgen
0 commit comments