<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>tex(maxima_expression)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I get Maxima to pretty up an expression:<BR>
$fx = &cas('maxima', "trigsimp(abs(f(x+$c)) + $d)");<BR>
<BR>
Example:  $fx = abs(f(x+1)) - 4<BR>
<BR>
And I'd like to display it like: |f(x+1)| - 4 instead of abs(f(x+1)) - 4.  Is that possible?  In one of the manuals it said that tex(a,b) was not implemented in LON CAPA.<BR>
<BR>
Thanks.</FONT>
</P>

</BODY>
</HTML>