diff options
Diffstat (limited to 'macros/latex/contrib/enverb/README.md')
-rw-r--r-- | macros/latex/contrib/enverb/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/latex/contrib/enverb/README.md b/macros/latex/contrib/enverb/README.md new file mode 100644 index 0000000000..2c035b8eb6 --- /dev/null +++ b/macros/latex/contrib/enverb/README.md @@ -0,0 +1,34 @@ +------------------------------------------------------------------------------- +# `enverb` -- read an environment verbatim + +Version 2024-08-28 v1.0 + +Released under the LaTeX Project Public License v1.3c or later +See http://www.latex-project.org/lppl.txt + +Hosted on the Island of TeX at https://gitlab.com/islandoftex/texmf/enverb + +------------------------------------------------------------------------------- + +Copyright (C) 2023-2024 Jonathan P. Spratte + +This work may be distributed and/or modified under the conditions of the LaTeX +Project Public License (LPPL), either version 1.3c of this license or (at your +option) any later version. The latest version of this license is in the file: + + http://www.latex-project.org/lppl.txt + +This work is "maintained" (as per LPPL maintenance status) by + Jonathan P. Spratte + +------------------------------------------------------------------------------- + +## Summary of Contents + +`enverb` provides means to read the contents of a user-defined environment +verbatim. It also provides facilities to then typeset them inside a +listing-environment provided by LaTeX or another package or to evaluate them as +normal LaTeX code. This gives one the full flexibility of LaTeX to customise the +looks of documentation and examples without the need of any temporary files. +Additionally you can define your own processing of the contents, either line +oriented or processing the entire contents at once, however you see fit. |