Now when it comes to listing the equations to differentiate I want to use an enumerate kind of format so that the functions are listed with a number before each one. The functions should be left justified, so I could just use enumerate and put dollar signs around each function (which is already tedious), but for readability, I also need all the equations to be displaystyle, they aren't inline text anyway.
How can I accomplish this? Is there an enumerate hack like the one for tabular where you can make a specific column in mathmode:
Code: Select all
\begin{tabular}{c | >{$}c <{$}} ... %First col textmode, 2nd col mathmode