From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: Re: texinfo.tex change.
Date: Thu, 10 Feb 2005 13:43:48 +0000 (UTC) [thread overview]
Message-ID: <m1CzEbk-0004QmC@rattlesnake.com> (raw)
In-Reply-To: <01c50f2b$Blat.v2.4$d768b0e0@zahav.net.il> (eliz@gnu.org)
Why do we need to use @LaTeX{} in calc.texi? What's so important
about this macro that it must be used there?
It turns out that the maintainers of Calc mode added LaTeX to the
types of user visible output for which it can automatically write
mathematical expressions.
Thus, in addition to the existing `normal', `big', `C language',
`TeX', and other modes, Calc can display a mathematical expression in
LaTeX format.
This is very convenient for those who write in LaTeX since the
expression can be used directly in that format.
Thus, in Emacs Calc, the same expression comes in different output
formats selected by `d N', `d B', etc:
The `Golden Ratio', 1.618 ... , in Emacs Lisp: (/ (1+ (sqrt 5)) 2)
Emacs Calc mode
`Normal' (1 + sqrt(5)) / 2
___
`Big' 1 + V 5
--------
2
`TeX' {1 + \sqrt{5} \over 2}
`LaTeX' \frac{1 + \sqrt{5}}{2}
plus Fortran, Pascal, Eqn, and others
I did not know that LaTeX mode had been added. But as I said, it is
very convenient for those who write papers using LaTeX, as many do,
even though sad experience shows LaTeX to be a worse deep
representation than Texinfo. (LaTeX is fine for a single format
output, as in 19th century typesetting; it is poor for multiple format
outputs, as in 20th or 21st century computer use.)
Nowadays, @LaTeX{} occurs 35 times in calc.texi.
--
Robert J. Chassell
bob@rattlesnake.com GnuPG Key ID: 004B4AC8
http://www.rattlesnake.com http://www.teak.cc
next prev parent reply other threads:[~2005-02-10 13:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <876513nswn.fsf@xs4all.nl>
2005-02-08 12:59 ` texinfo.tex change Kim F. Storm
2005-02-08 13:26 ` Lute Kamstra
2005-02-08 13:44 ` Lute Kamstra
2005-02-08 14:16 ` Jay Belanger
2005-02-09 23:03 ` Kim F. Storm
2005-02-09 23:47 ` Lute Kamstra
2005-02-10 3:46 ` Jay Belanger
2005-02-10 4:47 ` Eli Zaretskii
2005-02-10 5:28 ` Jay Belanger
2005-02-11 14:45 ` Eli Zaretskii
2005-02-10 13:43 ` Robert J. Chassell [this message]
2005-02-10 19:19 ` Jay Belanger
2005-02-10 18:40 ` Richard Stallman
2005-02-10 18:57 ` Jay Belanger
2005-02-10 19:11 ` David Kastrup
2005-02-12 8:37 ` Richard Stallman
2005-02-12 16:26 ` Jay Belanger
2005-02-13 16:11 ` Stefan Monnier
2005-02-10 6:01 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1CzEbk-0004QmC@rattlesnake.com \
--to=bob@rattlesnake.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.