From 7bf58023f015551aa8cb79c85724722d993a25e6 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 10 Mar 2010 11:19:29 +0100 Subject: [PATCH] tex/makefile: Fix eps build --- tex/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/makefile b/tex/makefile index ce40bde..2e13c8a 100644 --- a/tex/makefile +++ b/tex/makefile @@ -6,10 +6,10 @@ gostyle.pdf: gostyle.dvi dvipdf gostyle.dvi gostyle.pdf strength-pca.eps: strength-pca.data - echo 'set term postscript eps enhanced "Helvetica" 18 size 7,2; set output "'$>'"; set xtics -4 2; set xlabel "rank (-d, +k)" ; set ylabel "first dim." ; plot "'$<'" using 2:3 notitle pointtype 2' | gnuplot + echo 'set term postscript eps enhanced "Helvetica" 18 size 7,2; set output "'$@'"; set xtics -4 2; set xlabel "rank (-d, +k)" ; set ylabel "first dim." ; plot "'$<'" using 2:3 notitle pointtype 2' | gnuplot style-pca.eps: style-pca.data - echo 'set term postscript eps enhanced "Helvetica" 16 size 2.5,6; set output "'$>'"; set rmargin 10; set xtics ("0.44" 1, "0.18" 2, "0.074" 3); set xlabel "dimensions"; plot "'$<'" using 2:3:1 notitle with labels font "Arial,10" left offset 0.5,0.5 nopoint' | gnuplot + echo 'set term postscript eps enhanced "Helvetica" 16 size 2.5,6; set output "'$@'"; set rmargin 10; set xtics ("0.44" 1, "0.18" 2, "0.074" 3); set xlabel "dimensions"; plot "'$<'" using 2:3:1 notitle with labels font "Arial,10" left offset 0.5,0.5 nopoint' | gnuplot clean: rm -f gostyle.pdf gostyle.dvi gostyle.bbl gostyle.aux gostyle.log gostyle.blg strength-pca.eps -- 2.11.4.GIT