From 548851568500341ba2d236a0b92d87d7b1062cce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Feb 2015 22:14:29 +0000 Subject: match_parens (4feb15) git-svn-id: svn://tug.org/texlive/trunk@36213 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/match_parens/README | 30 ++++++++++++--------- .../doc/support/match_parens/match_parens.pdf | Bin 34868 -> 56974 bytes 2 files changed, 17 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/doc/support/match_parens') 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 Binary files a/Master/texmf-dist/doc/support/match_parens/match_parens.pdf and b/Master/texmf-dist/doc/support/match_parens/match_parens.pdf differ -- cgit v1.2.3