]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/macros.itexi
17f7ea84d0abaa8c68a9e04bb47acf516ea12152
[lilypond.git] / Documentation / fr / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: cb2cd4b74f545f1d0a25725ffac6ce0c01b45c50
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 @c   ***** Displaying text *****
28
29 @c To get decent quotes in `foo' and ``foo''.
30 @c FIXME: Use thin spaces for @qq.
31
32 @ifnotinfo
33
34 @macro q{TEXT}
35 @quoteleft{}\TEXT\@quoteright{}
36 @end macro
37
38 @macro qq{TEXT}
39 @guillemetleft{}@tie{}\TEXT\@tie{}@guillemetright{}
40 @end macro
41
42 @end ifnotinfo
43
44 @ifinfo
45
46 @macro q{TEXT}
47 `\TEXT\'
48 @end macro
49
50 @macro qq{TEXT}
51 « \TEXT\ »
52 @end macro
53
54 @end ifinfo
55
56
57 @ifhtml
58
59 @macro warning{TEXT}
60 @html
61 <div class="warning">
62 @end html
63 @strong{Note :} \TEXT\
64 @c keep the space for proper nesting of </p>
65
66 @html
67 </div>
68 @end html
69 @end macro
70
71 @end ifhtml
72
73 @ifnothtml
74
75 @macro warning{TEXT}
76 @quotation
77 @quotation
78 @cartouche
79 @b{Note :} \TEXT\
80 @end cartouche
81 @end quotation
82 @end quotation
83 @end macro
84
85 @end ifnothtml
86
87 @macro docMain
88 @cartouche
89 Pour connaître la place qu'occupe ce manuel dans la
90 documentation, consultez 
91 @c rweb{Manuels}.
92 Manuels.
93
94 Si vous ne disposez pas de certains manuels, la documentation complète
95 se trouve sur @w{@uref{http://@/www@/.lilypond@/.org/}}.
96 @end cartouche
97 @end macro
98
99
100 @macro lilyTitlePage{TITLE}
101 @c  This produces the unified index
102 @syncodeindex fn cp
103 @syncodeindex vr cp
104
105
106 @c   ***** Copyright stuff *****
107 @ifset FDL
108 @copying
109 @copyrightDeclare
110
111 @emph{The translation of the following copyright notice is provided
112 for courtesy to non-English speakers, but only the notice in English
113 legally counts.}
114
115 @emph{La traduction de la notice de droits d'auteur ci-dessous vise à
116 faciliter sa compréhension par le lecteur non anglophone, mais seule la
117 notice en anglais a valeur légale.}
118
119 @quotation
120 Vous avez le droit de copier, distribuer et/ou modifier ce document
121 selon les termes de la Licence GNU de documentation libre, version 1.1
122 ou tout autre version ultérieure publiée par la Free Software
123 Foundation, ``sans aucune section invariante''.
124 Une copie de la licence est fournie à la section ``Licence GNU de documentation libre''.
125 @end quotation
126
127 @quotation
128 Permission is granted to copy, distribute and/or modify this document
129 under the terms of the GNU Free Documentation License, Version 1.1
130 or any later version published by the Free Software Foundation;
131 with no Invariant Sections.
132 A copy of the license is included in the section entitled ``GNU
133 Free Documentation License''.
134 @end quotation
135 @end copying
136 @end ifset
137
138 @ifclear FDL
139 @copying
140 Ce document a été placé dans le domaine public ; en France, les auteurs
141 renoncent à tous leurs droits patrimoniaux.
142 @end copying
143 @end ifclear
144
145
146 @c   ***** Title page *****
147 @ifnottex
148 @node Top
149 @top LilyPond --- \TITLE\
150
151 @cartouche
152 @manualIntro{}
153 @end cartouche
154 @end ifnottex
155
156 @finalout
157
158 @titlepage
159 @title LilyPond
160 @subtitle Le système de gravure musicale
161 @titlefont{\TITLE\}
162 @author L'équipe de développement de LilyPond
163
164 @vskip 60pt
165
166 @cartouche
167 @manualIntro{}
168 @end cartouche
169
170 @vskip 40pt
171
172 @docMain{}
173
174 @vskip 0pt plus 1filll
175
176 @insertcopying
177
178 Pour LilyPond version @version{}
179 @end titlepage
180
181 @end macro
182
183
184 @c   ***** Headings in a doc subsection *****
185
186 @c The next macro is a dummy currently since texinfo doesn't
187 @c provide a real ragged-right environment yet.
188 @c
189 @c Don't insert an empty line after @predefined!  Right now
190 @c it doesn't matter, but a future implementation will probably
191 @c add some code which needs this restriction.
192
193 @macro predefined
194 @noindent
195 @subsubheading Commandes prédéfinies
196 @end macro
197
198 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
199 @c the macro must not be empty.
200
201 @macro endpredefined
202 @c
203 @end macro
204
205
206 @macro snippets
207 @noindent
208 @subsubheading Morceaux choisis
209 @end macro
210
211
212 @c obsolete, remove when translation is fully updated
213 @macro commonprop
214 @noindent
215 @subsubheading Propriétés couramment modifiées
216 @end macro
217
218
219 @c Don't insert an empty line after @seealso!  Otherwise we get
220 @c unwanted extra vertical space in the PDF output.
221
222 @macro seealso
223 @noindent
224 @subsubheading Voir aussi
225 @indent
226 @end macro
227
228
229 @macro knownissues
230 @noindent
231 @subsubheading Problèmes connus et avertissements
232 @end macro
233
234
235
236
237 @c   ***** Links and references *****
238
239 @c  Definitions for references:
240 @c
241 @c     @rweb
242 @c     @ressay
243 @c     @rglos
244 @c     @rinternals
245 @c     @rlearning
246 @c     @rlsr
247 @c     @rprogram
248 @c     @ruser
249 @c     @rchanges
250 @c     @rextend
251 @c     @rcontrib
252 @c
253 @c  All these also have a @...named version which allows to specify the
254 @c  displayed text for the reference as second argument.
255 @c
256 @c
257 @c ***** HTML + bigpage is a special case (other manual names); all other
258 @c formats are treated similarly.
259
260
261 @c *** not TeX ***
262
263 @ifnottex
264
265 @c ** bigpage **
266
267 @ifset bigpage
268
269 @macro rglos{TEXT}
270 @vindex \TEXT\
271 @ref{\TEXT\,,,music-glossary-big-page,Glossaire}
272 @end macro
273
274 @macro rglosnamed{TEXT,DISPLAY}
275 @vindex \TEXT\
276 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossaire}
277 @end macro
278
279 @macro rlearning{TEXT}
280 @vindex \TEXT\
281 @ref{\TEXT\,,,learning-big-page,Manuel d'initiation}
282 @end macro
283
284 @macro rlearningnamed{TEXT,DISPLAY}
285 @vindex \TEXT\
286 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuel d'initiation}
287 @end macro
288
289 @macro ruser{TEXT}
290 @vindex \TEXT\
291 @ref{\TEXT\,,,notation-big-page,Manuel de notation}
292 @end macro
293
294 @macro rusernamed{TEXT,DISPLAY}
295 @vindex \TEXT\
296 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Manuel de notation}
297 @end macro
298
299 @macro rextend{TEXT}
300 @vindex \TEXT\
301 @ref{\TEXT\,,,extending-big-page,Extension de LilyPond}
302 @end macro
303
304 @macro rextendnamed{TEXT,DISPLAY}
305 @vindex \TEXT\
306 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Extension de LilyPond}
307 @end macro
308
309 @macro rchanges{TEXT}
310 @vindex \TEXT\
311 @ref{\TEXT\,,,changes-big-page,Nouveautés}
312 @end macro
313
314 @macro rchangesnamed{TEXT,DISPLAY}
315 @vindex \TEXT\
316 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Nouveautés}
317 @end macro
318
319 @macro rcontrib{TEXT}
320 @vindex \TEXT\
321 @ref{\TEXT\,,,contributor-big-page,Guide du contributeur}
322 @end macro
323
324 @macro rcontribnamed{TEXT,DISPLAY}
325 @vindex \TEXT\
326 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guide du contributeur}
327 @end macro
328
329 @macro rweb{TEXT}
330 @vindex \TEXT\
331 @ref{\TEXT\,,,web-big-page,Informations générales}
332 @end macro
333
334 @macro rwebnamed{TEXT,DISPLAY}
335 @vindex \TEXT\
336 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informations générales}
337 @end macro
338
339 @macro ressay{TEXT}
340 @vindex \TEXT\
341 @ref{\TEXT\,,,essay-big-page,Essai}
342 @end macro
343
344 @macro ressaynamed{TEXT,DISPLAY}
345 @vindex \TEXT\
346 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Essai}
347 @end macro
348
349 @macro rprogram{TEXT}
350 @vindex \TEXT\
351 @ref{\TEXT\,,,usage-big-page,Utilisation des programmes}
352 @end macro
353
354 @macro rprogramnamed{TEXT,DISPLAY}
355 @vindex \TEXT\
356 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Utilisation des programmes}
357 @end macro
358
359 @macro rlsr{TEXT}
360 @ref{\TEXT\,,,snippets-big-page,Morceaux choisis}
361 @end macro
362
363 @macro rlsrnamed{TEXT,DISPLAY}
364 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Morceaux choisis}
365 @end macro
366
367 @macro rinternals{TEXT}
368 @vindex \TEXT\
369 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
370 @end macro
371
372 @macro rinternalsnamed{TEXT,DISPLAY}
373 @vindex \TEXT\
374 @ref{\TEXT\,,,internals-big-page,Référence des propriétés internes}
375 @end macro
376
377 @end ifset
378
379
380 @c ** not bigpage **
381
382 @ifclear bigpage
383
384 @ifnotinfo
385
386 @macro rglos{TEXT}
387 @vindex \TEXT\
388 @ref{\TEXT\,,,music-glossary,Glossaire}
389 @end macro
390
391 @macro rglosnamed{TEXT,DISPLAY}
392 @vindex \TEXT\
393 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
394 @end macro
395
396 @macro rlearning{TEXT}
397 @vindex \TEXT\
398 @ref{\TEXT\,,,learning,Manuel d'initiation}
399 @end macro
400
401 @macro rlearningnamed{TEXT,DISPLAY}
402 @vindex \TEXT\
403 @ref{\TEXT\,,\DISPLAY\,learning,Manuel d'initiation}
404 @end macro
405
406 @macro ruser{TEXT}
407 @vindex \TEXT\
408 @ref{\TEXT\,,,notation,Manuel de notation}
409 @end macro
410
411 @macro rusernamed{TEXT,DISPLAY}
412 @vindex \TEXT\
413 @ref{\TEXT\,,\DISPLAY\,notation,Manuel de notation}
414 @end macro
415
416 @macro rchanges{TEXT}
417 @vindex \TEXT\
418 @ref{\TEXT\,,,changes,Nouveautés}
419 @end macro
420
421 @macro rchangesnamed{TEXT,DISPLAY}
422 @vindex \TEXT\
423 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
424 @end macro
425
426 @macro rextend{TEXT}
427 @vindex \TEXT\
428 @ref{\TEXT\,,,extending,Extension de LilyPond}
429 @end macro
430
431 @macro rextendnamed{TEXT,DISPLAY}
432 @vindex \TEXT\
433 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
434 @end macro
435
436 @macro rcontrib{TEXT}
437 @vindex \TEXT\
438 @ref{\TEXT\,,,contributor,Guide des contributeurs}
439 @end macro
440
441 @macro rcontribnamed{TEXT,DISPLAY}
442 @vindex \TEXT\
443 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
444 @end macro
445
446 @macro rweb{TEXT}
447 @vindex \TEXT\
448 @ref{\TEXT\,,,web,Informations générales}
449 @end macro
450
451 @macro rwebnamed{TEXT,DISPLAY}
452 @vindex \TEXT\
453 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
454 @end macro
455
456 @macro ressay{TEXT}
457 @vindex \TEXT\
458 @ref{\TEXT\,,,essay,Essai}
459 @end macro
460
461 @macro ressaynamed{TEXT,DISPLAY}
462 @vindex \TEXT\
463 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
464 @end macro
465
466 @macro rprogram{TEXT}
467 @vindex \TEXT\
468 @ref{\TEXT\,,,usage,Utilisation des programmes}
469 @end macro
470
471 @macro rprogramnamed{TEXT,DISPLAY}
472 @vindex \TEXT\
473 @ref{\TEXT\,,\DISPLAY\,usage,Utilisation des programmes}
474 @end macro
475
476 @macro rlsr{TEXT}
477 @ref{\TEXT\,,,snippets,Morceaux choisis}
478 @end macro
479
480 @macro rlsrnamed{TEXT,DISPLAY}
481 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
482 @end macro
483
484 @macro rinternals{TEXT}
485 @vindex \TEXT\
486 @ref{\TEXT\,,,internals,Référence des propriétés internes}
487 @end macro
488
489 @macro rinternalsnamed{TEXT,DISPLAY}
490 @vindex \TEXT\
491 @ref{\TEXT\,,,internals,Référence des propriétés internes}
492 @end macro
493
494 @end ifnotinfo
495
496 @ifinfo
497
498 @macro rglos{TEXT}
499 @vindex \TEXT\
500 @ref{\TEXT\,,,music-glossary,Glossaire}
501 @end macro
502
503 @macro rglosnamed{TEXT,DISPLAY}
504 @vindex \TEXT\
505 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
506 @end macro
507
508 @macro rlearning{TEXT}
509 @vindex \TEXT\
510 @ref{\TEXT\,,,lilypon-learning,Manuel d'initiation}
511 @end macro
512
513 @macro rlearningnamed{TEXT,DISPLAY}
514 @vindex \TEXT\
515 @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Manuel d'initiation}
516 @end macro
517
518 @macro ruser{TEXT}
519 @vindex \TEXT\
520 @ref{\TEXT\,,,lilypond-notation,Manuel de notation}
521 @end macro
522
523 @macro rusernamed{TEXT,DISPLAY}
524 @vindex \TEXT\
525 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Manuel de notation}
526 @end macro
527
528 @macro rchanges{TEXT}
529 @vindex \TEXT\
530 @ref{\TEXT\,,,lilypond-changes,Nouveautés}
531 @end macro
532
533 @macro rchangesnamed{TEXT,DISPLAY}
534 @vindex \TEXT\
535 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Nouveautés}
536 @end macro
537
538 @macro rextend{TEXT}
539 @vindex \TEXT\
540 @ref{\TEXT\,,,lilypond-extending,Extension de LilyPond}
541 @end macro
542
543 @macro rextendnamed{TEXT,DISPLAY}
544 @vindex \TEXT\
545 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Extension de LilyPond}
546 @end macro
547
548 @macro rcontrib{TEXT}
549 @vindex \TEXT\
550 @ref{\TEXT\,,,lilypond-contributor,Guide des contributeurs}
551 @end macro
552
553 @macro rcontribnamed{TEXT,DISPLAY}
554 @vindex \TEXT\
555 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guide des contributeurs}
556 @end macro
557
558 @macro rweb{TEXT}
559 @vindex \TEXT\
560 @ref{\TEXT\,,,lilypond-web,Informations générales}
561 @end macro
562
563 @macro rwebnamed{TEXT,DISPLAY}
564 @vindex \TEXT\
565 @ref{\TEXT\,,\DISPLAY\,lilypond-web,Informations générales}
566 @end macro
567
568 @macro ressay{TEXT}
569 @vindex \TEXT\
570 @ref{\TEXT\,,,lilypond-essay,Essai}
571 @end macro
572
573 @macro ressaynamed{TEXT,DISPLAY}
574 @vindex \TEXT\
575 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Essai}
576 @end macro
577
578 @macro rprogram{TEXT}
579 @vindex \TEXT\
580 @ref{\TEXT\,,,lilypond-usage,Utilisation des programmes}
581 @end macro
582
583 @macro rprogramnamed{TEXT,DISPLAY}
584 @vindex \TEXT\
585 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Utilisation des programmes}
586 @end macro
587
588 @macro rlsr{TEXT}
589 @ref{\TEXT\,,,lilypond-snippets,Morceaux choisis}
590 @end macro
591
592 @macro rlsrnamed{TEXT,DISPLAY}
593 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Morceaux choisis}
594 @end macro
595
596 @macro rinternals{TEXT}
597 @vindex \TEXT\
598 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
599 @end macro
600
601 @macro rinternalsnamed{TEXT,DISPLAY}
602 @vindex \TEXT\
603 @ref{\TEXT\,,,lilypond-internals,Référence des propriétés internes}
604 @end macro
605
606 @end ifinfo
607
608 @end ifclear
609
610 @end ifnottex
611
612
613 @c *** TeX ***
614
615 @iftex
616
617 @c All commands below should work in the middle of the line;
618 @c we thus must not use @vindex directly since it works only if placed
619 @c on a line of its own.  To overcome this problem, we define a
620 @c replacement macro using the internal definition of @vindex which
621 @c delimits arguments in the standard way (i.e., with braces).
622
623 @tex
624 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
625 @end tex
626
627 @macro rglos{TEXT}
628 @lilyvindex{\TEXT\}
629 @ref{\TEXT\,,,music-glossary,Glossaire}
630 @end macro
631
632 @macro rglosnamed{TEXT,DISPLAY}
633 @lilyvindex{\TEXT\}
634 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossaire}
635 @end macro
636
637 @macro rlearning{TEXT}
638 @lilyvindex{\TEXT\}
639 @ref{\TEXT\,,,learning.fr,Manuel d'initiation}
640 @end macro
641
642 @macro rlearningnamed{TEXT,DISPLAY}
643 @lilyvindex{\TEXT\}
644 @ref{\TEXT\,,\DISPLAY\,learning.fr,Manuel d'initiation}
645 @end macro
646
647 @macro ruser{TEXT}
648 @lilyvindex{\TEXT\}
649 @ref{\TEXT\,,,notation.fr,Manuel de notation}
650 @end macro
651
652 @macro rusernamed{TEXT,DISPLAY}
653 @lilyvindex{\TEXT\}
654 @ref{\TEXT\,,\DISPLAY\,notation.fr,Manuel de notation}
655 @end macro
656
657 @macro rchanges{TEXT}
658 @vindex \TEXT\
659 @ref{\TEXT\,,,changes,Nouveautés}
660 @end macro
661
662 @macro rchangesnamed{TEXT,DISPLAY}
663 @vindex \TEXT\
664 @ref{\TEXT\,,\DISPLAY\,changes,Nouveautés}
665 @end macro
666
667 @macro rextend{TEXT}
668 @vindex \TEXT\
669 @ref{\TEXT\,,,extending,Extension de LilyPond}
670 @end macro
671
672 @macro rextendnamed{TEXT,DISPLAY}
673 @vindex \TEXT\
674 @ref{\TEXT\,,\DISPLAY\,extending,Extension de LilyPond}
675 @end macro
676
677 @macro rcontrib{TEXT}
678 @vindex \TEXT\
679 @ref{\TEXT\,,,contributor,Guide des contributeurs}
680 @end macro
681
682 @macro rcontribnamed{TEXT,DISPLAY}
683 @vindex \TEXT\
684 @ref{\TEXT\,,\DISPLAY\,contributor,Guide des contributeurs}
685 @end macro
686
687 @macro rweb{TEXT}
688 @lilyvindex \TEXT\
689 @ref{\TEXT\,,,web,Informations générales}
690 @end macro
691
692 @macro rwebnamed{TEXT,DISPLAY}
693 @lilyvindex \TEXT\
694 @ref{\TEXT\,,\DISPLAY\,web,Informations générales}
695 @end macro
696
697 @macro ressay{TEXT}
698 @vindex \TEXT\
699 @ref{\TEXT\,,,essay,Essai}
700 @end macro
701
702 @macro ressaynamed{TEXT,DISPLAY}
703 @vindex \TEXT\
704 @ref{\TEXT\,,\DISPLAY\,essay,Essai}
705 @end macro
706
707 @macro rprogram{TEXT}
708 @lilyvindex{\TEXT\}
709 @ref{\TEXT\,,,usage.fr,Utilisation des programmes}
710 @end macro
711
712 @macro rprogramnamed{TEXT,DISPLAY}
713 @lilyvindex{\TEXT\}
714 @ref{\TEXT\,,\DISPLAY\,usage.fr,Utilisation des programmes}
715 @end macro
716
717 @macro rlsr{TEXT}
718 @lilyvindex{\TEXT\}
719 @ref{\TEXT\,,,snippets,Morceaux choisis}
720 @end macro
721
722 @macro rlsrnamed{TEXT,DISPLAY}
723 @lilyvindex{\TEXT\}
724 @ref{\TEXT\,,\DISPLAY\,snippets,Morceaux choisis}
725 @end macro
726
727 @macro rinternals{TEXT}
728 @lilyvindex{\TEXT\}
729 @ref{\TEXT\,,,internals,Référence des propriétés internes}
730 @end macro
731
732 @macro rinternalsnamed{TEXT,DISPLAY}
733 @lilyvindex{\TEXT\}
734 @ref{\TEXT\,,,internals,Référence des propriétés internes}
735 @end macro
736
737 @end iftex
738
739
740 @c  ***** Macros specific to the web site *****
741
742 @ifset web
743
744 @macro exampleImage{IMAGE-FILE}
745 @html
746 <div class="float-center">
747   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
748     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
749   </a>
750   <p style="text-align: center">
751     (cliquez pour agrandir)
752   </p>
753 </div>
754 @end html
755 @iftex
756 @image{examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
757 @end iftex
758 @ifinfo
759 @image{lilypond/examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
760 @end ifinfo
761 @end macro
762
763 @macro help{TEXT}
764 @html
765 <div class="help">
766 <strong>
767   <span style="text-decoration:blink">À l'aide&nbsp;:</span>
768 </strong> \TEXT\
769 </div>
770 @end html
771 @end macro
772
773 @c LEGALESE
774
775 @macro logoLegalLinux
776 Tux le pingouin Linux a été créé par
777 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} avec
778 @uref{http://www.isc.tamu.edu/~lewing/gimp/,GIMP}.
779
780 @end macro
781
782 @macro logoLegalFreeBSD
783 Le logo FreeBSD logo est une marque déposée par la
784 @uref{http://www.freebsd.org/,Fondation FreeBSD}.
785
786 @end macro
787
788 @macro logoLegalMacOSX
789 L'image @q{X} n'est pas déposée.  Elle a été créée par
790 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} et
791 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, et
792 distribuée sous la licence GNU Free Documentation License version 1.2 ou
793 ultérieure.
794 Nous avons trouvé cette image sur
795 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
796 cette page de Wikimedia Commons}.
797
798 @end macro
799
800 @macro logoLegalWindows
801 Le @qq{rectangle aux quatre couleurs} n'est pas une marque déposée.
802 Il a été créé par @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} et
803 distribué sous la licence GNU Free Documentation License version 1.2.  Nous
804 avons trouvé cette image sur
805 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
806 cette page de Wikimedia Commons}.
807
808 @end macro
809
810 @end ifset
811
812
813 @c   ***** Macros specific to translated docs *****
814
815 @macro englishref
816 Cette section n'est pas encore encore traduite, veuillez
817 vous reporter à la documentation correspondante en anglais.
818 @end macro
819