]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/it/macros.itexi
Fix white space
[lilypond.git] / Documentation / it / macros.itexi
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 92190ad98deac78cf32837078741296205072119
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 definitions 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
31 @macro q{TEXT}
32 @quoteleft{}\TEXT\@quoteright{}
33 @end macro
34
35 @macro qq{TEXT}
36 @quotedblleft{}\TEXT\@quotedblright{}
37 @end macro
38
39
40 @ifhtml
41
42 @macro warning{TEXT}
43 @html
44 <div class="warning">
45 @end html
46 @strong{Nota:} \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{Nota:} \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 Per maggiori informazioni su come questo manuale si integra col resto
74 della documentazione, o per leggere questo manuale in altri formati, si veda
75 @rweb{Manuals}.
76
77 Se ti manca qualche manuale, puoi trovare la completa documentazione
78 all'indirizzo @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{La traduzione della seguente nota di copyright è gentilmente
95 offerta per le persone che non parlano inglese, ma solo
96 la nota in inglese ha valore legale.}
97
98 @emph{The translation of the following copyright notice is provided
99 for courtesy to non-English speakers, but only the notice in English
100 legally counts.}
101
102 @quotation
103 E' garantito il permesso di copiare, distribuire e/o modificare questo
104 documento seguendo i termini della Licenza per Documentazione
105 Libera GNU, Versione 1.1 o ogni versione successiva pubblicata dalla
106 Free Software Foundation; senza alcuna sezione non modificabile.
107 Una copia della licenza è acclusa nella sezione intitolata ''Licenza
108 per Documentazione Libera GNU''.
109 @end quotation
110
111 @quotation
112 Permission is granted to copy, distribute and/or modify this document
113 under the terms of the GNU Free Documentation License, Version 1.1
114 or any later version published by the Free Software Foundation;
115 with no Invariant Sections.
116 A copy of the license is included in the section entitled ``GNU
117 Free Documentation License''.
118 @end quotation
119 @end copying
120 @end ifset
121
122 @ifclear FDL
123 @copying
124 Questo documento è stato posto nel pubblico dominio.
125 @end copying
126 @end ifclear
127
128
129
130 @c   ***** Title page *****
131 @ifnottex
132 @node Su
133 @top LilyPond --- \TITLE\
134 @translationof Top
135
136 @cartouche
137 @manualIntro{}
138 @end cartouche
139 @end ifnottex
140
141 @finalout
142
143 @titlepage
144 @title LilyPond
145 @subtitle Il compositore tipografico per la musica
146 @titlefont{\TITLE\}
147 @author Il team di sviluppo di LilyPond
148
149 @vskip 60pt
150
151 @cartouche
152 @manualIntro{}
153 @end cartouche
154
155 @vskip 40pt
156
157 @docMain{}
158
159 @vskip 0pt plus 1filll
160
161 @insertcopying
162
163 Per la versione di LilyPond @version{}
164 @end titlepage
165
166 @end macro
167
168
169 @c   ***** Headings in a doc subsection *****
170
171 @c The next macro is a dummy currently since texinfo doesn't
172 @c provide a real ragged-right environment yet.
173 @c
174 @c Don't insert an empty line after @predefined!  Right now
175 @c it doesn't matter, but a future implementation will probably
176 @c add some code which needs this restriction.
177
178 @macro predefined
179 @noindent
180 @subsubheading Comandi predefiniti
181 @end macro
182
183 @c Due to a bug in texi2html (texi2html.pl CVS versions <= 1.245)
184 @c the next macro must not be empty.
185
186 @macro endpredefined
187 @c
188 @end macro
189
190
191 @macro snippets
192 @noindent
193 @subsubheading Frammenti di codice selezionati
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 Vedi anche
203 @indent
204 @end macro
205
206
207 @macro knownissues
208 @noindent
209 @subsubheading Problemi noti e avvertimenti
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,Glossario Musicale}
248 @end macro
249
250 @macro rglosnamed{TEXT,DISPLAY}
251 @vindex \TEXT\
252 @ref{\TEXT\,,\DISPLAY\,music-glossary-big-page,Glossario Musicale}
253 @end macro
254
255 @macro rlearning{TEXT}
256 @vindex \TEXT\
257 @ref{\TEXT\,,,learning-big-page,Manuale di Apprendimento}
258 @end macro
259
260 @macro rlearningnamed{TEXT,DISPLAY}
261 @vindex \TEXT\
262 @ref{\TEXT\,,\DISPLAY\,learning-big-page,Manuale di Apprendimento}
263 @end macro
264
265 @macro ruser{TEXT}
266 @vindex \TEXT\
267 @ref{\TEXT\,,,notation-big-page,Guida alla Notazione}
268 @end macro
269
270 @macro rusernamed{TEXT,DISPLAY}
271 @vindex \TEXT\
272 @ref{\TEXT\,,\DISPLAY\,notation-big-page,Guida alla Notazione}
273 @end macro
274
275 @macro rextend{TEXT}
276 @vindex \TEXT\
277 @ref{\TEXT\,,,extending-big-page,Estendere}
278 @end macro
279
280 @macro rextendnamed{TEXT,DISPLAY}
281 @vindex \TEXT\
282 @ref{\TEXT\,,\DISPLAY\,extending-big-page,Estendere}
283 @end macro
284
285 @macro rchanges{TEXT}
286 @vindex \TEXT\
287 @ref{\TEXT\,,,changes-big-page,Cambiamenti}
288 @end macro
289
290 @macro rchangesnamed{TEXT,DISPLAY}
291 @vindex \TEXT\
292 @ref{\TEXT\,,\DISPLAY\,changes-big-page,Cambiamenti}
293 @end macro
294
295 @macro rcontrib{TEXT}
296 @vindex \TEXT\
297 @ref{\TEXT\,,,contributor-big-page,Guida del Collaboratore}
298 @end macro
299
300 @macro rcontribnamed{TEXT,DISPLAY}
301 @vindex \TEXT\
302 @ref{\TEXT\,,\DISPLAY\,contributor-big-page,Guida del Collaboratore}
303 @end macro
304
305 @macro rweb{TEXT}
306 @vindex \TEXT\
307 @ref{\TEXT\,,,web-big-page,Informazioni Generali}
308 @end macro
309
310 @macro rwebnamed{TEXT,DISPLAY}
311 @vindex \TEXT\
312 @ref{\TEXT\,,\DISPLAY\,web-big-page,Informazioni Generali}
313 @end macro
314
315 @macro ressay{TEXT}
316 @vindex \TEXT\
317 @ref{\TEXT\,,,essay-big-page,Saggio}
318 @end macro
319
320 @macro ressaynamed{TEXT,DISPLAY}
321 @vindex \TEXT\
322 @ref{\TEXT\,,\DISPLAY\,essay-big-page,Saggio}
323 @end macro
324
325 @macro rprogram{TEXT}
326 @vindex \TEXT\
327 @ref{\TEXT\,,,usage-big-page,Uso del Programma}
328 @end macro
329
330 @macro rprogramnamed{TEXT,DISPLAY}
331 @vindex \TEXT\
332 @ref{\TEXT\,,\DISPLAY\,usage-big-page,Uso del Programma}
333 @end macro
334
335 @macro rlsr{TEXT}
336 @ref{\TEXT\,,,snippets-big-page,Frammenti di codice}
337 @end macro
338
339 @macro rlsrnamed{TEXT,DISPLAY}
340 @ref{\TEXT\,,\DISPLAY\,snippets-big-page,Frammenti di codice}
341 @end macro
342
343 @macro rinternals{TEXT}
344 @vindex \TEXT\
345 @ref{\TEXT\,,,internals-big-page,Guida al Funzionamento Interno}
346 @end macro
347
348 @macro rinternalsnamed{TEXT,DISPLAY}
349 @vindex \TEXT\
350 @ref{\TEXT\,,\DISPLAY\,internals-big-page,Guida al Funzionamento Interno}
351 @end macro
352
353 @end ifset
354
355
356 @c ** not bigpage **
357
358 @ifclear bigpage
359
360 @ifnotinfo
361
362 @macro rglos{TEXT}
363 @vindex \TEXT\
364 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
365 @end macro
366
367 @macro rglosnamed{TEXT,DISPLAY}
368 @vindex \TEXT\
369 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
370 @end macro
371
372 @macro rlearning{TEXT}
373 @vindex \TEXT\
374 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
375 @end macro
376
377 @macro rlearningnamed{TEXT,DISPLAY}
378 @vindex \TEXT\
379 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
380 @end macro
381
382 @macro ruser{TEXT}
383 @vindex \TEXT\
384 @ref{\TEXT\,,,notation,Guida alla Notazione}
385 @end macro
386
387 @macro rusernamed{TEXT,DISPLAY}
388 @vindex \TEXT\
389 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
390 @end macro
391
392 @macro rchanges{TEXT}
393 @vindex \TEXT\
394 @ref{\TEXT\,,,changes,Cambiamenti}
395 @end macro
396
397 @macro rchangesnamed{TEXT,DISPLAY}
398 @vindex \TEXT\
399 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
400 @end macro
401
402 @macro rextend{TEXT}
403 @vindex \TEXT\
404 @ref{\TEXT\,,,extending,Estendere}
405 @end macro
406
407 @macro rextendnamed{TEXT,DISPLAY}
408 @vindex \TEXT\
409 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
410 @end macro
411
412 @macro rcontrib{TEXT}
413 @vindex \TEXT\
414 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
415 @end macro
416
417 @macro rcontribnamed{TEXT,DISPLAY}
418 @vindex \TEXT\
419 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
420 @end macro
421
422 @macro rweb{TEXT}
423 @vindex \TEXT\
424 @ref{\TEXT\,,,web,Informazioni Generali}
425 @end macro
426
427 @macro rwebnamed{TEXT,DISPLAY}
428 @vindex \TEXT\
429 @ref{\TEXT\,,\DISPLAY\,web,Informazioni Generali}
430 @end macro
431
432 @macro ressay{TEXT}
433 @vindex \TEXT\
434 @ref{\TEXT\,,,essay,Saggio}
435 @end macro
436
437 @macro ressaynamed{TEXT,DISPLAY}
438 @vindex \TEXT\
439 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
440 @end macro
441
442 @macro rprogram{TEXT}
443 @vindex \TEXT\
444 @ref{\TEXT\,,,usage,Uso del Programma}
445 @end macro
446
447 @macro rprogramnamed{TEXT,DISPLAY}
448 @vindex \TEXT\
449 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
450 @end macro
451
452 @macro rlsr{TEXT}
453 @ref{\TEXT\,,,snippets,Frammenti di codice}
454 @end macro
455
456 @macro rlsrnamed{TEXT,DISPLAY}
457 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
458 @end macro
459
460 @macro rinternals{TEXT}
461 @vindex \TEXT\
462 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
463 @end macro
464
465 @macro rinternalsnamed{TEXT,DISPLAY}
466 @vindex \TEXT\
467 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
468 @end macro
469
470 @end ifnotinfo
471
472 @ifinfo
473
474 @macro rglos{TEXT}
475 @vindex \TEXT\
476 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
477 @end macro
478
479 @macro rglosnamed{TEXT,DISPLAY}
480 @vindex \TEXT\
481 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
482 @end macro
483
484 @macro rlearning{TEXT}
485 @vindex \TEXT\
486 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
487 @end macro
488
489 @macro rlearningnamed{TEXT,DISPLAY}
490 @vindex \TEXT\
491 @ref{\TEXT\,,,lilypond-learning,Manuale di Apprendimento}
492 @end macro
493
494 @macro ruser{TEXT}
495 @vindex \TEXT\
496 @ref{\TEXT\,,,lilypond-notation,Guida alla Notazione}
497 @end macro
498
499 @macro rusernamed{TEXT,DISPLAY}
500 @vindex \TEXT\
501 @ref{\TEXT\,,\DISPLAY\,lilypond-notation,Guida alla Notazione}
502 @end macro
503
504 @macro rchanges{TEXT}
505 @vindex \TEXT\
506 @ref{\TEXT\,,,lilypond-changes,Cambiamenti}
507 @end macro
508
509 @macro rchangesnamed{TEXT,DISPLAY}
510 @vindex \TEXT\
511 @ref{\TEXT\,,\DISPLAY\,lilypond-changes,Cambiamenti}
512 @end macro
513
514 @macro rextend{TEXT}
515 @vindex \TEXT\
516 @ref{\TEXT\,,,lilypond-extending,Estendere}
517 @end macro
518
519 @macro rextendnamed{TEXT,DISPLAY}
520 @vindex \TEXT\
521 @ref{\TEXT\,,\DISPLAY\,lilypond-extending,Estendere}
522 @end macro
523
524 @macro rcontrib{TEXT}
525 @vindex \TEXT\
526 @ref{\TEXT\,,,lilypond-contributor,Guida del Collaboratore}
527 @end macro
528
529 @macro rcontribnamed{TEXT,DISPLAY}
530 @vindex \TEXT\
531 @ref{\TEXT\,,\DISPLAY\,lilypond-contributor,Guida del Collaboratore}
532 @end macro
533
534 @macro rweb{TEXT}
535 @vindex \TEXT\
536 @ref{\TEXT\,,,lilypond-web,Informazioni Generali}
537 @end macro
538
539 @macro rwebnamed{TEXT,DISPLAY}
540 @vindex \TEXT\
541 @ref{\TEXT\,,\DISPLAY\,lilypond-web, Informazioni Generali}
542 @end macro
543
544 @macro ressay{TEXT}
545 @vindex \TEXT\
546 @ref{\TEXT\,,,lilypond-essay,Saggio}
547 @end macro
548
549 @macro ressaynamed{TEXT,DISPLAY}
550 @vindex \TEXT\
551 @ref{\TEXT\,,\DISPLAY\,lilypond-essay,Saggio}
552 @end macro
553
554 @macro rprogram{TEXT}
555 @vindex \TEXT\
556 @ref{\TEXT\,,,lilypond-usage,Uso del Programma}
557 @end macro
558
559 @macro rprogramnamed{TEXT,DISPLAY}
560 @vindex \TEXT\
561 @ref{\TEXT\,,\DISPLAY\,lilypond-usage,Uso del Programma}
562 @end macro
563
564 @macro rlsr{TEXT}
565 @ref{\TEXT\,,,lilypond-snippets,Frammenti di codice}
566 @end macro
567
568 @macro rlsrnamed{TEXT,DISPLAY}
569 @ref{\TEXT\,,\DISPLAY\,lilypond-snippets,Frammenti di codice}
570 @end macro
571
572 @macro rinternals{TEXT}
573 @vindex \TEXT\
574 @ref{\TEXT\,,,lilypond-internals,Guida al Funzionamento Interno}
575 @end macro
576
577 @macro rinternalsnamed{TEXT,DISPLAY}
578 @vindex \TEXT\
579 @ref{\TEXT\,,\DISPLAY\,lilypond-internals,Guida al Funzionamento Interno}
580 @end macro
581
582 @end ifinfo
583
584 @end ifclear
585
586 @end ifnottex
587
588
589 @c *** TeX ***
590
591 @iftex
592
593 @c All commands below should work in the middle of the line;
594 @c we thus must not use @vindex directly since it works only if placed
595 @c on a line of its own.  To overcome this problem, we define a
596 @c replacement macro using the internal definition of @vindex which
597 @c delimits arguments in the standard way (i.e., with braces).
598
599 @tex
600 \gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces}
601 @end tex
602
603 @macro rglos{TEXT}
604 @lilyvindex{\TEXT\}
605 @ref{\TEXT\,,,music-glossary,Glossario Musicale}
606 @end macro
607
608 @macro rglosnamed{TEXT,DISPLAY}
609 @lilyvindex{\TEXT\}
610 @ref{\TEXT\,,\DISPLAY\,music-glossary,Glossario Musicale}
611 @end macro
612
613 @macro rlearning{TEXT}
614 @lilyvindex{\TEXT\}
615 @ref{\TEXT\,,,learning,Manuale di Apprendimento}
616 @end macro
617
618 @macro rlearningnamed{TEXT,DISPLAY}
619 @lilyvindex{\TEXT\}
620 @ref{\TEXT\,,\DISPLAY\,learning,Manuale di Apprendimento}
621 @end macro
622
623 @macro ruser{TEXT}
624 @lilyvindex{\TEXT\}
625 @ref{\TEXT\,,,notation,Guida alla Notazione}
626 @end macro
627
628 @macro rusernamed{TEXT,DISPLAY}
629 @lilyvindex{\TEXT\}
630 @ref{\TEXT\,,\DISPLAY\,notation,Guida alla Notazione}
631 @end macro
632
633 @macro rchanges{TEXT}
634 @lilyvindex{\TEXT\}
635 @ref{\TEXT\,,,changes,Cambiamenti}
636 @end macro
637
638 @macro rchangesnamed{TEXT,DISPLAY}
639 @lilyvindex{\TEXT\}
640 @ref{\TEXT\,,\DISPLAY\,changes,Cambiamenti}
641 @end macro
642
643 @macro rextend{TEXT}
644 @lilyvindex{\TEXT\}
645 @ref{\TEXT\,,,extending,Estendere}
646 @end macro
647
648 @macro rextendnamed{TEXT,DISPLAY}
649 @lilyvindex{\TEXT\}
650 @ref{\TEXT\,,\DISPLAY\,extending,Estendere}
651 @end macro
652
653 @macro rcontrib{TEXT}
654 @lilyvindex{\TEXT\}
655 @ref{\TEXT\,,,contributor,Guida del Collaboratore}
656 @end macro
657
658 @macro rcontribnamed{TEXT,DISPLAY}
659 @lilyvindex{\TEXT\}
660 @ref{\TEXT\,,\DISPLAY\,contributor,Guida del Collaboratore}
661 @end macro
662
663 @macro rweb{TEXT}
664 @vindex \TEXT\
665 @ref{\TEXT\,,,web,Informazioni generali}
666 @end macro
667
668 @macro rwebnamed{TEXT,DISPLAY}
669 @vindex \TEXT\
670 @ref{\TEXT\,,\DISPLAY\,web,Informazioni generali}
671 @end macro
672
673 @macro ressay{TEXT}
674 @lilyvindex{\TEXT\}
675 @ref{\TEXT\,,,essay,Saggio}
676 @end macro
677
678 @macro ressaynamed{TEXT,DISPLAY}
679 @lilyvindex{\TEXT\}
680 @ref{\TEXT\,,\DISPLAY\,essay,Saggio}
681 @end macro
682
683 @macro rprogram{TEXT}
684 @lilyvindex{\TEXT\}
685 @ref{\TEXT\,,,usage,Uso del Programma}
686 @end macro
687
688 @macro rprogramnamed{TEXT,DISPLAY}
689 @lilyvindex{\TEXT\}
690 @ref{\TEXT\,,\DISPLAY\,usage,Uso del Programma}
691 @end macro
692
693 @macro rlsr{TEXT}
694 @lilyvindex{\TEXT\}
695 @ref{\TEXT\,,,snippets,Frammenti di codice}
696 @end macro
697
698 @macro rlsrnamed{TEXT,DISPLAY}
699 @lilyvindex{\TEXT\}
700 @ref{\TEXT\,,\DISPLAY\,snippets,Frammenti di codice}
701 @end macro
702
703 @macro rinternals{TEXT}
704 @lilyvindex{\TEXT\}
705 @ref{\TEXT\,,,internals,Guida al Funzionamento Interno}
706 @end macro
707
708 @macro rinternalsnamed{TEXT,DISPLAY}
709 @lilyvindex{\TEXT\}
710 @ref{\TEXT\,,\DISPLAY\,internals,Guida al Funzionamento Interno}
711 @end macro
712
713 @end iftex
714
715 @c  ***** Macros specific to the web site *****
716
717 @ifset web
718
719 @macro exampleImage{IMAGE-FILE}
720 @html
721 <div class="float-center">
722   <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
723     <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
724   </a>
725   <p style="text-align: center">
726     (clicca per ingrandire)
727   </p>
728 </div>
729 @end html
730 @iftex
731 @image{ly-examples/\IMAGE-FILE\-small,,,\IMAGE-FILE\,png}
732 @end iftex
733 @ifinfo
734 @image{lilypond/ly-examples/\IMAGE-FILE\,,,\IMAGE-FILE\,png}
735 @end ifinfo
736 @end macro
737
738 @macro help{TEXT}
739 @html
740 <div class="help">
741 <strong>
742   <span style="text-decoration:blink">Richiesta di aiuto:</span>
743 </strong> \TEXT\
744 </div>
745 @end html
746 @end macro
747
748 @c LEGALESE
749
750 @macro logoLegalLinux
751 Tux the Linux Penguin è stato creato da
752 @uref{mailto:lewing@@isc.tamu.edu, lewing@@isc.tamu.edu} con
753 @uref{http://www.isc.tamu.edu/~lewing/gimp/, il Gnu Image
754 Manipulation Program}.
755
756 @end macro
757
758 @macro logoLegalFreeBSD
759 Il logo FreeBSD è un marchio registrato della
760 @uref{http://www.freebsd.org/, FreeBSD Foundation}.
761
762 @end macro
763
764 @macro logoLegalMacOSX
765 L' @qq{immagine X} non è un marchio registrato.  È stato creato da
766 @uref{http://en.wikipedia.org/wiki/User:Nihonjoe, Nihonjoe} e
767 @uref{http://en.wikipedia.org/wiki/User:CyberSkull, CyberSkull}, e
768 posto sotto la GNU Free Documentation License versione 1.2 o successive.
769 Abbiamo trovato l'immagine su
770 @uref{http://commons.wikimedia.org/wiki/File:Mac_OS_X_Userbox_X.png,
771 questa pagina di Wikimedia Commons}.
772
773 @end macro
774
775 @macro logoLegalWindows
776 L' @qq{immagine con quattro rettangoli colorati} non è un marchio
777 registrato.  È stato creato da
778 @uref{http://en.wikipedia.org/wiki/User:Rohitbd, Rohitbd} ed è
779 posto sotto la GNU Free Documentation License versione 1.2.  Abbiamo
780 trovato l'immagine su
781 @uref{http://commons.wikimedia.org/wiki/Category:Microsoft_Windows_logos,
782 questa pagina di Wikimedia Commons}.
783
784 @end macro
785
786 @end ifset