summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-18 23:32:33 +0000
committerKarl Berry <karl@freefriends.org>2013-08-18 23:32:33 +0000
commitf917dbdfae2021d592989828a2993fa2b4a78aae (patch)
tree6587f88a395e0b7e8e7a7f60ec39c8a690a4a5db /Master/texmf-dist/doc/latex
parent008b1c4fc694eb541c50db9f3d406607e269d2fc (diff)
macroswap (18aug13)
git-svn-id: svn://tug.org/texlive/trunk@31462 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/macroswap/Makefile20
-rw-r--r--Master/texmf-dist/doc/latex/macroswap/README20
-rw-r--r--Master/texmf-dist/doc/latex/macroswap/macroswap.pdfbin0 -> 160800 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/macroswap/Makefile b/Master/texmf-dist/doc/latex/macroswap/Makefile
new file mode 100644
index 00000000000..a2665fe38a5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macroswap/Makefile
@@ -0,0 +1,20 @@
+all: clean macroswap.pdf
+
+clean:
+ rm -f *.log *.bbl *.blg *.dvi *.glo *.idx *.ilg *.ind *.sty *.aux *.gls *.zip *~
+
+dist: clean
+ cd .. && zip -r macroswap/macroswap.zip macroswap/
+
+macroswap.sty : macroswap.ins macroswap.dtx
+ latex macroswap.ins
+
+macroswap.pdf : macroswap.sty macroswap.glo macroswap.ind
+ pdflatex macroswap.dtx
+
+# Glossary contains the changelist(?)
+macroswap.glo : macroswap.dtx
+ pdflatex macroswap.dtx && makeindex -s gglo.ist -o macroswap.gls macroswap.glo
+
+macroswap.ind : macroswap.idx
+ makeindex -s gind.ist -o macroswap.ind macroswap.idx
diff --git a/Master/texmf-dist/doc/latex/macroswap/README b/Master/texmf-dist/doc/latex/macroswap/README
new file mode 100644
index 00000000000..be4f550bae0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macroswap/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 macroswap package, providing simple utility
+methods to swap the meaning (token expansion) of two macros by name.
+
+
+
+This package uses the standard TeX ins+dtx install mechanism, althogh
+a UNIX Makefile is also provided for convenience to generate all files. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/macroswap/macroswap.pdf b/Master/texmf-dist/doc/latex/macroswap/macroswap.pdf
new file mode 100644
index 00000000000..304741e95f1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/macroswap/macroswap.pdf
Binary files differ