diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-02 21:52:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-02 21:52:04 +0000 |
commit | 7aabd76a5961aed06ec6edd2a33e46246b48209d (patch) | |
tree | 150f1cfdbed79f46836658ef724696ae84e9f265 /Master/texmf-dist/doc/latex/pst-optexp | |
parent | d6fa8fbf780ce1b3309f807ada2fd5eec16e26ae (diff) |
pst-optexp (2nov14)
git-svn-id: svn://tug.org/texlive/trunk@35486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pst-optexp')
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/Changes | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/Makefile | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf | bin | 2950953 -> 2993711 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf | bin | 50030 -> 50035 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf | bin | 2912170 -> 2954610 bytes |
5 files changed, 9 insertions, 27 deletions
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 Binary files differindex 24944427894..8a77d0849b1 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf +++ b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf 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 Binary files differindex 52fe47baf23..44424b372e3 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf +++ b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf diff --git a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf Binary files differindex a809b6198d7..890605105e4 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf +++ b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf |