diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2015-07-12 11:32:56 +0200 |
---|---|---|
committer | Ondřej Bílka <neleai@seznam.cz> | 2015-08-20 09:43:50 +0200 |
commit | 9ceeb279314a9b76679044749bd98aa817006bd1 (patch) | |
tree | 8e35a5205b0e2a800b463cc3796fccc763ea0453 /manual/macros.texi | |
parent | cd4e69ed3e4b2d51ebd3dfaa0730793cf913de77 (diff) | |
download | glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.gz glibc-9ceeb279314a9b76679044749bd98aa817006bd1.tar.bz2 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.texi | 11 |
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 |