]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/macros.itexi
Doc: [de] Update `lilypond-web' to `web' in macros. Fixes @rweb warnings.
[lilypond.git] / Documentation / de / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish:  88b16bead0a1fbd13c5ebae6f3acb6a042ef89f0
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
15 @c   ***** Displaying text *****
16
17 @c To get decent quotes in ,foo' and ,,foo''.
18 @c These need to be split up so that "@qq{foo}." looks nice.  :(
19
20 @macro q{TEXT}
21 @quotesinglbase{}\TEXT\@quoteleft{}
22 @end macro
23
24 @macro qq{TEXT}
25 @quotedblbase{}\TEXT\@quotedblleft{}
26 @end macro
27
28
29 @ifhtml
30
31 @macro warning{TEXT}
32 @html
33 <div class="warning">
34 @end html
35 @strong{Achtung:} \TEXT\
36 @c keep the space for proper nesting of </p>
37
38 @html
39 </div>
40 @end html
41 @end macro
42
43 @end ifhtml
44
45 @ifnothtml
46
47 @macro warning{TEXT}
48 @quotation
49 @quotation
50 @cartouche
51 @b{Achtung:} \TEXT\
52 @end cartouche
53 @end quotation
54 @end quotation
55 @end macro
56
57 @end ifnothtml
58
59
60 @macro docMain
61 @cartouche
62 Zu mehr Information, wie dieses Handbuch unter den anderen Handbüchern
63 positioniert, oder um dieses Handbuch in einem anderen Format
64 zu lesen, besuchen Sie bitte @rweb{Manuals}.
65
66 Wenn Ihnen Handbücher fehlen, finden Sie die gesamte Dokumentation
67 unter @w{@uref{http://@/www@/.lilypond@/.org/}}.
68 @end cartouche
69 @end macro
70
71
72 @macro lilyTitlePage{TITLE}
73 @c  This produces the unified index
74 @syncodeindex fn cp
75 @syncodeindex vr cp
76
77
78 @c   ***** Copyright stuff *****
79 @ifset FDL
80 @copying
81 @copyrightDeclare
82
83 @emph{The translation of the following copyright notice is provided
84 for courtesy to non-English speakers, but only the notice in English
85 legally counts.}
86
87 @emph{Die Übersetzung der folgenden Lizenzanmerkung ist zur Orientierung
88 für Leser, die nicht Englisch sprechen. Im rechtlichen Sinne ist aber
89 nur die englische Version gültig.}
90
91 @quotation
92 Es ist erlaubt, dieses Dokument unter den Bedingungen der
93 GNU Free Documentation Lizenz (Version 1.1 oder
94 spätere, von der Free Software Foundation publizierte Versionen, ohne
95 invariante Abschnitte),
96 zu kopieren, zu verbreiten und/oder
97 zu verändern. Eine Kopie der Lizenz ist im Abschnitt ``GNU
98 Free Documentation License'' angefügt.
99 @end quotation
100
101 @quotation
102 Permission is granted to copy, distribute and/or modify this document
103 under the terms of the GNU Free Documentation License, Version 1.1
104 or any later version published by the Free Software Foundation;
105 with no Invariant Sections.
106 A copy of the license is included in the section entitled ``GNU
107 Free Documentation License''.
108 @end quotation
109 @end copying
110 @end ifset
111
112 @ifclear FDL
113 @copying
114 This document has been placed in the public domain.
115 @end copying
116 @end ifclear
117
118
119 @c   ***** Title page *****
120 @ifnottex
121 @node Top
122 @top LilyPond -- \TITLE\
123
124 @cartouche
125 @manualIntro{}
126 @end cartouche
127 @end ifnottex
128
129 @finalout
130
131 @titlepage
132 @title LilyPond
133 @subtitle Das Notensatzprogramm
134 @titlefont{\TITLE\}
135 @author Das LilyPond-Entwicklerteam
136
137 @vskip 60pt
138
139 @cartouche
140 @manualIntro{}
141 @end cartouche
142
143 @vskip 40pt
144
145 @docMain{}
146
147 @vskip 0pt plus 1filll
148
149 @insertcopying
150
151 Für LilyPond Version @version{}
152 @end titlepage
153
154 @end macro
155
156
157
158 @c   ***** Headings in a doc subsection *****
159
160 @c Don't insert an empty line after @predefined!  Right now
161 @c it doesn't matter, but a future implementation will probably
162 @c add some code which needs this restriction.
163
164 @macro predefined
165 @noindent
166 @subsubheading Vordefinierte Befehle
167 @end macro
168
169 @c The next macro is a dummy currently since texinfo doesn't
170 @c provide a real ragged-right environment yet.
171 @c
172 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
173 @c the macro must not be empty.
174
175 @macro endpredefined
176 @c
177 @end macro
178
179
180 @macro snippets
181 @noindent
182 @subsubheading Ausgewählte Schnipsel
183 @end macro
184
185
186
187 @c Don't insert an empty line after @seealso!  Otherwise we get
188 @c unwanted extra vertical space in the PDF output.
189
190 @macro seealso
191 @noindent
192 @subsubheading Siehe auch
193 @indent
194 @end macro
195
196
197 @macro knownissues
198 @noindent
199 @subsubheading Bekannte Probleme und Warnungen
200 @end macro
201
202
203
204 @c   ***** Links and references *****
205
206 @c  Definitions for references:
207 @c
208 @c     @rweb
209 @c     @ressay
210 @c     @rglos
211 @c     @rinternals
212 @c     @rlearning
213 @c     @rlsr
214 @c     @ruser
215 @c     @rprogram
216 @c     @rchanges
217 @c     @rextend
218 @c     @rcontrib
219 @c
220 @c  All these also have a @...named version which allows to specify the
221 @c  displayed text for the reference as second argument.
222 @c
223 @c ***** HTML + bigpage is a special case (other manual names); all other
224 @c formats are treated similarly.
225
226
227 @c *** not TeX ***
228
229 @ifnottex
230
231 @c ** bigpage **
232
233 @ifset bigpage
234
235 @macro rglos{TEXT}
236 @vindex \TEXT\
237 @ref{\TEXT\,,,music-glossary-big-page,Glossar}
238 @end macro
239
240 @macro rglosnamed{TEXT,DISPLAY}
241 @vindex \TEXT\
242 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossar}
243 @end macro
244
245 @macro rlearning{TEXT}
246 @vindex \TEXT\
247 @ref{\TEXT\,,,learning-big-page,Handbuch zum Lernen}
248 @end macro
249
250 @macro rlearningnamed{TEXT,DISPLAY}
251 @vindex \TEXT\
252 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Handbuch zum Lernen}
253 @end macro
254
255 @macro ruser{TEXT}
256 @vindex \TEXT\
257 @ref{\TEXT\,,,notation-big-page,Notationsreferenz}
258 @end macro
259
260 @macro rusernamed{TEXT,DISPLAY}
261 @vindex \TEXT\
262 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Notationsreferenz}
263 @end macro
264
265 @macro rextend{TEXT}
266 @vindex \TEXT\
267 @ref{\TEXT\,,,extending-big-page,Extending}
268 @end macro
269
270 @macro rextendnamed{TEXT,DISPLAY}
271 @vindex \TEXT\
272 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extending}
273 @end macro
274
275 @macro rchanges{TEXT}
276 @vindex \TEXT\
277 @ref{\TEXT\,,,changes-big-page,Changes}
278 @end macro
279
280 @macro rchangesnamed{TEXT,DISPLAY}
281 @vindex \TEXT\
282 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Changes}
283 @end macro
284
285 @macro rcontrib{TEXT}
286 @vindex \TEXT\
287 @ref{\TEXT\,,,contributor-big-page,Contributor's Guide}
288 @end macro
289
290 @macro rcontribnamed{TEXT,DISPLAY}
291 @vindex \TEXT\
292 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Contributor's Guide}
293 @end macro
294
295 @macro rweb{TEXT}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,web-big-page,Allgemeine Information}
298 @end macro
299
300 @macro rwebnamed{TEXT,DISPLAY}
301 @vindex \TEXT\
302 @ref{\TEXT\,,\DISPLAY\,web-big-page,Allgemeine Information}
303 @end macro
304
305 @macro ressay{TEXT}
306 @vindex \TEXT\
307 @ref{\TEXT\,,,essay-big-page,Aufsatz}
308 @end macro
309
310 @macro ressaynamed{TEXT,DISPLAY}
311 @vindex \TEXT\
312 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
313 @end macro
314
315 @macro rprogram{TEXT}
316 @vindex \TEXT\
317 @ref{\TEXT\,,,usage-big-page,Anwendungsbenutzung}
318 @end macro
319
320 @macro rprogramnamed{TEXT,DISPLAY}
321 @vindex \TEXT\
322 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Anwendungsbenutzung}
323 @end macro
324
325 @macro rlsr{TEXT}
326 @ref{\TEXT\,,,snippets-big-page,Schnipsel}
327 @end macro
328
329 @macro rlsrnamed{TEXT,DISPLAY}
330 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Schnipsel}
331 @end macro
332
333 @macro rinternals{TEXT}
334 @vindex \TEXT\
335 @ref{\TEXT\,,,internals-big-page,Referenz der Interna}
336 @end macro
337
338 @macro rinternalsnamed{TEXT,DISPLAY}
339 @vindex \TEXT\
340 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Referenz der Interna}
341 @end macro
342
343 @end ifset
344
345
346 @c ** not bigpage **
347
348 @ifclear bigpage
349
350 @ifnotinfo
351
352 @macro rglos{TEXT}
353 @vindex \TEXT\
354 @ref{\TEXT\,,,music-glossary,Glossar}
355 @end macro
356
357 @macro rglosnamed{TEXT,DISPLAY}
358 @vindex \TEXT\
359 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
360 @end macro
361
362 @macro rlearning{TEXT}
363 @vindex \TEXT\
364 @ref{\TEXT\,,,learning,Handbuch zum Lernen}
365 @end macro
366
367 @macro rlearningnamed{TEXT,DISPLAY}
368 @vindex \TEXT\
369 @ref{\TEXT\,,\DISPLAY\,learning,Handbuch zum Lernen}
370 @end macro
371
372 @macro ruser{TEXT}
373 @vindex \TEXT\
374 @ref{\TEXT\,,,notation,Notationsreferenz}
375 @end macro
376
377 @macro rusernamed{TEXT,DISPLAY}
378 @vindex \TEXT\
379 @ref{\TEXT\,,\DISPLAY\,notation,Notationsreferenz}
380 @end macro
381
382 @macro rchanges{TEXT}
383 @vindex \TEXT\
384 @ref{\TEXT\,,,lilypond-changes,Changes}
385 @end macro
386
387 @macro rchangesnamed{TEXT,DISPLAY}
388 @vindex \TEXT\
389 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
390 @end macro
391
392 @macro rextend{TEXT}
393 @vindex \TEXT\
394 @ref{\TEXT\,,,extending,Extending}
395 @end macro
396
397 @macro rextendnamed{TEXT,DISPLAY}
398 @vindex \TEXT\
399 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
400 @end macro
401
402 @macro rcontrib{TEXT}
403 @vindex \TEXT\
404 @ref{\TEXT\,,,contributor,Contributor's Guide}
405 @end macro
406
407 @macro rcontribnamed{TEXT,DISPLAY}
408 @vindex \TEXT\
409 @ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
410 @end macro
411
412 @macro rweb{TEXT}
413 @vindex \TEXT\
414 @ref{\TEXT\,,,web,Allgemeine Information}
415 @end macro
416
417 @macro rwebnamed{TEXT,DISPLAY}
418 @vindex \TEXT\
419 @ref{\TEXT\,,\DISPLAY\,web,Allgemeine Information}
420 @end macro
421
422 @macro ressay{TEXT}
423 @vindex \TEXT\
424 @ref{\TEXT\,,,essay-big-page,Aufsatz}
425 @end macro
426
427 @macro ressaynamed{TEXT,DISPLAY}
428 @vindex \TEXT\
429 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Aufsatz}
430 @end macro
431
432 @macro rprogram{TEXT}
433 @vindex \TEXT\
434 @ref{\TEXT\,,,usage,Anwendungsbenutzung}
435 @end macro
436
437 @macro rprogramnamed{TEXT,DISPLAY}
438 @vindex \TEXT\
439 @ref{\TEXT\,,\DISPLAY\,usage,Anwendungsbenutzung}
440 @end macro
441
442 @macro rlsr{TEXT}
443 @ref{\TEXT\,,,snippets,Schnipsel}
444 @end macro
445
446 @macro rlsrnamed{TEXT,DISPLAY}
447 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
448 @end macro
449
450 @macro rinternals{TEXT}
451 @vindex \TEXT\
452 @ref{\TEXT\,,,internals,Referenz der Interna}
453 @end macro
454
455 @macro rinternalsnamed{TEXT,DISPLAY}
456 @vindex \TEXT\
457 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
458 @end macro
459
460 @end ifnotinfo
461
462 @ifinfo
463
464 @macro rglos{TEXT}
465 @vindex \TEXT\
466 @ref{\TEXT\,,,music-glossary,Glossar}
467 @end macro
468
469 @macro rglosnamed{TEXT,DISPLAY}
470 @vindex \TEXT\
471 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
472 @end macro
473
474 @macro rlearning{TEXT}
475 @vindex \TEXT\
476 @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen}
477 @end macro
478
479 @macro rlearningnamed{TEXT,DISPLAY}
480 @vindex \TEXT\
481 @ref{\TEXT\,,,lilypond-learning,Handbuch zum Lernen}
482 @end macro
483
484 @macro ruser{TEXT}
485 @vindex \TEXT\
486 @ref{\TEXT\,,,lilypond-notation,Notationsreferenz}
487 @end macro
488
489 @macro rusernamed{TEXT,DISPLAY}
490 @vindex \TEXT\
491 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Notationsreferenz}
492 @end macro
493
494 @macro rchanges{TEXT}
495 @vindex \TEXT\
496 @ref{\TEXT\,,,lilypond-changes,Changes}
497 @end macro
498
499 @macro rchangesnamed{TEXT,DISPLAY}
500 @vindex \TEXT\
501 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Changes}
502 @end macro
503
504 @macro rextend{TEXT}
505 @vindex \TEXT\
506 @ref{\TEXT\,,,lilypond-extending,Extending}
507 @end macro
508
509 @macro rextendnamed{TEXT,DISPLAY}
510 @vindex \TEXT\
511 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extending}
512 @end macro
513
514 @macro rcontrib{TEXT}
515 @vindex \TEXT\
516 @ref{\TEXT\,,,lilypond-contributor,Contributor's Guide}
517 @end macro
518
519 @macro rcontribnamed{TEXT,DISPLAY}
520 @vindex \TEXT\
521 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Contributor's Guide}
522 @end macro
523
524 @macro rweb{TEXT}
525 @vindex \TEXT\
526 @ref{\TEXT\,,,web,Allgemeine Information}
527 @end macro
528
529 @macro rwebnamed{TEXT,DISPLAY}
530 @vindex \TEXT\
531 @ref{\TEXT\,,\DISPLAY\,web, Allgemeine Information}
532 @end macro
533
534 @macro ressay{TEXT}
535 @vindex \TEXT\
536 @ref{\TEXT\,,,lilypond-essay,Aufsatz}
537 @end macro
538
539 @macro ressaynamed{TEXT,DISPLAY}
540 @vindex \TEXT\
541 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Aufsatz}
542 @end macro
543
544 @macro rprogram{TEXT}
545 @vindex \TEXT\
546 @ref{\TEXT\,,,lilypond-usage,Anwendungsbenutzung}
547 @end macro
548
549 @macro rprogramnamed{TEXT,DISPLAY}
550 @vindex \TEXT\
551 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Anwendungsbenutzung}
552 @end macro
553
554 @macro rlsr{TEXT}
555 @ref{\TEXT\,,,lilypond-snippets,Schnipsel}
556 @end macro
557
558 @macro rlsrnamed{TEXT,DISPLAY}
559 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Schnipsel}
560 @end macro
561
562 @macro rinternals{TEXT}
563 @vindex \TEXT\
564 @ref{\TEXT\,,,lilypond-internals,Referenz der Interna}
565 @end macro
566
567 @macro rinternalsnamed{TEXT,DISPLAY}
568 @vindex \TEXT\
569 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Referenz der Interna}
570 @end macro
571
572 @end ifinfo
573
574 @end ifclear
575
576 @end ifnottex
577
578
579 @c *** TeX ***
580
581 @iftex
582
583 @c All commands below should work in the middle of the line;
584 @c we thus must not use @vindex directly since it works only if placed
585 @c on a line of its own.  To overcome this problem, we define a
586 @c replacement macro using the internal definition of @vindex which
587 @c delimits arguments in the standard way (i.e., with braces).
588
589 @tex
590 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
591 @end tex
592
593 @macro rglos{TEXT}
594 @lilyvindex{\TEXT\}
595 @ref{\TEXT\,,,music-glossary,Glossar}
596 @end macro
597
598 @macro rglosnamed{TEXT,DISPLAY}
599 @lilyvindex{\TEXT\}
600 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossar}
601 @end macro
602
603 @macro rlearning{TEXT}
604 @lilyvindex{\TEXT\}
605 @ref{\TEXT\,,,learning.de,Handbuch zum Lernen}
606 @end macro
607
608 @macro rlearningnamed{TEXT,DISPLAY}
609 @lilyvindex{\TEXT\}
610 @ref{\TEXT\,,\DISPLAY\,learning.de,Handbuch zum Lernen}
611 @end macro
612
613 @macro ruser{TEXT}
614 @lilyvindex{\TEXT\}
615 @ref{\TEXT\,,,notation.de,Notationsreferenz}
616 @end macro
617
618 @macro rusernamed{TEXT,DISPLAY}
619 @lilyvindex{\TEXT\}
620 @ref{\TEXT\,,\DISPLAY\,notation.de,Notationsreferenz}
621 @end macro
622
623 @macro rchanges{TEXT}
624 @lilyvindex{\TEXT\}
625 @ref{\TEXT\,,,changes,Changes}
626 @end macro
627
628 @macro rchangesnamed{TEXT,DISPLAY}
629 @lilyvindex{\TEXT\}
630 @ref{\TEXT\,,\DISPLAY\,changes,Changes}
631 @end macro
632
633 @macro rextend{TEXT}
634 @lilyvindex{\TEXT\}
635 @ref{\TEXT\,,,extending,Extending}
636 @end macro
637
638 @macro rextendnamed{TEXT,DISPLAY}
639 @lilyvindex{\TEXT\}
640 @ref{\TEXT\,,\DISPLAY\,extending,Extending}
641 @end macro
642
643 @macro rcontrib{TEXT}
644 @lilyvindex{\TEXT\}
645 @ref{\TEXT\,,,contributor,Contributor's Guide}
646 @end macro
647
648 @macro rcontribnamed{TEXT,DISPLAY}
649 @lilyvindex{\TEXT\}
650 @ref{\TEXT\,,\DISPLAY\,contributor,Contributor's Guide}
651 @end macro
652
653 @macro rweb{TEXT}
654 @lilyvindex{\TEXT\}
655 @ref{\TEXT\,,,web.de,Allgemeine Information}
656 @end macro
657
658 @macro rwebnamed{TEXT,DISPLAY}
659 @lilyvindex{\TEXT\}
660 @ref{\TEXT\,,\DISPLAY\,web.de,Allgemeine Information}
661 @end macro
662
663 @macro ressay{TEXT}
664 @vindex \TEXT\
665 @ref{\TEXT\,,,essay.de,Aufsatz}
666 @end macro
667
668 @macro ressaynamed{TEXT,DISPLAY}
669 @vindex \TEXT\
670 @ref{\TEXT\,,\DISPLAY\,essay.de,Aufsatz}
671 @end macro
672
673 @macro rprogram{TEXT}
674 @lilyvindex{\TEXT\}
675 @ref{\TEXT\,,,usage.de,Anwendungsbenutzung}
676 @end macro
677
678 @macro rprogramnamed{TEXT,DISPLAY}
679 @lilyvindex{\TEXT\}
680 @ref{\TEXT\,,\DISPLAY\,usage.de,Anwendungsbenutzung}
681 @end macro
682
683 @macro rlsr{TEXT}
684 @lilyvindex{\TEXT\}
685 @ref{\TEXT\,,,snippets,Schnipsel}
686 @end macro
687
688 @macro rlsrnamed{TEXT,DISPLAY}
689 @lilyvindex{\TEXT\}
690 @ref{\TEXT\,,\DISPLAY\,snippets,Schnipsel}
691 @end macro
692
693 @macro rinternals{TEXT}
694 @lilyvindex{\TEXT\}
695 @ref{\TEXT\,,,internals,Referenz der Interna}
696 @end macro
697
698 @macro rinternalsnamed{TEXT,DISPLAY}
699 @lilyvindex{\TEXT\}
700 @ref{\TEXT\,,\DISPLAY\,internals,Referenz der Interna}
701 @end macro
702
703 @end iftex
704
705
706 @c  ***** Macros specific to the web site *****
707
708 @ifset web
709
710 @macro exampleImage{IMAGE-FILE}
711 @html
712 <div class="float-center">
713   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
714     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
715   </a>
716   <p style="text-align: center">
717     (Klick zum Vergrößern)
718   </p>
719 </div>
720 @end html
721 @iftex
722 @image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
723 @end iftex
724 @ifinfo
725 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
726 @end ifinfo
727 @end macro
728
729
730 @macro help{TEXT}
731 @html
732 <div class="help">
733 <strong>
734   <span style="text-decoration:blink">Hilfe gesucht:</span>
735 </strong> \TEXT\
736 </div>
737 @end html
738 @end macro
739
740 @c LEGALESE
741
742 @macro logoLegalLinux
743 Tux the Linux Penguin was created by
744 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} with
745 @uref{http://www.isc.tamu.edu/~lewing/gimp/, the Gnu Image
746 Manipulation Program}.
747
748 @end macro
749
750 @macro logoLegalFreeBSD
751 The FreeBSD logo is a registered trademark of
752 @uref{http://www.freebsd.org/, The FreeBSD Foundation}.
753
754 @end macro
755
756 @macro logoLegalMacOSX
757 The @qq{X image} is not a registered trademark.  It was created by
758 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} and
759 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, and
760 placed under the GNU Free Documentation License version 1.2 or later.
761 We found the image on
762 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
763 this Wikipedia Commons page}.
764
765 @end macro
766
767 @macro logoLegalWindows
768 The @qq{four colored rectangles image} is not a registered
769 trademark.  It was created by
770 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} and
771 placed under the GNU Free Documentation License version 1.2.  We
772 found the image on
773 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
774 this Wikipedia Commons page}.
775
776 @end macro
777
778 @end ifset
779
780
781
782 @c   ***** Macros specific to translated docs *****
783
784
785 @macro englishref
786 Dieser Abschnitt wurde noch nicht übersetzt.  Bitte lesen Sie den
787 Abschnitt im englischen Benutzerhandbuch.
788 @end macro
789