From e7faad4905ad962b15aa846221a1431d1fb765e2 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 8 Dec 2009 17:28:11 +0000 Subject: 2009-12-08 Marcus Brinkmann * assuan.texi: Use our own copy of the setfont macro, as it takes an extra argument since texinfo 4.13. --- doc/ChangeLog | 3 +++ doc/assuan.texi | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 1d635ba..5e1e198 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2009-12-08 Marcus Brinkmann + * assuan.texi: Use our own copy of the setfont macro, as it takes + an extra argument since texinfo 4.13. + * assuan.texi (Contexts): Document ASSUAN_SPAWN_DETACHED. 2009-11-25 Marcus Brinkmann diff --git a/doc/assuan.texi b/doc/assuan.texi index b029d1f..a20ea27 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -55,7 +55,8 @@ section entitled ``Copying''. @c Change the font used for @def... commands, since the default @c proportional one used is bad for names starting __. @tex -\global\setfont\defbf\ttbshape{10}{\magstep1} +\gdef\mysetfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4} +\global\mysetfont\defbf\ttbshape{10}{\magstep1} @end tex @c %**end of header -- cgit v1.2.3