--- loncom/homework/hint.pm 2001/12/04 15:17:56 1.21 +++ loncom/homework/hint.pm 2002/01/23 14:37:52 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # implements the tags that control the hints # -# $Id: hint.pm,v 1.21 2001/12/04 15:17:56 albertel Exp $ +# $Id: hint.pm,v 1.24 2002/01/23 14:37:52 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,6 +58,8 @@ sub start_hintgroup { if ($skiptoend) { &Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]); } + } elsif ($target eq 'tex') { + $result .= '\noindent{\it Hint: }'; } @Apache::hint::which=(); return $result;