about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-09-06 14:46:48 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-09-06 14:46:48 +0000
commit2ea89bc8f1226a08e513f871762346175ed001d4 (patch)
tree996709f51a7bcd50957dc5e6d045407988082ef5
parent14c13bcbb9f43b4b6e128f3a0857ca3cf24ce554 (diff)
downloadzsh-2ea89bc8f1226a08e513f871762346175ed001d4.tar.gz
zsh-2ea89bc8f1226a08e513f871762346175ed001d4.tar.xz
zsh-2ea89bc8f1226a08e513f871762346175ed001d4.zip
12761: `` is converted into " by makeinfo; use `@:` instead; use `{}` for tex
-rw-r--r--ChangeLog6
-rw-r--r--Doc/ztexi.yo3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 390ba9ac8..ad5f8b2f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-06  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* 12761: Doc/ztexi.yo: `` was converted into " by makeinfo;
+	use `@:` instead. In line, use `{}` for tex, this looks better
+	in printed output.
+
 2000-09-05  Bart Schaefer  <schaefer@zsh.org>
 
 	* 12745: Doc/Zsh/contrib.yo: Add a cross-reference; include some
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()\