diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-27 21:41:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-27 21:41:46 +0000 |
commit | da18e0a6fa23719ec60c8796f7d3b48443f40ca6 (patch) | |
tree | 5c309e19e992c2bacaef9d3a64b7db52eb8b71a7 /Master/texmf-dist/doc/latex/pst-optexp | |
parent | d9fc9e3b6c88ffc70b84a33e722f78e9888b8ddf (diff) |
pst-optexp (27feb21)
git-svn-id: svn://tug.org/texlive/trunk@57977 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 | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/Makefile | 88 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf | bin | 3057779 -> 3300488 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf | bin | 56318 -> 56397 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf | bin | 3016989 -> 3256233 bytes |
5 files changed, 17 insertions, 88 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Changes b/Master/texmf-dist/doc/latex/pst-optexp/Changes index ad6fd6c8722..a4df7d7834c 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/Changes +++ b/Master/texmf-dist/doc/latex/pst-optexp/Changes @@ -1,3 +1,20 @@ +6.0 2021-02-26 + * Modified \wdmcoupler to handle an arbitrary number of input + nodes. + * Modified \wdmsplitter to handle an arbitrary number of output + nodes. + * Removed deprecated lampscale, use style CrystalLamp. + * Removed deprecated pollinewidth, use style Polarization. + * Removed deprecated \optgrid, use \optgrating. + * Removed deprecated optgridwidth, use gratingwidth. + * Removed deprecated optgridheight, use gratingheight. + * Removed deprecated optgriddepth, use gratingdepth. + * Removed deprecated optgridcount, use gratingcount. + * Removed deprecated optgridtype, use gratingtype. + * Removed deprecated optgridlinewidth, use gratinglinewidth. + * Removed deprecated align, use coupleralign. + * Removed deprecated namingschema. + 5.2 2014-11-26 * Added component \asphericlens. * Added component \axicon. diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Makefile b/Master/texmf-dist/doc/latex/pst-optexp/Makefile deleted file mode 100644 index cec090e1b87..00000000000 --- a/Master/texmf-dist/doc/latex/pst-optexp/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps - -PACKAGE = pst-optexp - -LATEX = latex - -ARCHNAME = $(PACKAGE)-$(shell date +"%y%m%d") - -ARCHFILES = Makefile README Changes \ - $(addprefix $(PACKAGE), -quickref.pdf .dtx .ins .pdf -DE.pdf) - -PS2PDF = GS_OPTIONS=-dPDFSETTINGS=/prepress ps2pdf - -all : doc-all Changes - -doc-all: doc doc-DE doc-code quickref - -doc: $(PACKAGE).pdf -doc-DE: $(PACKAGE)-DE.pdf -doc-code: $(PACKAGE)-code.pdf -quickref: $(PACKAGE)-quickref.pdf - -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 -$(PACKAGE)-code.dvi: L = english -%.dvi: $(PACKAGE).dtx $(PACKAGE).sty $(PACKAGE).ist $(PACKAGE).pro - - if [ "$@" = "$(PACKAGE)-code.dvi" ]; then \ - sed 's/^\\OnlyDescription//' < $(PACKAGE).dtx > tmp.dtx; \ - else cp $(PACKAGE).dtx tmp.dtx; \ - fi - - $(LATEX) -jobname=$(basename $@) '\newcommand*{\mainlang}{$(L)}\input{tmp.dtx}' - $(LATEX) -jobname=$(basename $@) '\newcommand*{\mainlang}{$(L)}\input{tmp.dtx}' - splitindex -m "" $(basename $@).idx - if test -e $(basename $@)-idx.idx; then \ - makeindex -s gind.ist -t $(basename $@)-idx.ilg \ - -o $(basename $@)-idx.ind $(basename $@)-idx.idx; \ - fi - if test -e $(basename $@)-doc.idx; then \ - makeindex -s $(PACKAGE).ist -t $(basename $@)-doc.ilg \ - -o $(basename $@)-doc.ind $(basename $@)-doc.idx; \ - fi - $(LATEX) -jobname=$(basename $@) '\newcommand*{\mainlang}{$(L)}\input{tmp.dtx}' - splitindex -m "" $(basename $@).idx - if test -e $(basename $@)-idx.idx; then \ - makeindex -s gind.ist -t $(basename $@)-idx.ilg \ - -o $(basename $@)-idx.ind $(basename $@)-idx.idx; \ - fi - if test -e $(basename $@)-doc.idx; then \ - makeindex -s $(PACKAGE).ist -t $(basename $@)-doc.ilg \ - -o $(basename $@)-doc.ind $(basename $@)-doc.idx; \ - fi - $(LATEX) -jobname=$(basename $@) '\newcommand*{\mainlang}{$(L)}\input{tmp.dtx}' - $(RM) -f tmp.dtx - -%.ps: %.dvi - dvips $< -%.pdf: %.ps - $(PS2PDF) $< $@ - -$(PACKAGE)-quickref.tex: $(PACKAGE)-quickref.py $(PACKAGE).dtx - python $< - -$(PACKAGE)-quickref.pdf: $(PACKAGE)-quickref.tex - pdflatex $< - -$(PACKAGE).sty $(PACKAGE).pro $(PACKAGE).ist: $(PACKAGE).ins $(PACKAGE).dtx - tex $< - -Changes: Changes.py $(PACKAGE).dtx - python $< - -clean : - $(RM) $(foreach prefix, $(PACKAGE) $(PACKAGE)-code $(PACKAGE)-DE $(PACKAGE)-quickref, \ - $(addprefix $(prefix), .dvi .ps .log .aux .bbl .blg .out .tmp \ - .toc .idx .ind .ilg .hd \ - -idx.idx -idx.ilg -idx.ind -doc.idx -doc.ilg -doc.ind .hd)) \ - $(PACKAGE)-quickref.tex - -veryclean : clean - $(RM) $(addprefix $(PACKAGE), .pdf -DE.pdf -code.pdf -quickref.pdf .sty .pro .ist) Changes 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 e4a77fb61cc..bf19eaa7b1d 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 ba9b8a54a32..e1ecd3a7a2f 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 299355e4eb2..001dd47a431 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf +++ b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf |