Latex za izvoze: IZVOZ-73: Pri PDF izpisu ne deluje data piping: ureditev pravilnega izpisa odgovora pri praznem vprasalniku
This commit is contained in:
parent
b1d8c18dd0
commit
617e70a6a6
@ -906,7 +906,12 @@ class LatexSurveyElement{
|
||||
//$text = str_replace('{','\{',$text);
|
||||
//$text = str_replace('}','\}',$text);
|
||||
$text = str_replace('$','\$ ',$text);
|
||||
|
||||
if(substr_count($text, '#')){ //ce je stevilo # vecje od 1
|
||||
$text = str_replace('#','\#',$text);
|
||||
}else{
|
||||
$text = str_replace('#','\# ',$text);
|
||||
}
|
||||
$text = str_replace('%','\% ',$text);
|
||||
$text = str_replace('€','\euro',$text);
|
||||
$text = str_replace('^','\textasciicircum{} ',$text);
|
||||
|
Loading…
x
Reference in New Issue
Block a user