Try this:
:lisp (defun $detex (sym) (remprop sym 'tex) (remprop sym 'texrpb))
map('detex,[sin,cos,tan,cot])$
This should make everything output as a regular function application.
-s
On 10/17/07, Jaime Villate <villate at fe.up.pt> wrote:
>
> Would it be possible to treat sin and cos as functions rather that
> prefix operators and always typeset their arguments within parenthesis?
>