From f917dbdfae2021d592989828a2993fa2b4a78aae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 Aug 2013 23:32:33 +0000 Subject: macroswap (18aug13) git-svn-id: svn://tug.org/texlive/trunk@31462 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/macroswap/Makefile | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/macroswap/README | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/macroswap/macroswap.pdf | Bin 0 -> 160800 bytes 3 files changed, 40 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/macroswap/Makefile create mode 100644 Master/texmf-dist/doc/latex/macroswap/README create mode 100644 Master/texmf-dist/doc/latex/macroswap/macroswap.pdf (limited to 'Master/texmf-dist/doc/latex/macroswap') 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/macroswap/macroswap.pdf differ -- cgit v1.2.3