1 Nov
2009
1 Nov
'09
2:34 a.m.
On Sun, 1 Nov 2009, Vyatcheslav Yatskovsky wrote:
Hello,
I need to define a Exercise command that will enumerate exercises and provide captions.
For example,
\exercise{Conversion from hex to dec}
should produce
Exercise 1.1. Conversion from hex to dec.
What is the best way to achieve that? Use \definehead or another command?
\defineenumeration[exercise][title=yes,way=bysection] Aditya