--- loncom/homework/structuretags.pm 2002/04/25 18:58:04 1.91 +++ loncom/homework/structuretags.pm 2002/04/25 21:38:09 1.92 @@ -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 @@ sub start_part { } } } - return ''; + if ($target eq 'tex') { + return '\\\\'; + } else { + return ''; + } } sub end_part {