diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-15 01:16:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-15 01:16:15 +0000 |
commit | 9df8e72263907fe42ce8d203e82a6e251da3252c (patch) | |
tree | 9713ff1ef7fcdebbe42514ba160c2f3474fef502 /Master/texmf-dist/source | |
parent | fa943c88824be38c97f683bccd10b5c12ab7cead (diff) |
pst-blur update
git-svn-id: svn://tug.org/texlive/trunk@3494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-blur/Makefile | 46 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/pst-blur/pst-blur.dtx (renamed from Master/texmf-dist/source/latex/pst-blur/pst-blur.dtx) | 38 | ||||
-rw-r--r-- | Master/texmf-dist/source/generic/pst-blur/pst-blur.ins (renamed from Master/texmf-dist/source/latex/pst-blur/pst-blur.ins) | 0 |
3 files changed, 60 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/generic/pst-blur/Makefile b/Master/texmf-dist/source/generic/pst-blur/Makefile new file mode 100644 index 00000000000..9a5fb256b1d --- /dev/null +++ b/Master/texmf-dist/source/generic/pst-blur/Makefile @@ -0,0 +1,46 @@ + +# `Makefile' for `pst-fill.pdf', RN, 2005/10/07 + +.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps + +PACKAGE = pst-blur + +LATEX = latex + +ARCHNAME = $(PACKAGE)-$(shell date +%y%m%d) + +ARCHFILES = $(PACKAGE).dtx $(PACKAGE).ins Makefile + +all : sty doc +sty : + tex $(PACKAGE).ins + +doc : $(PACKAGE).pdf + +$(PACKAGE).pdf : $(PACKAGE).ps + GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $< + +$(PACKAGE).ps : $(PACKAGE).dvi + dvips $< + +$(PACKAGE).dvi : $(PACKAGE).dtx + $(LATEX) $< + if ! test -f $(basename $<).glo ; then touch $(basename $<).glo; fi + if ! test -f $(basename $<).idx ; then touch $(basename $<).idx; fi + makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \ + $(basename $<).glo + makeindex -s gind.ist -t $(basename $<).ilg -o $(basename $<).ind \ + $(basename $<).idx + $(LATEX) $< + +clean : + $(RM) $(addprefix $(PACKAGE), .log .aux .glg .glo .gls .ilg .idx .ind) + $(RM) $(addprefix $(PACKAGE), .dvi .ps) + +veryclean : clean + $(RM) $(PACKAGE).pdf + +arch : + zip $(ARCHNAME).zip $(ARCHFILES) + +# EOF diff --git a/Master/texmf-dist/source/latex/pst-blur/pst-blur.dtx b/Master/texmf-dist/source/generic/pst-blur/pst-blur.dtx index c2722d598b9..427b2b8e25e 100644 --- a/Master/texmf-dist/source/latex/pst-blur/pst-blur.dtx +++ b/Master/texmf-dist/source/generic/pst-blur/pst-blur.dtx @@ -1,35 +1,26 @@ %\iffalse -*-mode:Latex;tex-command:"latex *;dvips -D600 pst-blur -o"-*- \fi %\iffalse -% $Id: pst-blur.dtx,v 2.0 2005/09/08 09:48:33 giese Exp $ -% -% Copyright 1998 Martin Giese, giese@ira.uka.de -% 2005 Herbert Voss, voss@pstricks.de -% -% This file is distributed in the hope that it will be useful, -% but WITHOUT ANY WARRANTY; without even the implied warranty of -% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -% -% IMPORTANT COPYRIGHT NOTICE: -% -% Permission is granted to copy this file to another file with a clearly -% different name and to customize the declarations in that copy to serve -% the needs of your installation, provided that you comply with -% the conditions in the file legal.txt from the LaTeX2e distribution. -% -% However, NO PERMISSION is granted to produce or to distribute a -% modified version of this file under its original name. +%% $Id: pst-blur.dtx,v 2.0 2005/09/08 09:48:33 giese Exp $ +%% +%% Copyright 1998-2007 Martin Giese, mgiese@risc.uni-linz.ac.at +%% Herbert Voss, voss@pstricks.de +%% +%% This file is under the LaTeX Project Public License +%% See CTAN archives in directory macros/latex/base/lppl.txt. +%% +%% DESCRIPTION: +%% `pst-blur' is a PSTricks package for blurred shadows +%% % -% You are NOT ALLOWED to change this file. -% %\fi %\iffalse %<*driver> \NeedsTeXFormat{LaTeX2e} \documentclass{ltxdoc} -\usepackage{pst-char} \usepackage{pst-node} -\usepackage{url} +\usepackage{pst-text} \usepackage{pst-blur} +\usepackage{url} \AtBeginDocument{ % \OnlyDescription % comment out for implementation details \EnableCrossrefs @@ -118,8 +109,7 @@ % \setcounter{IndexColumns}{2} % % \title{\textsf{pst-blur} package \\ version \fileversion} -% \author{Martin Giese\thanks{\protect\url{giese@ira.uka.de}} and -% Herbert Voss\thanks{\protect\url{voss@pstricks.de}}} +% \author{Martin Giese\thanks{\protect\url{Martin.Giese@oeaw.ac.at}}} % \date{\filedate} % \maketitle % diff --git a/Master/texmf-dist/source/latex/pst-blur/pst-blur.ins b/Master/texmf-dist/source/generic/pst-blur/pst-blur.ins index 6f8935d1c1a..6f8935d1c1a 100644 --- a/Master/texmf-dist/source/latex/pst-blur/pst-blur.ins +++ b/Master/texmf-dist/source/generic/pst-blur/pst-blur.ins |