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