summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/match_parens/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/match_parens/README')
-rw-r--r--Master/texmf-dist/doc/support/match_parens/README35
1 files changed, 19 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/support/match_parens/README b/Master/texmf-dist/doc/support/match_parens/README
index 5f03bc8688a..ba4f0ed753b 100644
--- a/Master/texmf-dist/doc/support/match_parens/README
+++ b/Master/texmf-dist/doc/support/match_parens/README
@@ -1,18 +1,21 @@
-This is release 1.4 of the match_parens script
-LICENSE: GPL
+ script: match_parens - find mismatches of parentheses, braces, (angle) brackets, in texts
+ type: ruby
+ author: Wybo Dekker
+ email: wybo@dekkerdocumenten.nl
+version: 1.41
+license: Released under the GNU General Public License
+--------------------------------------------------------------------------------
+Mismatches of parentheses, braces, (angle) brackets, especially in TeX
+sources which may be rich in those, may be difficult to trace. This little
+script helps you by writing your text to standard output, after adding a
+left margin to your text, which will normally be almost empty, but will
+clearly show any mismatches. (Just try me on myself to see that the
+parenthesis starting this sentence will not appear to be matched at the end
+of the file. If you look at me in the vim editor, then select this
+paragraph and try the command |:!%|.
-Short description:
-Mismatches of parentheses, braces, (angle) brackets, especially
-in TeX sources which may be rich in those, may be difficult to
-trace. This little script helps you by writing your text to
-standard output, after adding a left margin to your text, which
-will normally be almost empty, but will clearly show any
-mismatches. (Just try the script on myself to see that the
-parenthesis starting this sentence will not appear to be matched
-at the end of the file. If you are looking at me in the vim editor, try
-the command: :%!match_parens
+Changes with respect to version 1.4:
+- clearer output
+- added --help and --version options
+- documentation adapted to gendoc
-major changes of release 1.4 relative to 1.3:
-- adapted for ruby-1.9
-
-$Id: README,v 1.6 2012/02/20 13:28:30 wybo Exp $