From: Graham Percival Date: Sat, 6 Oct 2007 01:10:05 +0000 (-0700) Subject: Use @quoteNUM_DIR for @q and @qq. REQUIRES TEXINFO 4.11. X-Git-Tag: release/2.11.35-1~46^2~83 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d045a8fb3a95cad8f85ee43965e5ba61ad81414;p=lilypond.git Use @quoteNUM_DIR for @q and @qq. REQUIRES TEXINFO 4.11. --- diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index d87668545c..d3ff6cc7ec 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -14,59 +14,14 @@ @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