Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 479978
Collapse All | Expand All

(-)enblend-enfuse-4.1.2.orig/doc/auxmac.texi (-24 / +8 lines)
Lines 82-115 Link Here
82
82
83
@c Generate a nice representation of base^exponent.
83
@c Generate a nice representation of base^exponent.
84
@macro power{base, exponent}
84
@macro power{base, exponent}
85
@ifinfo
85
@inlinefmt{info,\base\^\exponent\}
86
\base\^\exponent\
86
@inlineraw{html,\base\<sup>\exponent\</sup>}
87
@end ifinfo
87
@inlineraw{tex,$\base\^{\exponent\}$%}
88
@html
88
@inlineraw{docbook,\base\<superscript>\exponent\</superscript>}
89
\base\<sup>\exponent\</sup>
90
@end html
91
@tex
92
$\base\^{\exponent\}$%
93
@end tex
94
@docbook
95
\base\<superscript>\exponent\</superscript>
96
@end docbook
97
@end macro
89
@end macro
98
90
99
91
100
@macro classictimes
92
@macro classictimes
101
@ifinfo
93
@inlinefmt{info,x} @c gobble following newline  -- The Tricks of a Texinfo Wizard.
102
x@c gobble following newline  -- The Tricks of a Texinfo Wizard.
94
@inlineraw{html,&times;}
103
@end ifinfo
95
@inlineraw{tex,\\ifmmode\\times\\else$\\times$\\fi% gobble following newline  -- The Tricks of a TeX Wizard.}
104
@html
96
@inlineraw{docbook,&times;}
105
&times;
106
@end html
107
@tex
108
\\ifmmode\\times\\else$\\times$\\fi% gobble following newline  -- The Tricks of a TeX Wizard.
109
@end tex
110
@docbook
111
&times;
112
@end docbook
113
@end macro
97
@end macro
114
98
115
99

Return to bug 479978