--- loncom/xml/londefdef.pm 2004/11/13 19:11:34 1.245 +++ loncom/xml/londefdef.pm 2004/11/19 21:17:56 1.246 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.245 2004/11/13 19:11:34 albertel Exp $ +# $Id: londefdef.pm,v 1.246 2004/11/19 21:17:56 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -155,7 +155,7 @@ sub start_html { $currentstring = &Apache::lonxml::xmlbegin(); } elsif ($target eq 'tex') { @Apache::londefdef::table = (); - $currentstring .= '\documentclass[letterpaper]{book}'; + $currentstring .= '\documentclass[letterpaper]{article}'; if ($ENV{'form.latex_type'}=~'batchmode') {$currentstring .='\batchmode';} $currentstring .= '\newcommand{\keephidden}[1]{}'. '\renewcommand{\deg}{$^{\circ}$}'.