|
From: Jun. T <tak...@kb...> - 2024-12-17 15:57:43
|
Although I can build gnuplot.pdf either by TeXLive2023/pdflatex or by TeXLive2024/lualatex, both method give the pdf with minor problems: at around page 79 (or 78 or 80?), in the description of the Ellipses style, the text does not wrap the figure correctly. It seems "picins" is not working well (there may be a few more figures that have similar problems). Does this happens only for me? I also tried "make tikz" in docs/ directory (hoping it may give better pdf), but the build failed at the target tikz_figures, with the following error: --------------- "./plotstyles.gnu" line 1142: /usr/local/share/gnuplot/6.1/lua/gnuplot-tikz.lua:395: attempt to concatenate a nil value (local 'color') stack tracebac line 0: Missing Lua context! No script? (this message repeats endlessly) --------------- The error occurs at the "splot" in the "Fence plot" in plotstyles.gnu, but I don't know how to fix it. |