I get the following error-message if I try to run LaTeX with the
epslatex outputfile:
{\csname LTb\endcsname \put (1254,660){\makebox (0,0)[r]{\strut {}
0.\ETC.
! File ended while scanning use of \gplgaddtomacro.
<inserted text>
\par
What can I do?
Best regards
Lars
Close the file in gnuplot before you go on trying to use it outside. See
"help set output"
Hello Hans-Bernhard,
thank you for your answer. I have closed the file. The problem was
something else. I composed the ylabel with:
set ylabel "$c_V / \unit[]{Vol.-\%}$"
The problem is, that the \% leads to an "%" without "\" in the *.tex
output-file.
Solution:
set ylabel "$c_V / \unit[]{Vol.-\\%}$"
Two times the backslash before the percent character.
Best regards
Lars
... because you enclosed the whole thing in "double quotes". See "help
syntax quotes".