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)
=
\rule{1in}{.01in}
b)
=
\rule{1in}{.01in}
\item What is the area in the first quadrant which lies under the linear function graphed below.
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); |
> |
_TIMO
Now, Here is the same example, enclosed in a LATEX XETAL.
_LATEX
\begin{enumerate}
\item Compute the following definite integrals:
a)
= \rule{1in}{.01in}
b)
= \rule{1in}{.01in}
\item What is the area in the first quadrant which lies under the linear function graphed below.
Answer = \rule{1in}{.01in}
\end{enumerate}
_XETAL
_OMIT
> | plot(2-.5*x,x=-1..5,scaling=constrained); |
_TIMO