summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-04 22:14:29 +0000
committerKarl Berry <karl@freefriends.org>2015-02-04 22:14:29 +0000
commit548851568500341ba2d236a0b92d87d7b1062cce (patch)
tree9a2400fa84020701a7e3999d914dddfcaa57eaf6 /Master/texmf-dist/doc/support
parent22e2fa164b34a0ea2bdc4ffbdcd3eab070bd3876 (diff)
match_parens (4feb15)
git-svn-id: svn://tug.org/texlive/trunk@36213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/match_parens/README30
-rw-r--r--Master/texmf-dist/doc/support/match_parens/match_parens.pdfbin34868 -> 56974 bytes
2 files changed, 17 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/support/match_parens/README b/Master/texmf-dist/doc/support/match_parens/README
index ba4f0ed753b..0f85ac80296 100644
--- a/Master/texmf-dist/doc/support/match_parens/README
+++ b/Master/texmf-dist/doc/support/match_parens/README
@@ -1,21 +1,25 @@
- 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
---------------------------------------------------------------------------------
+|
+-------:|:--------------------------------------
+ script:| match_parens - find mismatches of various brackets and quotes
+ type:| ruby
+ author:| Wybo Dekker
+ email:| wybo@dekkerdocumenten.nl
+version:| 1.42
+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
+clearly show up to 10 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 |:!%|.
+paragraph and try the command: :!%.
-Changes with respect to version 1.4:
-- clearer output
-- added --help and --version options
-- documentation adapted to gendoc
+Recent changes:
+Changes with respect to version 1.41:
+- test on more quote characters (single, double, ASCII, Unicode)
+- option for changing the character pairs to be tested
+- conversion of latex' ``...'' is now an option
+- built-in test option --test
diff --git a/Master/texmf-dist/doc/support/match_parens/match_parens.pdf b/Master/texmf-dist/doc/support/match_parens/match_parens.pdf
index 3e680cbc7ea..e137ea6d46b 100644
--- a/Master/texmf-dist/doc/support/match_parens/match_parens.pdf
+++ b/Master/texmf-dist/doc/support/match_parens/match_parens.pdf
Binary files differ