[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Fri, 24 May 2002 20:33:55 -0000
sakharuk Fri May 24 16:33:55 2002 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
small but really important latex correction (removes a lot of latex complains)
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.93 loncom/homework/structuretags.pm:1.94
--- loncom/homework/structuretags.pm:1.93 Fri May 3 15:32:57 2002
+++ loncom/homework/structuretags.pm Fri May 24 16:33:55 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.93 2002/05/03 19:32:57 albertel Exp $
+# $Id: structuretags.pm,v 1.94 2002/05/24 20:33:55 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -536,7 +536,7 @@
}
}
if ($target eq 'tex') {
- return '\\\\';
+ return '\vskip 0 mm';
} else {
return '';
}