summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arraysort
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-05 22:37:01 +0000
committerKarl Berry <karl@freefriends.org>2013-09-05 22:37:01 +0000
commit74d2dc6f336ce377ad1fda6cb1b59ba10e5611bc (patch)
treebf29e1eba90e9d4997f91341402b4f567f9b23d0 /Master/texmf-dist/doc/latex/arraysort
parent1098b87bad357ad17ed46e5cf00ebdf7e0de373e (diff)
arraysort (5sep13)
git-svn-id: svn://tug.org/texlive/trunk@31576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/arraysort')
-rw-r--r--Master/texmf-dist/doc/latex/arraysort/Makefile20
-rw-r--r--Master/texmf-dist/doc/latex/arraysort/README20
-rw-r--r--Master/texmf-dist/doc/latex/arraysort/arraysort.pdfbin0 -> 302651 bytes
3 files changed, 40 insertions, 0 deletions
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/arraysort/arraysort.pdf
Binary files differ