--- loncom/xml/lontex.pm 2006/05/17 22:08:08 1.12 +++ loncom/xml/lontex.pm 2008/11/24 17:17:52 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # TeX Content Handler # -# $Id: lontex.pm,v 1.12 2006/05/17 22:08:08 albertel Exp $ +# $Id: lontex.pm,v 1.13 2008/11/24 17:17:52 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -113,6 +113,32 @@ sub handler { 1; __END__ +=pod + +=head1 NAME + +Apache::lontex.pm + +=head1 SYNOPSIS + +Handler for tex files (somewhere in modules) + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + + +=head1 SUBROUTINES + +=over + +=item footer() + +Main Handler + +=back + +=cut +