Latex za izvoze: IZVOZ-84: Ne deluje PDF izvoz v zavihku Analize - Tabele

This commit is contained in:
patrik2020 2021-08-04 14:24:09 +02:00
parent 9040877bb1
commit 073fa86514

View File

@ -925,6 +925,12 @@ class LatexAnalysisElement{
//$text = str_replace('_','\_ ',$text); //$text = str_replace('_','\_ ',$text);
$text = str_replace('_','\_',$text); $text = str_replace('_','\_',$text);
$text = str_replace('~','\textasciitilde{} ',$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 &' if(strpos($text, '&')){ //ce je prisotno v besedilu &'
$text = str_replace('&','\& ',$text); $text = str_replace('&','\& ',$text);
}else{ }else{
@ -941,11 +947,11 @@ class LatexAnalysisElement{
$text = str_replace('&','\&',$text); $text = str_replace('&','\&',$text);
} }
//$text = str_replace('<','\textless ',$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('>','\textgreater',$text); $text = str_replace('>','\textgreater',$text);
$text = str_replace(' ',' ',$text); $text = str_replace(' ',' ',$text); */
//ureditev posebnih karakterjev za Latex - konec //ureditev posebnih karakterjev za Latex - konec
//ureditev grskih crk //ureditev grskih crk