Example 2

Here is an example of a problem formatted by hand, not in a LATEX XETAL block, but with the latex commands selected and converted to the Latex Character Style .    In the source worksheet, I have made this character style magenta for easy identification.        

\begin{enumerate}

\item    Compute the following definite integrals:  

a)    Int(x^2,x = 0 .. 1)  = \rule{1in}{.01in}

b)     Int(sin(theta),theta = 0 .. Pi/2)   = \rule{1in}{.01in}

\item    What is the area in the first quadrant which lies under the linear function  graphed below.

[Maple Plot]

Answer = \rule{1in}{.01in}

\end{enumerate}

Here we have blocked off the code for the graph.  

_OMIT

>    plot(2-.5*x,x=-1..5,scaling=constrained);

[Maple Plot]

>   

_TIMO

Now, Here is the same example, enclosed in a LATEX XETAL.    

_LATEX

\begin{enumerate}

\item  Compute the following definite integrals:  

a)    Int(x^2,x = 0 .. 1)  = \rule{1in}{.01in}

b)     Int(sin(theta),theta = 0 .. Pi/2)   = \rule{1in}{.01in}

\item    What is the area in the first quadrant which lies under the linear function  graphed below.

[Maple Plot]

Answer = \rule{1in}{.01in}

\end{enumerate}

_XETAL

_OMIT

>    plot(2-.5*x,x=-1..5,scaling=constrained);

[Maple Plot]

_TIMO