diff --git a/admin/survey/export/latexclasses/class.LatexAnalysisElement.php b/admin/survey/export/latexclasses/class.LatexAnalysisElement.php index 408a87cc2..364771617 100644 --- a/admin/survey/export/latexclasses/class.LatexAnalysisElement.php +++ b/admin/survey/export/latexclasses/class.LatexAnalysisElement.php @@ -925,6 +925,12 @@ class LatexAnalysisElement{ //$text = str_replace('_','\_ ',$text); $text = str_replace('_','\_',$text); $text = str_replace('~','\textasciitilde{} ',$text); + + //$text = str_replace('<','\textless ',$text); + $text = str_replace('<','\textless',$text); + //$text = str_replace('>','\textgreater ',$text); + $text = str_replace('>','\textgreater',$text); + $text = str_replace(' ',' ',$text); if(strpos($text, '&')){ //ce je prisotno v besedilu &' $text = str_replace('&','\& ',$text); }else{ @@ -941,11 +947,11 @@ class LatexAnalysisElement{ $text = str_replace('&','\&',$text); } - //$text = str_replace('<','\textless ',$text); + /* //$text = str_replace('<','\textless ',$text); $text = str_replace('<','\textless',$text); //$text = str_replace('>','\textgreater ',$text); $text = str_replace('>','\textgreater',$text); - $text = str_replace(' ',' ',$text); + $text = str_replace(' ',' ',$text); */ //ureditev posebnih karakterjev za Latex - konec //ureditev grskih crk