highlightning texinfo files
Brooks Moses
bmoses@stanford.edu
Thu Aug 24 21:49:00 GMT 2006
Daniel Franke wrote:
> On Thursday 24 August 2006 22:40, Brooks Moses wrote:
>>Try "\mathop{\rm asinh}" in place of "\asinh". Though I'd suggest
>>spelling it as arcsinh, for parallelism with \arcsin.
>
> Thanks for your suggestion. While the dvi is nicely formatted, info and html
> are somewhat hard to read:
> "[...] range -\infty \leq \mathop\rm asinh (x) < \infty."
Hmm. Ok, yeah, I forgot about how it would look in the non-dvi output.
There is probably an appropriate way to deal with it properly, but I'm
not immediately aware of it. The following seems to work, though it's
kind of an ugly hack:
@tex
\gdef\asinh{\mathop{\rm asinh}\nolimits}
@end tex
@math{-\infty \leq \asinh(x) < \infty}
The first three lines should probably go right before the paragraph that
includes the math.
- Brooks
More information about the Fortran
mailing list