From: David Kastrup Date: Wed, 30 Sep 2009 08:22:02 +0000 (-0700) Subject: [doc] Fix macro for translated docs too. X-Git-Tag: release/2.13.5-0~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80d95e88b70b2f60684e8b19fbba62db5e096ace;p=lilypond.git [doc] Fix macro for translated docs too. --- diff --git a/Documentation/de/macros.itexi b/Documentation/de/macros.itexi index ef636f3359..c93b2a29d8 100644 --- a/Documentation/de/macros.itexi +++ b/Documentation/de/macros.itexi @@ -322,7 +322,7 @@ @c delimits arguments in the standard way (i.e., with braces). @tex -\gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces} +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} @end tex @macro rglos{TEXT} diff --git a/Documentation/es/macros.itexi b/Documentation/es/macros.itexi index 8adbe87408..95da67dd59 100644 --- a/Documentation/es/macros.itexi +++ b/Documentation/es/macros.itexi @@ -269,7 +269,7 @@ @c delimits arguments in the standard way (i.e., with braces). @tex -\gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces} +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} @end tex @macro rglos{TEXT} diff --git a/Documentation/fr/macros.itexi b/Documentation/fr/macros.itexi index 4275f8c31a..616c870ead 100644 --- a/Documentation/fr/macros.itexi +++ b/Documentation/fr/macros.itexi @@ -307,7 +307,7 @@ @c delimits arguments in the standard way (i.e., with braces). @tex -\gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces} +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} @end tex @macro rglos{TEXT} diff --git a/Documentation/ja/macros.itexi b/Documentation/ja/macros.itexi index 8a504e082d..4885ba4a91 100644 --- a/Documentation/ja/macros.itexi +++ b/Documentation/ja/macros.itexi @@ -357,7 +357,7 @@ @c delimits arguments in the standard way (i.e., with braces). @tex -\gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces} +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} @end tex @macro rglos{TEXT} diff --git a/Documentation/nl/macros.itexi b/Documentation/nl/macros.itexi index 4275f8c31a..616c870ead 100644 --- a/Documentation/nl/macros.itexi +++ b/Documentation/nl/macros.itexi @@ -307,7 +307,7 @@ @c delimits arguments in the standard way (i.e., with braces). @tex -\gdef\lilyvindex#1{\doind{vr}{\code #1}\ignorespaces} +\gdef\lilyvindex#1{\doind{vr}{\code{#1}}\ignorespaces} @end tex @macro rglos{TEXT}