>>>>> "Youn-Seok" == Koh, Youn-Seok <[EMAIL PROTECTED]> writes:
Youn-Seok> I made a picture tex file with gnuplot on LyX 1.0.1 and
Youn-Seok> Solrais 5.4. If I set "set data style dots" in gnuplot
Youn-Seok> configure, that is OK. But if I set "set data style
Youn-Seok> points", errors were occurred. The message said "!LateX
Youn-Seok> Error: Command \Diamond not provided in base LaTex2e. I.170
Youn-Seok> ...isebox{-.8pt}{\makebox(0,0){$\Diamond$}}}". I think
Youn-Seok> this error should be patched next version. In version
Youn-Seok> 1.0.2, is it OK?
I think the problem is in gnuplot, which uses old LaTeX 2.09 commands
without taking appropriate precautions. You can `fix' the problem by
adding
\usepackage{latexsym}
in Layout->LaTeX_Preamble.
Hope this helps.
JMarc