--- loncom/xml/londefdef.pm 2005/12/26 19:01:25 1.306 +++ loncom/xml/londefdef.pm 2006/01/03 23:41:52 1.307 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.306 2005/12/26 19:01:25 foxr Exp $ +# $Id: londefdef.pm,v 1.307 2006/01/03 23:41:52 foxr Exp $ # # # Copyright Michigan State University Board of Trustees @@ -173,7 +173,7 @@ sub start_html { if ($target eq 'web' || $target eq 'edit' || $target eq 'webgrade' ) { $currentstring = &Apache::lonxml::xmlbegin(); } elsif ($target eq 'tex') { - $currentstring .= '\documentclass[letterpaper]{article}'; + $currentstring .= '\documentclass[letterpaper,twoside]{article}'; if (($env{'form.latex_type'}=~'batchmode') || (!$env{'request.role.adv'})) {$currentstring .='\batchmode';} $currentstring .= '\newcommand{\keephidden}[1]{}'.