summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algpseudocodex/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/algpseudocodex/README.md')
-rw-r--r--macros/latex/contrib/algpseudocodex/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/macros/latex/contrib/algpseudocodex/README.md b/macros/latex/contrib/algpseudocodex/README.md
index 67a4fe8a71..cfa9d2e7ac 100644
--- a/macros/latex/contrib/algpseudocodex/README.md
+++ b/macros/latex/contrib/algpseudocodex/README.md
@@ -1,4 +1,11 @@
# algpseudocodex
+## Overview
This package allows typesetting pseudocode in LaTeX. It is based on algpseudocode from the algorithmicx package and uses the same syntax, but adds several new features and improvements. Notable features include customizable indent guide lines and the ability to draw boxes around parts of the code for highlighting differences. This package also has better support for long code lines spanning several lines and improved comments.
-This material is subject to the LATEX Project Public License 1.3c.
+The package documentation can be found in the file algpseudocodex.tex.
+
+## Author and Contact
+The package is authored and maintained by Christian Matt. For bug reports and other issues please visit the official repository at <https://github.com/chrmatt/algpseudocodex>.
+
+## License
+This material is subject to the LaTeX Project Public License (LPPL), version 1.3c.