[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Thu, 25 Apr 2002 21:38:09 -0000
sakharuk Thu Apr 25 17:38:09 2002 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
changes to print multipart problems
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.91 loncom/homework/structuretags.pm:1.92
--- loncom/homework/structuretags.pm:1.91 Thu Apr 25 14:58:04 2002
+++ loncom/homework/structuretags.pm Thu Apr 25 17:38:09 2002
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.91 2002/04/25 18:58:04 albertel Exp $
+# $Id: structuretags.pm,v 1.92 2002/04/25 21:38:09 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -532,7 +532,11 @@
}
}
}
- return '';
+ if ($target eq 'tex') {
+ return '\\\\';
+ } else {
+ return '';
+ }
}
sub end_part {