I need to create a book that includes hundreds of lab exercises for students. Many exercises are formatted with steps as in this nonsense example:
1. Connect to the Internet and download ... Here's an example of how to do this: lynx http://www.blahblah.com/... Be sure to ..... 2. Untar the file with a command similar to this: tar xzvf carnivore-1.2.tar.gz 3. You must now compile the program. ... using a command similar to this: ./configure --prefix=/opt/carnivore Is there a document class that comes close to this? Ed Sawicki
