diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-13 21:30:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-13 21:30:08 +0000 |
commit | 59161ce421c69ad679d1c22d540f51b9e68a2497 (patch) | |
tree | f7cc1e35b86c42ab3ac4f51b4b3c54c3612e2e7b /Master/texmf-dist/doc/latex/pst-optexp | |
parent | 0453db105ed84bf57356a8f81ba35a47c4996371 (diff) |
pst-optexp
git-svn-id: svn://tug.org/texlive/trunk@34592 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 | 12 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/Makefile | 111 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-DE.pdf | bin | 2922986 -> 2950953 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp-quickref.pdf | bin | 49942 -> 50030 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf | bin | 2880968 -> 2912170 bytes |
5 files changed, 122 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Changes b/Master/texmf-dist/doc/latex/pst-optexp/Changes index 77730c13c50..991d4ace6f7 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/Changes +++ b/Master/texmf-dist/doc/latex/pst-optexp/Changes @@ -1,3 +1,13 @@ +4.10 2014-06-04 + * Added value firstcomp to parameter beamalign. + * Modified \optsource to handle also the beam alignment. + +4.9 2014-06-03 + * Added new component \optsource. + * Improved naming of the last component name, which can now be + accessed also by its number besides using N. + * Fixed bug related to extnodes together with compname + 4.8 2014-02-28 * Added component \optaom. * Added option beammode. @@ -14,7 +24,7 @@ 4.5 2013-07-21 * Added option usewirestyle. * Added line style fade, with options fadeto, fadepoints, - fadefunc, and fadefuncname. + fadefunc, and fadefuncname.. 4.4 2013-07-14 * Added component \transmissiongrating. diff --git a/Master/texmf-dist/doc/latex/pst-optexp/Makefile b/Master/texmf-dist/doc/latex/pst-optexp/Makefile new file mode 100644 index 00000000000..aac418da1b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pst-optexp/Makefile @@ -0,0 +1,111 @@ +.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps + +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) + +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 pst-optexp + cp $(ARCHFILES) $(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 $< + +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 \ + .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 b530ffc7740..24944427894 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 ed8f7323033..52fe47baf23 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 e8da0b4be3f..a809b6198d7 100644 --- a/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf +++ b/Master/texmf-dist/doc/latex/pst-optexp/pst-optexp.pdf |