]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use @quoteNUM_DIR for @q and @qq. REQUIRES TEXINFO 4.11.
authorGraham Percival <graham@percival-music.ca>
Sat, 6 Oct 2007 01:10:05 +0000 (18:10 -0700)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 2 Nov 2007 08:48:29 +0000 (09:48 +0100)
Documentation/user/macros.itexi

index d87668545c0bd30f72523b2e9d18685917d865ff..d3ff6cc7ecd234f574ccb89ae68766abace7f112 100644 (file)
 @set backslash \
 
 @c to get decent quotes in `foo' and ``foo''
-@c  these need to be split up so that "@qq{foo}." looks nice.  :(
-@iftex
 @macro q{TEXT}
-`\TEXT\'
+@quoteleft{}\TEXT\@quoteright{}
 @end macro
 
 @macro qq{TEXT}
-``\TEXT\''
-@end macro
-@end iftex
-
-
-@ifinfo
-@macro q{TEXT}
-`\TEXT\'
+@quotedblleft{}\TEXT\@quotedblright{}
 @end macro
 
-@macro qq{TEXT}
-``\TEXT\''
-@end macro
-@end ifinfo
-
-
-@ifhtml
-@macro q{TEXT}
-@html
-&lsquo;\TEXT\&rsquo;
-@end html
-@end macro
-
-@macro qq{TEXT}
-@html
-&ldquo;\TEXT\&rdquo;
-@end html
-@end macro
-@end ifhtml
-
-
-@ifdocbook
-@macro q{TEXT}
-@xml
-&lsquo;\TEXT\&rsquo;
-@end xml
-@end macro
-
-@macro qq{TEXT}
-@xml
-&ldquo;\TEXT\&rdquo;
-@end xml
-@end macro
-@end ifdocbook
-
-@c  TODO: experimental.  Don't use unless Graham confirms it.
 @macro warning{TEXT}
 @quotation
 @quotation