Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37769921
en ru br
Репозитории ALT
S:5.4.8-alt1
5.1: 4.4.0-alt1.M51.1
4.1: 4.2.2-alt1
4.0: 4.2.0-alt1
3.0: 4.0.0-alt2
www.altlinux.org/Changes

Другие репозитории
Upstream:4.2.rc4

Группа :: Науки/Прочее
Пакет: gnuplot

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: gnuplot-5.0.6-gentoo-no-picins.patch
Скачать


Do not require picins.sty.
https://bugs.gentoo.org/577828#c4
--- gnuplot-5.0.6-orig/docs/Makefile.am
+++ gnuplot-5.0.6/docs/Makefile.am
@@ -189,7 +189,6 @@
 	  touch figures.idx ; \
 	  rm -f pdffigures.tex ; \
 	  ( echo "\usepackage{graphicx}" > pdffigures.tex ; \
-	    echo "\usepackage{picins}" >> pdffigures.tex ; \
 	  ) ; \
 	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
 	  TEXINPUTS=.:$(srcdir):$(top_srcdir):${TEXINPUTS}: $(PDFLATEX) $< ; \
--- gnuplot-5.0.6-orig/docs/doc2tex.c
+++ gnuplot-5.0.6/docs/doc2tex.c
@@ -170,9 +170,9 @@
     case 'F':			/* embedded figure */
 	    if (figures) {
 		line[strlen(line)-1]=NUL;
-		(void) fputs("\\parpic[r][rt]{\\includegraphics[width=3in,keepaspectratio]{",b);
+		(void) fputs("\\begin{figure}[htb]\n\\centering\\includegraphics[width=3in,keepaspectratio]{",b);
 		fputs(line+1, b);
-		(void) fputs("}}\n",b);
+		(void) fputs("}\n\\end{figure}\n",b);
 	    }
 	    break;
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin