summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2009-12-08 17:28:11 +0000
committerMarcus Brinkmann <mb@g10code.com>2009-12-08 17:28:11 +0000
commite7faad4905ad962b15aa846221a1431d1fb765e2 (patch)
tree0fea447961a709f4f183602671d9462f525e3c21
parent3d2c39e701d8efee1f3832ecb47340bea5a1a57e (diff)
downloadlibassuan-e7faad4905ad962b15aa846221a1431d1fb765e2.tar.gz
2009-12-08 Marcus Brinkmann <marcus@g10code.de>
* assuan.texi: Use our own copy of the setfont macro, as it takes an extra argument since texinfo 4.13.
-rw-r--r--doc/ChangeLog3
-rw-r--r--doc/assuan.texi3
2 files changed, 5 insertions, 1 deletions
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 <marcus@g10code.de>
+ * 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 <marcus@g10code.de>
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