summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/locality
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-10 00:13:23 +0000
committerKarl Berry <karl@freefriends.org>2010-07-10 00:13:23 +0000
commit461dca6fbcc3da74ff8d9851943fdcac56a570dc (patch)
treebfc7e3a1b2c91f4b1743309e9db32be74a7848fa /Master/texmf-dist/doc/latex/locality
parent8ca533f6b861bcaba7ce56d6b638640d5fdfe52b (diff)
new latex package locality (29jun10)
git-svn-id: svn://tug.org/texlive/trunk@19325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/locality')
-rw-r--r--Master/texmf-dist/doc/latex/locality/README60
-rw-r--r--Master/texmf-dist/doc/latex/locality/changes.txt4
-rw-r--r--Master/texmf-dist/doc/latex/locality/locality.pdfbin0 -> 180126 bytes
3 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/locality/README b/Master/texmf-dist/doc/latex/locality/README
new file mode 100644
index 00000000000..2e53e9d5343
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/locality/README
@@ -0,0 +1,60 @@
+LaTeX Package: Locality 2010/06/29 v0.1
+----------------------------------------
+Various macros for keeping things local
+
+Copyright (C) 2010
+by Jason Gross <JasonGross9+locality@gmail.com>
+
+Abstract:
+ This package provides various macros to keep changes local to the current
+ group. This allows one to (re)define helper macros without worrying about
+ accidentally changing the functionality of another package's or the user's
+ definitions. Additionally, it allows recursive macros to have some
+ definitions persist between calls, and others be local.
+
+CTAN: macros/latex/contrib/locality
+
+Recent changes:
+ [Release 0.1]
+ * Initial release. Some macros untested.
+
+Files:
+ * README - this file
+ * changes.txt - history of changes
+ * locality.ins - for installation to get .sty from .dtx
+ * locality.dtx - including sources and documentation
+ * locality.pdf - print-ready documentation
+
+Installation:
+[manual installation]
+ * To get locality.sty out of locality.dtx
+ $ latex locality.ins
+ * To build documentation
+ $ latex locality.dtx
+ * Put the derived files in the proper directories:
+ - tex/latex/locality/locality.sty
+ - doc/latex/locality/locality.pdf
+ - source/latex/locality/locality.dtx
+
+[TeXLive]
+ * Use 'tlmgr' command
+ $ tlmgr show locality -- to check the package info
+ $ sudo tlmgr update locality -- to update the package
+ * You can use 'TeX Live Utility' instead of 'tlmgr', if on MacOSX.
+
+[MikTeX]
+ * Use the MikTeX Update Wizard to update locality package.
+
+License:
+ This work may be distributed and/or modified under the conditions
+ of the LaTeX Project Public License, either version 1.3c 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.3c or later is part of all distributions of LaTeX
+ version 2005/12/01 or later.
+
+--
+Happy TeXing!
+Jason Gross
+
+EOF \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/locality/changes.txt b/Master/texmf-dist/doc/latex/locality/changes.txt
new file mode 100644
index 00000000000..0f16d884630
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/locality/changes.txt
@@ -0,0 +1,4 @@
+2010-06-29 Release 0.1
+ * Initial release. Some macros untested.
+
+EOF \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/locality/locality.pdf b/Master/texmf-dist/doc/latex/locality/locality.pdf
new file mode 100644
index 00000000000..7b89a902073
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/locality/locality.pdf
Binary files differ