Diff for /loncom/homework/structuretags.pm between versions 1.127 and 1.129

version 1.127, 2002/10/15 14:37:59 version 1.129, 2002/10/28 14:47:22
Line 169  sub problem_web_to_edit_header { Line 169  sub problem_web_to_edit_header {
   #$result.= '<input type="submit" name="problemmode" value="Answer Distribution" />    #$result.= '<input type="submit" name="problemmode" value="Answer Distribution" />
 #             <input type="text" name="numtoanalyze" value="'.  #             <input type="text" name="numtoanalyze" value="'.
 # $numtoanalyze.'" size="5" /> <hr />';  # $numtoanalyze.'" size="5" /> <hr />';
     return $result;
 }  }
   
 sub initialize_storage {  sub initialize_storage {
Line 633  sub start_part { Line 634  sub start_part {
       }        }
     } else {      } else {
       if ($target eq 'tex') {        if ($target eq 'tex') {
  $result='\noindent \end{minipage}\vskip 0 mm \noindent \begin{minipage}{\textwidth}\noindent';   if ($$tagstack[-2] ne 'problem') {
     $result.='\noindent \end{minipage}\vskip 0 mm \noindent \begin{minipage}{\textwidth}\noindent';
    }
       }        }
     }      }
   }    }

Removed from v.1.127  
changed lines
  Added in v.1.129


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>