From 74595ec44e562131b90acea34b3adfff62cb4d50 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 30 Mar 2008 20:05:44 +0200 Subject: [PATCH] Documentation: Fix cross reference names in PDF generation of the docs For cross-references to other documents, one should always use the five-argument version of @ref (where the fifth argument is the displayed name of the other document). There won't be a reference to a particular page, only to the section given by the node name and the name of the other manual. --- Documentation/user/macros.itexi | 58 ++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index ede80d4389..c533b51560 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -152,31 +152,31 @@ @macro internalsref{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals-big-page} +@ref{\TEXT\,,,lilypond-internals-big-page,Internals Reference} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary-big-page} +@ref{\TEXT\,,,music-glossary-big-page,Music Glossary} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program-big-page} +@ref{\TEXT\,,,lilypond-program-big-page,Application Usage} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-big-page} +@ref{\TEXT\,,,lilypond-big-page,Notation Reference} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning-big-page} +@ref{\TEXT\,,,lilypond-learning-big-page,Learning Manual} @end macro @macro rlsr{TEXT} -@ref{\TEXT\,,,lilypond-snippets-big-page} +@ref{\TEXT\,,,lilypond-snippets-big-page,Snippets} @end macro @end ifset @@ -186,31 +186,31 @@ @macro internalsref{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals} +@ref{\TEXT\,,,lilypond-internals,Internals Reference} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Music Glossary} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Application Usage} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Notation Reference} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Learning Manual} @end macro @macro rlsr{TEXT} -@ref{\TEXT\,,,lilypond-snippets} +@ref{\TEXT\,,,lilypond-snippets,Snippets} @end macro @end ifclear @@ -223,31 +223,31 @@ @macro internalsref{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-internals} +@ref{\TEXT\,,,lilypond-internals,Internals Reference} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Music Glossary} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Application Usage} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Notation Reference} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Learning Manual} @end macro @macro rlsr{TEXT} -@ref{\TEXT\,,,lilypond-snippets} +@ref{\TEXT\,,,lilypond-snippets,Snippets} @end macro @end ifdocbook @@ -258,31 +258,31 @@ @macro internalsref{TEXT} @vindex \TEXT\ -@inforef{\TEXT\,,lilypond-internals} +@inforef{\TEXT\,,lilypond-internals,Internals Reference} @end macro @macro rglos{TEXT} @vindex \TEXT\ -@inforef{\TEXT\,,music-glossary} +@inforef{\TEXT\,,music-glossary,Music Glossary} @end macro @macro rprogram{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-program} +@ref{\TEXT\,,,lilypond-program,Application Usage} @end macro @macro ruser{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond} +@ref{\TEXT\,,,lilypond,Notation Reference} @end macro @macro rlearning{TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,lilypond-learning} +@ref{\TEXT\,,,lilypond-learning,Learning Manual} @end macro @macro rlsr{TEXT} -@ref{\TEXT\,,,lilypond-snippets} +@ref{\TEXT\,,,lilypond-snippets,Snippets} @end macro @end ifinfo @@ -298,23 +298,23 @@ @macro rglos {TEXT} @vindex \TEXT\ -@ref{\TEXT\,,,music-glossary} +@ref{\TEXT\,,,music-glossary,Music Glossary} @end macro @macro rprogram{TEXT} -program usage manual, @ref{\TEXT\,,,lilypond-program} +program usage manual, @ref{\TEXT\,,,lilypond-program,Application Usage} @end macro @macro ruser{TEXT} -notation reference, @ref{\TEXT\,,,lilypond} +notation reference, @ref{\TEXT\,,,lilypond,Notation Reference} @end macro @macro rlearning{TEXT} -learning manual, @ref{\TEXT\,,,lilypond-learning} +learning manual, @ref{\TEXT\,,,lilypond-learning,Learning Manual} @end macro @macro rlsr{TEXT} -@ref{\TEXT\,,,lilypond-snippets} +@ref{\TEXT\,,,lilypond-snippets,Snippets} @end macro @end iftex -- 2.39.5