[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Thu, 05 Sep 2002 19:33:55 -0000


sakharuk		Thu Sep  5 15:33:55 2002 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  Changed <h1>,... to eliminate changes in the size of text output.
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.86 loncom/xml/londefdef.pm:1.87
--- loncom/xml/londefdef.pm:1.86	Fri Aug 30 13:57:32 2002
+++ loncom/xml/londefdef.pm	Thu Sep  5 15:33:55 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.86 2002/08/30 17:57:32 sakharuk Exp $
+# $Id: londefdef.pm,v 1.87 2002/09/05 19:33:55 sakharuk Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -467,7 +467,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } elsif ($target eq 'meta') {
 		$currentstring='<subject>';
                 &start_output();
@@ -494,7 +494,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } 
            return $currentstring;
 	}
@@ -515,7 +515,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } 
            return $currentstring;
 	}
@@ -536,7 +536,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } 
            return $currentstring;
 	}
@@ -557,7 +557,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } 
            return $currentstring;
 	}
@@ -578,7 +578,7 @@
             if ($target eq 'web') {
 	       $currentstring .= $token->[4];
 	    } elsif ($target eq 'tex') {
-		$currentstring .= '\large{\textbf{';
+		$currentstring .= '{\large \textbf{';
 	    } 
            return $currentstring;
 	}