From 7aabd76a5961aed06ec6edd2a33e46246b48209d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 2 Nov 2014 21:52:04 +0000 Subject: pst-optexp (2nov14) git-svn-id: svn://tug.org/texlive/trunk@35486 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pst-optexp/Changes | 5 ++++ Master/texmf-dist/doc/latex/pst-optexp/Makefile | 31 +++------------------ .../doc/latex/pst-optexp/pst-optexp-DE.pdf | Bin 2950953 -> 2993711 bytes .../doc/latex/pst-optexp/pst-optexp-quickref.pdf | Bin 50030 -> 50035 bytes .../texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf | Bin 2912170 -> 2954610 bytes 5 files changed, 9 insertions(+), 27 deletions(-) (limited to 'Master/texmf-dist/doc/latex/pst-optexp') diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Changes b/Master/texmf-dist/doc/latex/pst-optexp/Changes index 991d4ace6f7..de5c10dbe8e 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/Changes +++ b/Master/texmf-dist/doc/latex/pst-optexp/Changes @@ -1,3 +1,8 @@ +5.0 2014-10-30 + * Added support for arbitrary interface shapes (experimental, + requires the pst-intersect package and pstricks version 2.53. + * Added component \parabolicmirror. + 4.10 2014-06-04 * Added value firstcomp to parameter beamalign. * Modified \optsource to handle also the beam alignment. diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Makefile b/Master/texmf-dist/doc/latex/pst-optexp/Makefile index aac418da1b4..cec090e1b87 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/Makefile +++ b/Master/texmf-dist/doc/latex/pst-optexp/Makefile @@ -5,7 +5,6 @@ PACKAGE = pst-optexp LATEX = latex ARCHNAME = $(PACKAGE)-$(shell date +"%y%m%d") -ARCHNAME_TDS = $(PACKAGE).tds ARCHFILES = Makefile README Changes \ $(addprefix $(PACKAGE), -quickref.pdf .dtx .ins .pdf -DE.pdf) @@ -21,9 +20,11 @@ doc-DE: $(PACKAGE)-DE.pdf doc-code: $(PACKAGE)-code.pdf quickref: $(PACKAGE)-quickref.pdf -dist : $(ARCHFILES) - mkdir -p pst-optexp +dist: $(ARCHFILES) + mkdir -p $(PACKAGE) cp $(ARCHFILES) $(PACKAGE) + zip -r $(PACKAGE).zip $(PACKAGE) + $(RM) -rf $(PACKAGE)/ $(PACKAGE).dvi: L = english $(PACKAGE)-DE.dvi: L = ngerman @@ -76,30 +77,6 @@ $(PACKAGE).sty $(PACKAGE).pro $(PACKAGE).ist: $(PACKAGE).ins $(PACKAGE).dtx Changes: Changes.py $(PACKAGE).dtx python $< -arch : Changes - zip $(ARCHNAME).zip $(ARCHFILES) - -arch-tds : dist - $(RM) $(ARCHNAME_TDS).zip - mkdir -p tds/tex/latex/$(PACKAGE) - mkdir -p tds/doc/latex/$(PACKAGE) - mkdir -p tds/source/latex/$(PACKAGE) - mkdir -p tds/dvips/$(PACKAGE) - cp $(PACKAGE).sty tds/tex/latex/$(PACKAGE)/ - cp $(PACKAGE).pro tds/dvips/$(PACKAGE)/ - cp Changes $(PACKAGE).pdf $(PACKAGE)-DE.pdf \ - README $(PACKAGE)-quickref.pdf \ - tds/doc/latex/$(PACKAGE)/ - cp $(PACKAGE).dtx $(PACKAGE).ins Makefile \ - tds/source/latex/$(PACKAGE)/ - cd tds ; zip -r ../$(ARCHNAME_TDS).zip tex doc source dvips - cd .. - rm -rf tds - -ctan : dist arch-tds - zip -r $(PACKAGE).zip $(ARCHNAME_TDS).zip $(PACKAGE) - $(RM) -rf $(PACKAGE)/ - clean : $(RM) $(foreach prefix, $(PACKAGE) $(PACKAGE)-code $(PACKAGE)-DE $(PACKAGE)-quickref, \ $(addprefix $(prefix), .dvi .ps .log .aux .bbl .blg .out .tmp \ diff --git a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf index 24944427894..8a77d0849b1 100644 Binary files a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf and b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf differ diff --git a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf index 52fe47baf23..44424b372e3 100644 Binary files a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf and b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf differ diff --git a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf index a809b6198d7..890605105e4 100644 Binary files a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf and b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf differ -- cgit v1.2.3