summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/locality/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/locality/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/locality/README')
-rw-r--r--macros/latex/contrib/locality/README68
1 files changed, 68 insertions, 0 deletions
diff --git a/macros/latex/contrib/locality/README b/macros/latex/contrib/locality/README
new file mode 100644
index 0000000000..ffe43d8436
--- /dev/null
+++ b/macros/latex/contrib/locality/README
@@ -0,0 +1,68 @@
+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.2]
+ * Switched the order of tests in \manyaftergroup, eliminating an infinite loop.
+ * Added \DeclareNonlocal*s, \pushvalues, \popvalues, \pushvalue, \popvalue, and a few others.
+ * Fixed \DeclareNonlocal* to work with \aftergroup.
+ * Added requirement for etoolbox, so that patching takes place at the end of the preamble.
+ [Release 0.1]
+ * Initial release. Some macros untested.
+
+EOF
+
+
+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