FUNCTION: TexSeq - Tex a sequence
CALLING SEQUENCE:
- TexSeq(s)
- TEX[TexSeq](s)
-
PARAMETERS:
- s = any sequence
SYNOPSIS:
- The TexSeq function analyses a sequence of expressions by Texing
each one, and separating them by commas. It is a useful function when
defining your own function.
- One may only use this function in a user defined function called within
a call to the Tex function since the Tex function sets some variables !
- Whenever there is a conflict between the function name TexSeq
and another name used in the same session, use the long
form TEX['TexSeq'].
EXAMPLES:
> with(TEX):
> TexSeq(a,b,c);
Error, (in ERR[TEXPerror]) problem occured in procedure TexSeq,
Trying to call TexSeq() out of a Tex() call...
SEE ALSO: TEX[advanced] Tex Texer TexCat