diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/match_parens/README')
-rw-r--r-- | Master/texmf-dist/doc/support/match_parens/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/match_parens/README b/Master/texmf-dist/doc/support/match_parens/README new file mode 100644 index 00000000000..c1a90e6d5db --- /dev/null +++ b/Master/texmf-dist/doc/support/match_parens/README @@ -0,0 +1,17 @@ +This is release 1.3 of the match_parens script +LICENSE: GPL + +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 + +$Id: README,v 1.5 2011-07-30 09:29:02 wybo Exp $ |