|
From: Mojca M. <moj...@gm...> - 2012-01-23 00:23:43
|
On Sun, Jan 22, 2012 at 23:20, Tatsuro MATSUOKA wrote: > Hello > > I have noticed that the directory structure of share/texmf of mingw is different from that of cygwin. > > mingw > share/texmf/tex/ > - context/gnuplot/t-gnuplot-lua-tikz.tex > - generic/gnuplot/gnuplot-lua-tikz-common.tex > - latex/gnuplot/gnuplot.cfg > - latex/gnuplot/gnuplot-lua-tikz.sty > - latex/gnuplot/README > - plain/gnuplot/gnuplot-lua-tikz.tex > > cygwin > share/texmf/latex/gnuplot > - gnuplot.cfg > - gnuplot-lua-tikz.sty > - gnuplot-lua-tikz.tex > - gnuplot-lua-tikz-common.tex > - t-gnuplot-lua-tikz.tex > > I do not know other platform (Linux or Mac OS) but I guess that they are the same as the cygwin. They are probably indeed the same as on cygwin, but the structure on cygwin (and everywhere else) is wrong. The one on MinGW is right (there could be slight improvements even on that one, but that is not too important). Still, the exact structure doesn't help much as long as the tex user doesn't add those folders to his TeX distribution. Mojca |