Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
cc4aac00
Commit
cc4aac00
authored
Jan 16, 2012
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parameter documentation
parent
cba30f67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/csv2latex.php
doc/csv2latex.php
+1
-1
No files found.
doc/csv2latex.php
View file @
cc4aac00
...
...
@@ -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
"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment