Latex za izvoze: IZVOZ-84: Ne deluje PDF izvoz v zavihku Analize - Tabele
This commit is contained in:
parent
9040877bb1
commit
073fa86514
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user