]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/macros.itexi
Use @quoteNUM_DIR for @q and @qq. REQUIRES TEXINFO 4.11.
[lilypond.git] / 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
-‘\TEXT\’
-@end html
-@end macro
-
-@macro qq{TEXT}
-@html
-“\TEXT\”
-@end html
-@end macro
-@end ifhtml
-
-
-@ifdocbook
-@macro q{TEXT}
-@xml
-‘\TEXT\’
-@end xml
-@end macro
-
-@macro qq{TEXT}
-@xml
-“\TEXT\”
-@end xml
-@end macro
-@end ifdocbook
-
-@c  TODO: experimental.  Don't use unless Graham confirms it.
 @macro warning{TEXT}
 @quotation
 @quotation