Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 577828
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +4 lines)
Line  Link Here
0
-- gnuplot-5.0.6-orig/docs/Makefile.am
0
++ gnuplot-5.0.6/docs/Makefile.am
Lines 189-195 Link Here
189
	  touch figures.idx ; \
189
	  touch figures.idx ; \
190
	  rm -f pdffigures.tex ; \
190
	  rm -f pdffigures.tex ; \
191
	  ( echo "\usepackage{graphicx}" > pdffigures.tex ; \
191
	  ( echo "\usepackage{graphicx}" > pdffigures.tex ; \
192
	    echo "\usepackage{picins}" >> pdffigures.tex ; \
193
	  ) ; \
192
	  ) ; \
194
	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
193
	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
195
	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
194
	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
196
-- gnuplot-5.0.6-orig/docs/doc2tex.c
195
++ gnuplot-5.0.6/docs/doc2tex.c
Lines 170-178 Link Here
170
    case 'F':			/* embedded figure */
170
    case 'F':			/* embedded figure */
171
	    if (figures) {
171
	    if (figures) {
172
		line[strlen(line)-1]=NUL;
172
		line[strlen(line)-1]=NUL;
173
		(void) fputs("\\parpic[r][rt]{\\includegraphics[width=3in,keepaspectratio]{",b);
173
		(void) fputs("\\begin{figure}[htb]\n\\centering\\includegraphics[width=3in,keepaspectratio]{",b);
174
		fputs(line+1, b);
174
		fputs(line+1, b);
175
		(void) fputs("}}\n",b);
175
		(void) fputs("}\n\\end{figure}\n",b);
176
	    }
176
	    }
177
	    break;
177
	    break;
178
178

Return to bug 577828