Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / Documentation / nl / macros.itexi
bloba7e20d7b5fe9b28eeb227072b5d11428eb984960
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 77c34ddc0877c0625a48e1b41049b6dbaae215e0
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
11 @include version.itexi
12 @include common-macros.itexi
14 @ignore
15 ****************************
16 MACRO DEFINITIONS GUIDELINES
17 ****************************
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).
23 Macro definitions which contain text that should be translated in
24 translations should be in macros.itexi.
25 @end ignore
28 @c   ***** Displaying text *****
30 @c To get decent quotes in `foo' and ``foo''.
32 @macro q{TEXT}
33 @quoteleft{}\TEXT\@quoteright{}
34 @end macro
36 @macro qq{TEXT}
37 @quotedblleft{}\TEXT\@quotedblright{}
38 @end macro
40 @ifhtml
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>
49 @html
50 </div>
51 @end html
52 @end macro
54 @end ifhtml
56 @ifnothtml
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
68 @end ifnothtml
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}.
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
83 @macro lilyTitlePage{TITLE}
84 @c  This produces the unified index
85 @syncodeindex fn cp
86 @syncodeindex vr cp
89 @c   ***** Copyright stuff *****
90 @ifset FDL
91 @copying
92 @copyrightDeclare
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.}
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.}
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''.
112 @end quotation
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
125 @ifclear FDL
126 @copying
127 This document has been placed in the public domain.
128 @end copying
129 @end ifclear
132 @c   ***** Title page *****
133 @ifnottex
134 @node Top
135 @top LilyPond -- \TITLE\
137 @cartouche
138 @manualIntro{}
139 @end cartouche
140 @end ifnottex
142 @finalout
144 @titlepage
145 @title LilyPond
146 @subtitle Het muziekprogramma
147 @titlefont{\TITLE\}
148 @author Het LilyPond ontwikkelteam
150 @vskip 60pt
152 @cartouche
153 @manualIntro{}
154 @end cartouche
156 @vskip 40pt
158 @docMain{}
160 @vskip 0pt plus 1filll
162 @insertcopying
164 Voor LilyPond versie @version{}
165 @end titlepage
167 @end macro
169 @c   ***** Headings in a doc subsection *****
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.
175 @macro predefined
176 @noindent
177 @subsubheading Voorgedefiniëerde commando's
178 @end macro
180 @c The next macro is a dummy currently since texinfo doesn't
181 @c provide a real ragged-right environment yet.
183 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
184 @c the macro must not be empty.
186 @macro endpredefined
188 @end macro
191 @macro snippets
192 @noindent
193 @subsubheading Uitgezochte snippers
194 @end macro
197 @c Don't insert an empty line after @seealso!  Otherwise we get
198 @c unwanted extra vertical space in the PDF output.
200 @macro seealso
201 @noindent
202 @subsubheading Zie ook
203 @indent
204 @end macro
207 @macro knownissues
208 @noindent
209 @subsubheading Bekende problemen en waarschuwingen
210 @end macro
214 @c   ***** Links and references *****
216 @c  Definitions for references:
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
230 @c  All these also have a @...named version which allows to specify the
231 @c  displayed text for the reference as second argument.
233 @c ***** HTML + bigpage is a special case (other manual names); all other
234 @c formats are treated similarly.
237 @c *** not TeX ***
239 @ifnottex
241 @c ** bigpage **
243 @ifset bigpage
245 @macro rglos{TEXT}
246 @vindex \TEXT\
247 @ref{\TEXT\,,,music-glossary-big-page,Terminologie}
248 @end macro
250 @macro rglosnamed{TEXT,DISPLAY}
251 @vindex \TEXT\
252 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Terminologie}
253 @end macro
255 @macro rlearning{TEXT}
256 @vindex \TEXT\
257 @ref{\TEXT\,,,learning-big-page,Beginnen}
258 @end macro
260 @macro rlearningnamed{TEXT,DISPLAY}
261 @vindex \TEXT\
262 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Beginnen}
263 @end macro
265 @macro ruser{TEXT}
266 @vindex \TEXT\
267 @ref{\TEXT\,,,notation-big-page,Notatie-handleiding}
268 @end macro
270 @macro rusernamed{TEXT,DISPLAY}
271 @vindex \TEXT\
272 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notatie-handleiding}
273 @end macro
275 @macro rextend{TEXT}
276 @vindex \TEXT\
277 @ref{\TEXT\,,,extending,Extending}
278 @end macro
280 @macro rextendnamed{TEXT,DISPLAY}
281 @vindex \TEXT\
282 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
283 @end macro
285 @macro rchanges{TEXT}
286 @vindex \TEXT\
287 @ref{\TEXT\,,,changes,Changes}
288 @end macro
290 @macro rchangesnamed{TEXT,DISPLAY}
291 @vindex \TEXT\
292 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
293 @end macro
295 @macro rcontrib{TEXT}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
298 @end macro
300 @macro rcontribnamed{TEXT,DISPLAY}
301 @vindex \TEXT\
302 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
303 @end macro
305 @macro rweb{TEXT}
306 @vindex \TEXT\
307 @ref{\TEXT\,,,web,Algemene Informatie}
308 @end macro
310 @macro rwebnamed{TEXT,DISPLAY}
311 @vindex \TEXT\
312 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
313 @end macro
315 @macro ressay{TEXT}
316 @vindex \TEXT\
317 @ref{\TEXT\,,,essay-big-page,Essay}
318 @end macro
320 @macro ressaynamed{TEXT,DISPLAY}
321 @vindex \TEXT\
322 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essay}
323 @end macro
325 @macro rprogram{TEXT}
326 @vindex \TEXT\
327 @ref{\TEXT\,,,usage-big-page,Gebruiks handleiding}
328 @end macro
330 @macro rprogramnamed{TEXT,DISPLAY}
331 @vindex \TEXT\
332 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Gebruiks handleiding}
333 @end macro
335 @macro rlsr{TEXT}
336 @vindex \TEXT\
337 @ref{\TEXT\,,,snippets-big-page,Snippers}
338 @end macro
340 @macro rlsrnamed{TEXT,DISPLAY}
341 @vindex \TEXT\
342 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Snippets}
343 @end macro
345 @macro rinternals{TEXT}
346 @vindex \TEXT\
347 @ref{\TEXT\,,,internals-big-page,Internals Reference}
348 @end macro
350 @macro rinternalsnamed{TEXT,DISPLAY}
351 @vindex \TEXT\
352 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Internals Reference}
353 @end macro
355 @end ifset
358 @c ** not bigpage **
360 @ifclear bigpage
362 @ifnotinfo
364 @macro rglos{TEXT}
365 @vindex \TEXT\
366 @ref{\TEXT\,,,music-glossary,Terminologie}
367 @end macro
369 @macro rglosnamed{TEXT,DISPLAY}
370 @vindex \TEXT\
371 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
372 @end macro
374 @macro rlearning{TEXT}
375 @vindex \TEXT\
376 @ref{\TEXT\,,,learning,Beginnershandleiding}
377 @end macro
379 @macro rlearningnamed{TEXT,DISPLAY}
380 @vindex \TEXT\
381 @ref{\TEXT\,,,learning,Beginnershandleiding}
382 @end macro
384 @macro ruser{TEXT}
385 @vindex \TEXT\
386 @ref{\TEXT\,,,notation,Notatie-handleiding}
387 @end macro
389 @macro rusernamed{TEXT,DISPLAY}
390 @vindex \TEXT\
391 @ref{\TEXT\,,\DISPLAY\,notation,Notatie-handleiding}
392 @end macro
394 @macro rchanges{TEXT}
395 @vindex \TEXT\
396 @ref{\TEXT\,,,changes,Veranderingen}
397 @end macro
399 @macro rchangesnamed{TEXT,DISPLAY}
400 @vindex \TEXT\
401 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
402 @end macro
404 @macro rextend{TEXT}
405 @vindex \TEXT\
406 @ref{\TEXT\,,,extending,Uitbreidingen}
407 @end macro
409 @macro rextendnamed{TEXT,DISPLAY}
410 @vindex \TEXT\
411 @ref{\TEXT\,,\DISPLAY\,extending,Uitbreidingen}
412 @end macro
414 @macro rcontrib{TEXT}
415 @vindex \TEXT\
416 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
417 @end macro
419 @macro rcontribnamed{TEXT,DISPLAY}
420 @vindex \TEXT\
421 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
422 @end macro
424 @macro rweb{TEXT}
425 @vindex \TEXT\
426 @ref{\TEXT\,,,web,Algemene Informatie}
427 @end macro
429 @macro rwebnamed{TEXT,DISPLAY}
430 @vindex \TEXT\
431 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
432 @end macro
434 @macro ressay{TEXT}
435 @vindex \TEXT\
436 @ref{\TEXT\,,,essay,Essay}
437 @end macro
439 @macro ressaynamed{TEXT,DISPLAY}
440 @vindex \TEXT\
441 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
442 @end macro
444 @macro rprogram{TEXT}
445 @vindex \TEXT\
446 @ref{\TEXT\,,,usage,Gebruiks handleiding}
447 @end macro
449 @macro rprogramnamed{TEXT,DISPLAY}
450 @vindex \TEXT\
451 @ref{\TEXT\,,\DISPLAY\,usage,Gebruiks handleiding}
452 @end macro
454 @macro rlsr{TEXT}
455 @vindex \TEXT\
456 @ref{\TEXT\,,,snippets,Snippers}
457 @end macro
459 @macro rlsrnamed{TEXT,DISPLAY}
460 @vindex \TEXT\
461 @ref{\TEXT\,,\DISPLAY\,snippets,Snippers}
462 @end macro
464 @macro rinternals{TEXT}
465 @vindex \TEXT\
466 @ref{\TEXT\,,,internals,Internals handleiding}
467 @end macro
469 @macro rinternalsnamed{TEXT,DISPLAY}
470 @vindex \TEXT\
471 @ref{\TEXT\,,\DISPLAY\,internals,Internals handleiding}
472 @end macro
474 @end ifnotinfo
476 @ifinfo
478 @macro rglos{TEXT}
479 @vindex \TEXT\
480 @ref{\TEXT\,,,music-glossary,Terminologie}
481 @end macro
483 @macro rglosnamed{TEXT,DISPLAY}
484 @vindex \TEXT\
485 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
486 @end macro
488 @macro rlearning{TEXT}
489 @vindex \TEXT\
490 @ref{\TEXT\,,,lilypond-learning,Beginnershandleiding}
491 @end macro
493 @macro rlearningnamed{TEXT,DISPLAY}
494 @vindex \TEXT\
495 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Beginnershandleiding}
496 @end macro
498 @macro ruser{TEXT}
499 @vindex \TEXT\
500 @ref{\TEXT\,,,lilypond-notation,Notatie-handleiding}
501 @end macro
503 @macro rusernamed{TEXT,DISPLAY}
504 @vindex \TEXT\
505 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notatie-handleiding}
506 @end macro
508 @macro rchanges{TEXT}
509 @vindex \TEXT\
510 @ref{\TEXT\,,,lilypond-changes,Veranderingen}
511 @end macro
513 @macro rchangesnamed{TEXT,DISPLAY}
514 @vindex \TEXT\
515 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Veranderingen}
516 @end macro
518 @macro rextend{TEXT}
519 @vindex \TEXT\
520 @ref{\TEXT\,,,lilypond-extending,Uitbreidingen}
521 @end macro
523 @macro rextendnamed{TEXT,DISPLAY}
524 @vindex \TEXT\
525 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Uitbreidingen}
526 @end macro
528 @macro rcontrib{TEXT}
529 @vindex \TEXT\
530 @ref{\TEXT\,,,lilypond-contributor,Medewerkers handleiding}
531 @end macro
533 @macro rcontribnamed{TEXT,DISPLAY}
534 @vindex \TEXT\
535 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Medewerkers handleiding}
536 @end macro
538 @macro rweb{TEXT}
539 @vindex \TEXT\
540 @ref{\TEXT\,,,lilypond-web,Algemene Informatie}
541 @end macro
543 @macro rwebnamed{TEXT,DISPLAY}
544 @vindex \TEXT\
545 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Algemene Informatie}
546 @end macro
548 @macro ressay{TEXT}
549 @vindex \TEXT\
550 @ref{\TEXT\,,,lilypond-essay,Essay}
551 @end macro
553 @macro ressaynamed{TEXT,DISPLAY}
554 @vindex \TEXT\
555 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essay}
556 @end macro
558 @macro rprogram{TEXT}
559 @vindex \TEXT\
560 @ref{\TEXT\,,,lilypond-usage,Gebruiks handleiding}
561 @end macro
563 @macro rprogramnamed{TEXT,DISPLAY}
564 @vindex \TEXT\
565 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Gebruiks handleiding}
566 @end macro
568 @macro rlsr{TEXT}
569 @vindex \TEXT\
570 @ref{\TEXT\,,,lilypond-snippets,Snippers}
571 @end macro
573 @macro rlsrnamed{TEXT,DISPLAY}
574 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Snippers}
575 @end macro
577 @macro rinternals{TEXT}
578 @vindex \TEXT\
579 @ref{\TEXT\,,,lilypond-internals,Internals handleiding}
580 @end macro
582 @macro rinternalsnamed{TEXT,DISPLAY}
583 @vindex \TEXT\
584 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Internals handleiding}
585 @end macro
587 @end ifinfo
589 @end ifclear
591 @end ifnottex
594 @c *** TeX ***
596 @iftex
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).
604 @tex
605 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
606 @end tex
608 @macro rglos{TEXT}
609 @lilyvindex{\TEXT\}
610 @ref{\TEXT\,,,music-glossary,Terminologie}
611 @end macro
613 @macro rglosnamed{TEXT,DISPLAY}
614 @lilyvindex{\TEXT\}
615 @ref{\TEXT\,,\DISPLAY\,music-glossary,Terminologie}
616 @end macro
618 @macro rlearning{TEXT}
619 @lilyvindex{\TEXT\}
620 @ref{\TEXT\,,,learning.nl,Beginnershandleiding}
621 @end macro
623 @macro rlearningnamed{TEXT,DISPLAY}
624 @lilyvindex{\TEXT\}
625 @ref{\TEXT\,,\DISPLAY\,learning.nl,Beginnershandleiding}
626 @end macro
628 @macro ruser{TEXT}
629 @lilyvindex{\TEXT\}
630 @ref{\TEXT\,,,notation.nl,Notatie-handleiding}
631 @end macro
633 @macro rusernamed{TEXT,DISPLAY}
634 @lilyvindex{\TEXT\}
635 @ref{\TEXT\,,\DISPLAY\,notation.nl,Notatie-handleiding}
636 @end macro
638 @macro rchanges{TEXT}
639 @lilyvindex{\TEXT\}
640 @ref{\TEXT\,,,changes,Veranderingen}
641 @end macro
643 @macro rchangesnamed{TEXT,DISPLAY}
644 @lilyvindex{\TEXT\}
645 @ref{\TEXT\,,\DISPLAY\,changes,Veranderingen}
646 @end macro
648 @macro rextend{TEXT}
649 @lilyvindex{\TEXT\}
650 @ref{\TEXT\,,,extending,Uitbreidingen}
651 @end macro
653 @macro rextendnamed{TEXT,DISPLAY}
654 @lilyvindex{\TEXT\}
655 @ref{\TEXT\,,\DISPLAY\,extending,Uitbreidingen}
656 @end macro
658 @macro rcontrib{TEXT}
659 @lilyvindex{\TEXT\}
660 @ref{\TEXT\,,,contributor,Medewerkers handleiding}
661 @end macro
663 @macro rcontribnamed{TEXT,DISPLAY}
664 @lilyvindex{\TEXT\}
665 @ref{\TEXT\,,\DISPLAY\,contributor,Medewerkers handleiding}
666 @end macro
668 @macro rweb{TEXT}
669 @lilyvindex{\TEXT\}
670 @ref{\TEXT\,,,web,Algemene Informatie}
671 @end macro
673 @macro rwebnamed{TEXT,DISPLAY}
674 @lilyvindex{\TEXT\}
675 @ref{\TEXT\,,\DISPLAY\,web,Algemene Informatie}
676 @end macro
678 @macro ressay{TEXT}
679 @lilyvindex{\TEXT\}
680 @ref{\TEXT\,,,essay,Essay}
681 @end macro
683 @macro ressaynamed{TEXT,DISPLAY}
684 @lilyvindex{\TEXT\}
685 @ref{\TEXT\,,\DISPLAY\,essay,Essay}
686 @end macro
688 @macro rprogram{TEXT}
689 @lilyvindex{\TEXT\}
690 @ref{\TEXT\,,,usage.nl,Gebruiks handleiding}
691 @end macro
693 @macro rprogramnamed{TEXT,DISPLAY}
694 @lilyvindex{\TEXT\}
695 @ref{\TEXT\,,\DISPLAY\,usage.nl,Gebruiks handleiding}
696 @end macro
698 @macro rlsr{TEXT}
699 @lilyvindex{\TEXT\}
700 @ref{\TEXT\,,,snippets,Snippers}
701 @end macro
703 @macro rlsrnamed{TEXT,DISPLAY}
704 @lilyvindex{\TEXT\}
705 @ref{\TEXT\,,\DISPLAY\,snippets,Snippers}
706 @end macro
708 @macro rinternals{TEXT}
709 @lilyvindex{\TEXT\}
710 @ref{\TEXT\,,,internals,Internals handleiding}
711 @end macro
713 @macro rinternalsnamed{TEXT,DISPLAY}
714 @lilyvindex{\TEXT\}
715 @ref{\TEXT\,,\DISPLAY\,internals,Internals handleiding}
716 @end macro
718 @end iftex
721 @c  ***** Macros specific to the web site *****
723 @ifset web
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
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
755 @c LEGALESE
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}.
763 @end macro
765 @macro logoLegalFreeBSD
766 The FreeBSD logo is a registered trademark of
767 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
769 @end macro
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}.
780 @end macro
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}.
791 @end macro
793 @end ifset
797 @c   ***** Macros specific to translated docs *****
800 @macro englishref
801 Deze alinea is nog niet vertaald.  Leest u alstublieft de engelse
802 handleiding.
803 @end macro