about summary refs log tree commit diff
path: root/manual/macros.texi
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2015-07-12 11:32:56 +0200
committerOndřej Bílka <neleai@seznam.cz>2015-08-20 09:43:50 +0200
commit9ceeb279314a9b76679044749bd98aa817006bd1 (patch)
tree8e35a5205b0e2a800b463cc3796fccc763ea0453 /manual/macros.texi
parentcd4e69ed3e4b2d51ebd3dfaa0730793cf913de77 (diff)
downloadglibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.gz
glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.xz
glibc-9ceeb279314a9b76679044749bd98aa817006bd1.zip
Fix exponents in manual.
	* manual/macros.texi: Add twoexp macro.
	* manual/filesys.texi: Fix exponents.
	* manual/llio.texi: Likewise.
	* manual/stdio.texi: Likewise.
Diffstat (limited to 'manual/macros.texi')
-rw-r--r--manual/macros.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/manual/macros.texi b/manual/macros.texi
index f32c86dc22..9cf8031d69 100644
--- a/manual/macros.texi
+++ b/manual/macros.texi
@@ -256,4 +256,15 @@ cwd\comments\
 !posix\comments\
 @end macro
 
+@iftex
+@macro twoexp{exp}
+@math{2^{{\exp\}}}
+@end macro
+@end iftex
+@ifnottex
+@macro twoexp{exp}
+2^\exp\
+@end macro
+@end ifnottex
+
 @end ifclear