|
From: Christoph B. <us...@be...> - 2014-11-07 09:58:37
|
Zitat von Allin Cottrell <cot...@wf...>: > > As I understand Ethan's comment, he's talking about flowing text > around an included graphic. I find I'm able to do this using > the minipage environment plus \includegraphics from the > graphicx package. Indeed, the picins package is for flowing text around a graphic. Unfortunately, its license doesn't allow it to be included in a TeX distribution (at least not in TeXLive), which is the main problem. I had tried replacing picins with wrapfigure, but didn't succeed. I couldn't get the settings correct to reproduce the current behavior. Especially paragraphs and page breaks mess things up. Using minipage and includegraphics should work fine, or also using the sidecap package and giving the images a caption on the side, when necessary. This would however required additional changes in the gnuplot.doc file to have more parts which contains specific formatting for the LaTeX output. I can see if I can come up with a reasonable alternative. Christoph |