Skip to content
Snippets Groups Projects
Commit cc4aac00 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

parameter documentation

parent cba30f67
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if (($handle = fopen($file, "r")) !== FALSE) {
$writeData = false;
if (($data = fgetcsv($handle, 1000, "|")) !== FALSE) {
if (strlen(trim($data[0]))>0)
$latex .= '\section{'.$data[0].'}'."\n";
$latex .= '\section*{'.$data[0].'}'."\n";
$latex .= $data[1]."\n";
$latex .= '{'."\n";
$latex .= '\small'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment