[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Tue, 03 Jan 2006 23:41:53 -0000
foxr Tue Jan 3 18:41:53 2006 EDT
Modified files:
/loncom/xml londefdef.pm
Log:
A bit more help on the column titleing issue.
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.306 loncom/xml/londefdef.pm:1.307
--- loncom/xml/londefdef.pm:1.306 Mon Dec 26 14:01:25 2005
+++ loncom/xml/londefdef.pm Tue Jan 3 18:41:52 2006
@@ -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 @@
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]{}'.