--- loncom/interface/lonprintout.pm 2001/10/15 14:50:10 1.7 +++ loncom/interface/lonprintout.pm 2001/11/29 18:18:38 1.8 @@ -42,7 +42,8 @@ sub menu_for_output { $r->print(< Standard LaTeX output for current document

- Standard LaTeX output for the whole sequence

+ Standard LaTeX output for the primary sequence

+ Standard LaTeX output for the top level sequence

@@ -71,7 +72,7 @@ ENDPART my $file=&Apache::lonnet::filelocation("",'/res/'.$ENV{'request.ambiguous'}); my $filecontents=&Apache::lonnet::getfile($file); $result = &Apache::lonxml::xmlparse('tex',$filecontents,'',%mystyle); - } elsif ($choice eq 'Standard LaTeX output for the whole sequence') { + } elsif ($choice eq 'Standard LaTeX output for the primary sequence') { my @master_seq = (); my $keyword = 0; my $output_seq = '';