Latex za izvoze: IZVOZ-52: Vodoravno ob vprašanju - izvoz ne deluje
This commit is contained in:
parent
3c2d86ab78
commit
5c5bc4d57b
@ -277,11 +277,13 @@ class BesediloLatex extends LatexSurveyElement
|
|||||||
if($podatekVBazi && $export_format == 'pdf' && $steviloOken==1){ //ce je podatek v bazi in je pdf oz. se izpisuje odgovore respondenta
|
if($podatekVBazi && $export_format == 'pdf' && $steviloOken==1){ //ce je podatek v bazi in je pdf oz. se izpisuje odgovore respondenta
|
||||||
//$dataTextBox = $this->LatexTextBox($export_format, $textboxHeight, $textboxWidth, $besedilo, $textboxAllignment, 1);
|
//$dataTextBox = $this->LatexTextBox($export_format, $textboxHeight, $textboxWidth, $besedilo, $textboxAllignment, 1);
|
||||||
$dataTextBox = $besedilo; //izpis besedila brez okvirja
|
$dataTextBox = $besedilo; //izpis besedila brez okvirja
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
$dataTextBox = $this->LatexTextBox($export_format, $textboxHeight, $textboxWidth, $besedilo, $textboxAllignment, 0);
|
//echo "Pos: ".$postavitev."</br>";
|
||||||
|
if(($postavitev!=0)){ //ce ni vodoravno ob vprasanju
|
||||||
|
$tex .= ' \\\\ '; //skoci v novo vrstico
|
||||||
|
}
|
||||||
|
$dataTextBox = $this->LatexTextBox($export_format, $textboxHeight, $textboxWidth, $besedilo, $textboxAllignment, 0); //izpisi okvir
|
||||||
}
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
$dataTextBox = $besedilo; //izpis besedila brez okvirja
|
$dataTextBox = $besedilo; //izpis besedila brez okvirja
|
||||||
}
|
}
|
||||||
@ -412,7 +414,7 @@ class BesediloLatex extends LatexSurveyElement
|
|||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$tex .= $this->texBigSkip;
|
$tex .= $this->texBigSkip;
|
||||||
$tex .= $this->texBigSkip." ";
|
$tex .= $this->texBigSkip." \ ";
|
||||||
$tex .= $texNewLine." ";
|
$tex .= $texNewLine." ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user