summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/starray/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/starray/README.md')
-rw-r--r--macros/latex/contrib/starray/README.md77
1 files changed, 77 insertions, 0 deletions
diff --git a/macros/latex/contrib/starray/README.md b/macros/latex/contrib/starray/README.md
new file mode 100644
index 0000000000..81c97cd931
--- /dev/null
+++ b/macros/latex/contrib/starray/README.md
@@ -0,0 +1,77 @@
+starray
+==========
+
+This is a structured (properties) array (hash) package based on expl3.
+
+For more details, see the documentation,
+[starray.pdf](http://mirrors.ctan.org/macros/latex/contrib/starray/doc/starray.pdf)
+
+--------------
+
+## Requirements
+* none besides a fairly recent LaTeX distribution as recent as 2022/06/01
+(with the new in kernel *\ProcessKeyOptions* and *\NewDocumentCommand*)
+
+## Installation
+The stable version is available at [CTAN](https://ctan.org/pkg/starray).
+
+## Usage
+### Stable version
+Just place
+```latex
+ \usepackage{starray}
+```
+
+in the preamble and compile away.
+
+
+Be aware that options might change between versions, so you have to check them manually.
+
+## More Information and documentation
+More Information can be found in the documentation; you can find a "bleeding edge" version
+at [the github page](http://github.com/alceu-frigeri/starray)
+
+## Contacting Author
+
+For bug reports and enhacement suggestions, the preferred way is to use
+[the project's issue page](https://github.com/alceu-frigeri/starray/issues).
+Please be ready to provide an example code showing the bug, if any.
+
+Please do not use the issue page for generic help on how to use the package.
+
+* git: https://github.com/alceu-frigeri/starray
+
+-------------
+Copyright 2023 by Alceu Frigeri
+
+ This work may be distributed and/or modified under the
+ conditions of
+
+ * The [LaTeX Project Public License](http://www.latex-project.org/lppl.txt), version 1.3c (or later), and/or
+ * The [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.html), version 3 (or later)
+
+This work has the LPPL maintenance status *maintained*.
+
+The Current Maintainer of this work is Alceu Frigeri
+
+-------------
+## This work consists of the files
+
+* starray.sty
+ - The Package itself
+
+* README.md (this file)
+ - quick introduction
+
+* starray.tex
+ - package documentation
+
+* starray.pdf
+ - documentation in PDF format
+
+-------------
+
+## Changelog
+
+* Version 1.0
+ - Initial release by CTAN.