From 2ea89bc8f1226a08e513f871762346175ed001d4 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Wed, 6 Sep 2000 14:46:48 +0000 Subject: 12761: `` is converted into " by makeinfo; use `@:` instead; use `{}` for tex --- Doc/ztexi.yo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Doc/ztexi.yo') diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo index 02fee37a6..a89605ff9 100644 --- a/Doc/ztexi.yo +++ b/Doc/ztexi.yo @@ -25,6 +25,7 @@ DEFINECHARTABLE(standard)( ) USECHARTABLE(standard) SUBST('')(NOTRANS(@value{dsq})) +SUBST(``)(NOTRANS(@value{dsbq})) def(STDPAR)(0)(redef(PARAGRAPH)(0)(NL()NL()NOTRANS(@noindent)NL())) @@ -56,9 +57,11 @@ def(texinfo)(2)(\ NL()\ NOTRANS(@ifinfo)NL()\ NOTRANS(@set dsq '@:')NL()\ + NOTRANS(@set dsbq `@:`)NL()\ NOTRANS(@end ifinfo)NL()\ NOTRANS(@iftex)NL()\ NOTRANS(@set dsq '{}')NL()\ + NOTRANS(@set dsbq `{}`)NL()\ NOTRANS(@end iftex)NL()\ NOTRANS(@ifinfo)NL()\ NOTRANS(@dircategory Utilities)NL()\ -- cgit 1.4.1