This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: highlightning texinfo files
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Fri, 25 Aug 2006 00:08:01 +0200
- Subject: Re: highlightning texinfo files
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=gT8nNF5ZbFJTUtJfy7arO0w6sj+uMgoxNj/SEziuazZRCvr44dtOaS3MrD84X9z3b+LNOtZN69CFHYaf7YukTqt0tK0B8f9CrZjTxzvutm4Ad0iGyhpyZTUDF9nMT19gr9NcPIjrwiwi3JtpJKuzxIvJ2Ohre1fO9JuMMJC7I2A=
- References: <20060824145706.GA63161@troutmask.apl.washington.edu> <200608242311.29494.franke.daniel@gmail.com> <44EE1EB4.8040206@stanford.edu>
On Thursday 24 August 2006 23:48, Brooks Moses wrote:
> 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.
There is 'gcc/doc/include/texinfo.tex', it might be the appropiate place for
such definitions?!
Regards
Daniel -- 9 down, 75 to go