From 74d2dc6f336ce377ad1fda6cb1b59ba10e5611bc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Sep 2013 22:37:01 +0000 Subject: arraysort (5sep13) git-svn-id: svn://tug.org/texlive/trunk@31576 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/arraysort/Makefile | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/arraysort/README | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/arraysort/arraysort.pdf | Bin 0 -> 302651 bytes 3 files changed, 40 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/arraysort/Makefile create mode 100644 Master/texmf-dist/doc/latex/arraysort/README create mode 100644 Master/texmf-dist/doc/latex/arraysort/arraysort.pdf (limited to 'Master/texmf-dist/doc/latex/arraysort') diff --git a/Master/texmf-dist/doc/latex/arraysort/Makefile b/Master/texmf-dist/doc/latex/arraysort/Makefile new file mode 100644 index 00000000000..234ecfac7e2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/arraysort/Makefile @@ -0,0 +1,20 @@ +all: clean arraysort.pdf + +clean: + rm -f *.log *.bbl *.blg *.dvi *.glo *.idx *.ilg *.ind *.sty *.aux *.gls *.zip *.tmp *~; + +dist: clean + cd .. && zip -r arraysort/arraysort.zip arraysort/ + +arraysort.sty : arraysort.ins arraysort.dtx + latex arraysort.ins + +arraysort.pdf : arraysort.sty arraysort.glo arraysort.ind + time pdflatex arraysort.dtx + +# Glossary contains the changelist(?) +arraysort.glo : arraysort.dtx + pdflatex arraysort.dtx && makeindex -s gglo.ist -o arraysort.gls arraysort.glo + +arraysort.ind : arraysort.idx + makeindex -s gind.ist -o arraysort.ind arraysort.idx diff --git a/Master/texmf-dist/doc/latex/arraysort/README b/Master/texmf-dist/doc/latex/arraysort/README new file mode 100644 index 00000000000..a18ad2b728f --- /dev/null +++ b/Master/texmf-dist/doc/latex/arraysort/README @@ -0,0 +1,20 @@ +Copyright (C) 2013 by Robert J Lee + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.2 of this license or (at your option) any later +version. The latest version of this license is in: + +http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of +LaTeX version 1999/12/01 or later. + + +This archive provides the arraysort package, providing a mechanism to +sort arrays (or sections of them) declared using the arrayjob package. + + + +This package uses the standard TeX ins+dtx install mechanism, althogh +a UNIX Makefile is also provided for convenience to generate all files. diff --git a/Master/texmf-dist/doc/latex/arraysort/arraysort.pdf b/Master/texmf-dist/doc/latex/arraysort/arraysort.pdf new file mode 100644 index 00000000000..c814817f8f7 Binary files /dev/null and b/Master/texmf-dist/doc/latex/arraysort/arraysort.pdf differ -- cgit v1.2.3