]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/nl/macros.itexi
a7e20d7b5fe9b28eeb227072b5d11428eb984960
[lilypond.git] / Documentation / nl / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 77c34ddc0877c0625a48e1b41049b6dbaae215e0
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10
11 @include version.itexi
12 @include common-macros.itexi
13
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
18
19 This file should contain macro defintions which are common to all
20 languages, i.e. all macro definitions which do not contain text that
21 should be translated (namely text visible in the output).
22
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
26
27
28 @c   ***** Displaying text *****
29
30 @c To get decent quotes in `foo' and ``foo''.
31
32 @macro q{TEXT}
33 @quoteleft{}\TEXT\@quoteright{}
34 @end macro
35
36 @macro qq{TEXT}
37 @quotedblleft{}\TEXT\@quotedblright{}
38 @end macro
39
40 @ifhtml
41
42 @macro warning{TEXT}
43 @html
44 <div class="warning">
45 @end html
46 @strong{Nota bene :} \TEXT\
47 @c keep the space for proper nesting of </p>
48
49 @html
50 </div>
51 @end html
52 @end macro
53
54 @end ifhtml
55
56 @ifnothtml
57
58 @macro warning{TEXT}
59 @quotation
60 @quotation
61 @cartouche
62 @b{Note :} \TEXT\
63 @end cartouche
64 @end quotation
65 @end quotation
66 @end macro
67
68 @end ifnothtml
69
70
71 @macro docMain
72 @cartouche
73 Voor meer informatie over waar deze handleiding in de rest van de
74 documentatie past, of over het lezen van deze handleiding in andere
75 formaten, zie @rweb{Handleidingen}.
76
77 Mocht je een handleiding missen, de volledige documentatie is altijd te
78 vinden op @w{@uref{http://@/www@/.lilypond@/.org/}}.
79 @end cartouche
80 @end macro
81
82
83 @macro lilyTitlePage{TITLE}
84 @c  This produces the unified index
85 @syncodeindex fn cp
86 @syncodeindex vr cp
87
88
89 @c   ***** Copyright stuff *****
90 @ifset FDL
91 @copying
92 @copyrightDeclare
93
94 @emph{The translation of the following copyright notice is provided
95 for courtesy to non-English speakers, but only the notice in English
96 legally counts.}
97
98 @emph{De vertaling van onderstaande copyright voorwaarden wordt gegeven
99 ter oriëntering voor niet-Engelstalige lezers.  Juridisch gezien is
100 echter uitsluitend de engelstalige versie rechtsgeldig.}
101
102 @c van http://nl.wiktionary.org/wiki/WikiWoordenboek:GNU-licentie_voor_vrije_documentatie_in_het_Nederlands
103 @quotation
104 Toestemming wordt verleend tot het kopiëren, verspreiden en/of wijzigen
105 van dit document onder de bepalingen van de GNU Vrije Documentatie
106 Licentie, versie 1.1 of iedere latere versie uitgegeven door de Free
107 Software Foundation; zonder Invariante Secties, zonder Omslagteksten
108 voor de Voorkant en zonder Omslagteksten voor de Achterkant. Een kopie
109 van de licentie is opgenomen in de sectie getiteld ``GNU Vrije
110 Documentatie Licentie''.
111
112 @end quotation
113
114 @quotation
115 Permission is granted to copy, distribute and/or modify this document
116 under the terms of the GNU Free Documentation License, Version 1.1
117 or any later version published by the Free Software Foundation;
118 with no Invariant Sections.
119 A copy of the license is included in the section entitled ``GNU
120 Free Documentation License''.
121 @end quotation
122 @end copying
123 @end ifset
124
125 @ifclear FDL
126 @copying
127 This document has been placed in the public domain.
128 @end copying
129 @end ifclear
130
131
132 @c   ***** Title page *****
133 @ifnottex
134 @node Top
135 @top LilyPond -- \TITLE\
136
137 @cartouche
138 @manualIntro{}
139 @end cartouche
140 @end ifnottex
141
142 @finalout
143
144 @titlepage
145 @title LilyPond
146 @subtitle Het muziekprogramma
147 @titlefont{\TITLE\}
148 @author Het LilyPond ontwikkelteam
149
150 @vskip 60pt
151
152 @cartouche
153 @manualIntro{}
154 @end cartouche
155
156 @vskip 40pt
157
158 @docMain{}
159
160 @vskip 0pt plus 1filll
161
162 @insertcopying
163
164 Voor LilyPond versie @version{}
165 @end titlepage
166
167 @end macro
168
169 @c   ***** Headings in a doc subsection *****
170
171 @c Don't insert an empty line after @predefined!  Right now
172 @c it doesn't matter, but a future implementation will probably
173 @c add some code which needs this restriction.
174
175 @macro predefined
176 @noindent
177 @subsubheading Voorgedefiniëerde commando's
178 @end macro
179
180 @c The next macro is a dummy currently since texinfo doesn't
181 @c provide a real ragged-right environment yet.
182 @c
183 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
184 @c the macro must not be empty.
185
186 @macro endpredefined
187 @c
188 @end macro
189
190
191 @macro snippets
192 @noindent
193 @subsubheading Uitgezochte snippers
194 @end macro
195
196
197 @c Don't insert an empty line after @seealso!  Otherwise we get
198 @c unwanted extra vertical space in the PDF output.
199
200 @macro seealso
201 @noindent
202 @subsubheading Zie ook
203 @indent
204 @end macro
205
206
207 @macro knownissues
208 @noindent
209 @subsubheading Bekende problemen en waarschuwingen
210 @end macro
211
212
213
214 @c   ***** Links and references *****
215
216 @c  Definitions for references:
217 @c
218 @c     @rweb
219 @c     @ressay
220 @c     @rglos
221 @c     @rinternals
222 @c     @rlearning
223 @c     @rlsr
224 @c     @rprogram
225 @c     @ruser
226 @c     @rchanges
227 @c     @rextend
228 @c     @rcontrib
229 @c
230 @c  All these also have a @...named version which allows to specify the
231 @c  displayed text for the reference as second argument.
232 @c
233 @c ***** HTML + bigpage is a special case (other manual names); all other
234 @c formats are treated similarly.
235
236
237 @c *** not TeX ***
238
239 @ifnottex
240
241 @c ** bigpage **
242
243 @ifset bigpage
244
245 @macro rglos{TEXT}
246 @vindex \TEXT\
247 @ref{\TEXT\,,,music-glossary-big-page,Terminologie}
248 @end macro
249
250 @macro rglosnamed{TEXT,DISPLAY}
251 @vindex \TEXT\
252 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Terminologie}
253 @end macro
254
255 @macro rlearning{TEXT}
256 @vindex \TEXT\
257 @ref{\TEXT\,,,learning-big-page,Beginnen}
258 @end macro
259
260 @macro rlearningnamed{TEXT,DISPLAY}
261 @vindex \TEXT\
262 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Beginnen}
263 @end macro
264
265 @macro ruser{TEXT}
266 @vindex \TEXT\
267 @ref{\TEXT\,,,notation-big-page,Notatie-handleiding}
268 @end macro
269
270 @macro rusernamed{TEXT,DISPLAY}
271 @vindex \TEXT\
272 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notatie-handleiding}
273 @end macro
274
275 @macro rextend{TEXT}
276 @vindex \TEXT\
277 @ref{\TEXT\,,,extending,Extending}
278 @end macro
279
280 @macro rextendnamed{TEXT,DISPLAY}
281 @vindex \TEXT\
282 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
283 @end macro
284
285 @macro rchanges{TEXT}
286 @vindex \TEXT\
287 @ref{\TEXT\,,,changes,Changes}
288 @end macro
289
290 @macro rchangesnamed{TEXT,DISPLAY}
291 @vindex \TEXT\
292 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
293 @end macro
294
295 @macro rcontrib{TEXT}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
298 @end macro
299
300 @macro rcontribnamed{TEXT,DISPLAY}
301 @vindex \TEXT\
302 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
303 @end macro
304
305 @macro rweb{TEXT}
306 @vindex \TEXT\
307 @ref{\TEXT\,,,web,Algemene Informatie}
308 @end macro
309
310 @macro rwebnamed{TEXT,DISPLAY}
311 @vindex \TEXT\
312 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
313 @end macro
314
315 @macro ressay{TEXT}
316 @vindex \TEXT\
317 @ref{\TEXT\,,,essay-big-page,Essay}
318 @end macro
319
320 @macro ressaynamed{TEXT,DISPLAY}
321 @vindex \TEXT\
322 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
323 @end macro
324
325 @macro rprogram{TEXT}
326 @vindex \TEXT\
327 @ref{\TEXT\,,,usage-big-page,Gebruiks handleiding}
328 @end macro
329
330 @macro rprogramnamed{TEXT,DISPLAY}
331 @vindex \TEXT\
332 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Gebruiks handleiding}
333 @end macro
334
335 @macro rlsr{TEXT}
336 @vindex \TEXT\
337 @ref{\TEXT\,,,snippets-big-page,Snippers}
338 @end macro
339
340 @macro rlsrnamed{TEXT,DISPLAY}
341 @vindex \TEXT\
342 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
343 @end macro
344
345 @macro rinternals{TEXT}
346 @vindex \TEXT\
347 @ref{\TEXT\,,,internals-big-page,Internals Reference}
348 @end macro
349
350 @macro rinternalsnamed{TEXT,DISPLAY}
351 @vindex \TEXT\
352 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
353 @end macro
354
355 @end ifset
356
357
358 @c ** not bigpage **
359
360 @ifclear bigpage
361
362 @ifnotinfo
363
364 @macro rglos{TEXT}
365 @vindex \TEXT\
366 @ref{\TEXT\,,,music-glossary,Terminologie}
367 @end macro
368
369 @macro rglosnamed{TEXT,DISPLAY}
370 @vindex \TEXT\
371 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
372 @end macro
373
374 @macro rlearning{TEXT}
375 @vindex \TEXT\
376 @ref{\TEXT\,,,learning,Beginnershandleiding}
377 @end macro
378
379 @macro rlearningnamed{TEXT,DISPLAY}
380 @vindex \TEXT\
381 @ref{\TEXT\,,,learning,Beginnershandleiding}
382 @end macro
383
384 @macro ruser{TEXT}
385 @vindex \TEXT\
386 @ref{\TEXT\,,,notation,Notatie-handleiding}
387 @end macro
388
389 @macro rusernamed{TEXT,DISPLAY}
390 @vindex \TEXT\
391 @ref{\TEXT\,,\DISPLAY\,notation,Notatie-handleiding}
392 @end macro
393
394 @macro rchanges{TEXT}
395 @vindex \TEXT\
396 @ref{\TEXT\,,,changes,Veranderingen}
397 @end macro
398
399 @macro rchangesnamed{TEXT,DISPLAY}
400 @vindex \TEXT\
401 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
402 @end macro
403
404 @macro rextend{TEXT}
405 @vindex \TEXT\
406 @ref{\TEXT\,,,extending,Uitbreidingen}
407 @end macro
408
409 @macro rextendnamed{TEXT,DISPLAY}
410 @vindex \TEXT\
411 @ref{\TEXT\,,\DISPLAY\,extending,Uitbreidingen}
412 @end macro
413
414 @macro rcontrib{TEXT}
415 @vindex \TEXT\
416 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
417 @end macro
418
419 @macro rcontribnamed{TEXT,DISPLAY}
420 @vindex \TEXT\
421 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
422 @end macro
423
424 @macro rweb{TEXT}
425 @vindex \TEXT\
426 @ref{\TEXT\,,,web,Algemene Informatie}
427 @end macro
428
429 @macro rwebnamed{TEXT,DISPLAY}
430 @vindex \TEXT\
431 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
432 @end macro
433
434 @macro ressay{TEXT}
435 @vindex \TEXT\
436 @ref{\TEXT\,,,essay,Essay}
437 @end macro
438
439 @macro ressaynamed{TEXT,DISPLAY}
440 @vindex \TEXT\
441 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
442 @end macro
443
444 @macro rprogram{TEXT}
445 @vindex \TEXT\
446 @ref{\TEXT\,,,usage,Gebruiks handleiding}
447 @end macro
448
449 @macro rprogramnamed{TEXT,DISPLAY}
450 @vindex \TEXT\
451 @ref{\TEXT\,,\DISPLAY\,usage,Gebruiks handleiding}
452 @end macro
453
454 @macro rlsr{TEXT}
455 @vindex \TEXT\
456 @ref{\TEXT\,,,snippets,Snippers}
457 @end macro
458
459 @macro rlsrnamed{TEXT,DISPLAY}
460 @vindex \TEXT\
461 @ref{\TEXT\,,\DISPLAY\,snippets,Snippers}
462 @end macro
463
464 @macro rinternals{TEXT}
465 @vindex \TEXT\
466 @ref{\TEXT\,,,internals,Internals handleiding}
467 @end macro
468
469 @macro rinternalsnamed{TEXT,DISPLAY}
470 @vindex \TEXT\
471 @ref{\TEXT\,,\DISPLAY\,internals,Internals handleiding}
472 @end macro
473
474 @end ifnotinfo
475
476 @ifinfo
477
478 @macro rglos{TEXT}
479 @vindex \TEXT\
480 @ref{\TEXT\,,,music-glossary,Terminologie}
481 @end macro
482
483 @macro rglosnamed{TEXT,DISPLAY}
484 @vindex \TEXT\
485 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
486 @end macro
487
488 @macro rlearning{TEXT}
489 @vindex \TEXT\
490 @ref{\TEXT\,,,lilypond-learning,Beginnershandleiding}
491 @end macro
492
493 @macro rlearningnamed{TEXT,DISPLAY}
494 @vindex \TEXT\
495 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Beginnershandleiding}
496 @end macro
497
498 @macro ruser{TEXT}
499 @vindex \TEXT\
500 @ref{\TEXT\,,,lilypond-notation,Notatie-handleiding}
501 @end macro
502
503 @macro rusernamed{TEXT,DISPLAY}
504 @vindex \TEXT\
505 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notatie-handleiding}
506 @end macro
507
508 @macro rchanges{TEXT}
509 @vindex \TEXT\
510 @ref{\TEXT\,,,lilypond-changes,Veranderingen}
511 @end macro
512
513 @macro rchangesnamed{TEXT,DISPLAY}
514 @vindex \TEXT\
515 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Veranderingen}
516 @end macro
517
518 @macro rextend{TEXT}
519 @vindex \TEXT\
520 @ref{\TEXT\,,,lilypond-extending,Uitbreidingen}
521 @end macro
522
523 @macro rextendnamed{TEXT,DISPLAY}
524 @vindex \TEXT\
525 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Uitbreidingen}
526 @end macro
527
528 @macro rcontrib{TEXT}
529 @vindex \TEXT\
530 @ref{\TEXT\,,,lilypond-contributor,Medewerkers handleiding}
531 @end macro
532
533 @macro rcontribnamed{TEXT,DISPLAY}
534 @vindex \TEXT\
535 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Medewerkers handleiding}
536 @end macro
537
538 @macro rweb{TEXT}
539 @vindex \TEXT\
540 @ref{\TEXT\,,,lilypond-web,Algemene Informatie}
541 @end macro
542
543 @macro rwebnamed{TEXT,DISPLAY}
544 @vindex \TEXT\
545 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Algemene Informatie}
546 @end macro
547
548 @macro ressay{TEXT}
549 @vindex \TEXT\
550 @ref{\TEXT\,,,lilypond-essay,Essay}
551 @end macro
552
553 @macro ressaynamed{TEXT,DISPLAY}
554 @vindex \TEXT\
555 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay}
556 @end macro
557
558 @macro rprogram{TEXT}
559 @vindex \TEXT\
560 @ref{\TEXT\,,,lilypond-usage,Gebruiks handleiding}
561 @end macro
562
563 @macro rprogramnamed{TEXT,DISPLAY}
564 @vindex \TEXT\
565 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Gebruiks handleiding}
566 @end macro
567
568 @macro rlsr{TEXT}
569 @vindex \TEXT\
570 @ref{\TEXT\,,,lilypond-snippets,Snippers}
571 @end macro
572
573 @macro rlsrnamed{TEXT,DISPLAY}
574 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippers}
575 @end macro
576
577 @macro rinternals{TEXT}
578 @vindex \TEXT\
579 @ref{\TEXT\,,,lilypond-internals,Internals handleiding}
580 @end macro
581
582 @macro rinternalsnamed{TEXT,DISPLAY}
583 @vindex \TEXT\
584 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals handleiding}
585 @end macro
586
587 @end ifinfo
588
589 @end ifclear
590
591 @end ifnottex
592
593
594 @c *** TeX ***
595
596 @iftex
597
598 @c All commands below should work in the middle of the line;
599 @c we thus must not use @vindex directly since it works only if placed
600 @c on a line of its own.  To overcome this problem, we define a
601 @c replacement macro using the internal definition of @vindex which
602 @c delimits arguments in the standard way (i.e., with braces).
603
604 @tex
605 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
606 @end tex
607
608 @macro rglos{TEXT}
609 @lilyvindex{\TEXT\}
610 @ref{\TEXT\,,,music-glossary,Terminologie}
611 @end macro
612
613 @macro rglosnamed{TEXT,DISPLAY}
614 @lilyvindex{\TEXT\}
615 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
616 @end macro
617
618 @macro rlearning{TEXT}
619 @lilyvindex{\TEXT\}
620 @ref{\TEXT\,,,learning.nl,Beginnershandleiding}
621 @end macro
622
623 @macro rlearningnamed{TEXT,DISPLAY}
624 @lilyvindex{\TEXT\}
625 @ref{\TEXT\,,\DISPLAY\,learning.nl,Beginnershandleiding}
626 @end macro
627
628 @macro ruser{TEXT}
629 @lilyvindex{\TEXT\}
630 @ref{\TEXT\,,,notation.nl,Notatie-handleiding}
631 @end macro
632
633 @macro rusernamed{TEXT,DISPLAY}
634 @lilyvindex{\TEXT\}
635 @ref{\TEXT\,,\DISPLAY\,notation.nl,Notatie-handleiding}
636 @end macro
637
638 @macro rchanges{TEXT}
639 @lilyvindex{\TEXT\}
640 @ref{\TEXT\,,,changes,Veranderingen}
641 @end macro
642
643 @macro rchangesnamed{TEXT,DISPLAY}
644 @lilyvindex{\TEXT\}
645 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
646 @end macro
647
648 @macro rextend{TEXT}
649 @lilyvindex{\TEXT\}
650 @ref{\TEXT\,,,extending,Uitbreidingen}
651 @end macro
652
653 @macro rextendnamed{TEXT,DISPLAY}
654 @lilyvindex{\TEXT\}
655 @ref{\TEXT\,,\DISPLAY\,extending,Uitbreidingen}
656 @end macro
657
658 @macro rcontrib{TEXT}
659 @lilyvindex{\TEXT\}
660 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
661 @end macro
662
663 @macro rcontribnamed{TEXT,DISPLAY}
664 @lilyvindex{\TEXT\}
665 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
666 @end macro
667
668 @macro rweb{TEXT}
669 @lilyvindex{\TEXT\}
670 @ref{\TEXT\,,,web,Algemene Informatie}
671 @end macro
672
673 @macro rwebnamed{TEXT,DISPLAY}
674 @lilyvindex{\TEXT\}
675 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
676 @end macro
677
678 @macro ressay{TEXT}
679 @lilyvindex{\TEXT\}
680 @ref{\TEXT\,,,essay,Essay}
681 @end macro
682
683 @macro ressaynamed{TEXT,DISPLAY}
684 @lilyvindex{\TEXT\}
685 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
686 @end macro
687
688 @macro rprogram{TEXT}
689 @lilyvindex{\TEXT\}
690 @ref{\TEXT\,,,usage.nl,Gebruiks handleiding}
691 @end macro
692
693 @macro rprogramnamed{TEXT,DISPLAY}
694 @lilyvindex{\TEXT\}
695 @ref{\TEXT\,,\DISPLAY\,usage.nl,Gebruiks handleiding}
696 @end macro
697
698 @macro rlsr{TEXT}
699 @lilyvindex{\TEXT\}
700 @ref{\TEXT\,,,snippets,Snippers}
701 @end macro
702
703 @macro rlsrnamed{TEXT,DISPLAY}
704 @lilyvindex{\TEXT\}
705 @ref{\TEXT\,,\DISPLAY\,snippets,Snippers}
706 @end macro
707
708 @macro rinternals{TEXT}
709 @lilyvindex{\TEXT\}
710 @ref{\TEXT\,,,internals,Internals handleiding}
711 @end macro
712
713 @macro rinternalsnamed{TEXT,DISPLAY}
714 @lilyvindex{\TEXT\}
715 @ref{\TEXT\,,\DISPLAY\,internals,Internals handleiding}
716 @end macro
717
718 @end iftex
719
720
721 @c  ***** Macros specific to the web site *****
722
723 @ifset web
724
725 @macro exampleImage{IMAGE-FILE}
726 @html
727 <div class="float-center">
728   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
729     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
730   </a>
731   <p style="text-align: center">
732     (Klik om te vergroten)
733   </p>
734 </div>
735 @end html
736 @iftex
737 @image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
738 @end iftex
739 @ifinfo
740 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
741 @end ifinfo
742 @end macro
743
744
745 @macro help{TEXT}
746 @html
747 <div class="help">
748 <strong>
749   <span style="text-decoration:blink">Hulp gezocht:</span>
750 </strong> \TEXT\
751 </div>
752 @end html
753 @end macro
754
755 @c LEGALESE
756
757 @macro logoLegalLinux
758 Tux the Linux Penguin was created by
759 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
760 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
761 Manipulation Program}.
762
763 @end macro
764
765 @macro logoLegalFreeBSD
766 The FreeBSD logo is a registered trademark of
767 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
768
769 @end macro
770
771 @macro logoLegalMacOSX
772 The @qq{X image} is not a registered trademark.  It was created by
773 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
774 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
775 placed under the GNU Free Documentation License version 1.2 or later.
776 We found the image on
777 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
778 this Wikipedia Commons page}.
779
780 @end macro
781
782 @macro logoLegalWindows
783 The @qq{four colored rectangles image} is not a registered
784 trademark.  It was created by
785 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
786 placed under the GNU Free Documentation License version 1.2.  We
787 found the image on
788 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
789 this Wikipedia Commons page}.
790
791 @end macro
792
793 @end ifset
794
795
796
797 @c   ***** Macros specific to translated docs *****
798
799
800 @macro englishref
801 Deze alinea is nog niet vertaald.  Leest u alstublieft de engelse
802 handleiding.
803 @end macro
804