summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/findhyph
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-11-23 22:47:22 +0000
committerKarl Berry <karl@freefriends.org>2012-11-23 22:47:22 +0000
commite38d0b58fe1b7841baf6b861dd3fe8800741f7d3 (patch)
tree0b61b199b847f0b10681fc06e76e1e0b33a928df /Master/texmf-dist/scripts/findhyph
parent41ae9075cbee49738877732ea4fff0bb524f068e (diff)
findhyph (23nov12)
git-svn-id: svn://tug.org/texlive/trunk@28350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/findhyph')
-rwxr-xr-xMaster/texmf-dist/scripts/findhyph/findhyph15
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/findhyph/findhyph b/Master/texmf-dist/scripts/findhyph/findhyph
index e66f55a8db2..c4a7089308f 100755
--- a/Master/texmf-dist/scripts/findhyph/findhyph
+++ b/Master/texmf-dist/scripts/findhyph/findhyph
@@ -6,7 +6,7 @@ $opt_l = 'kKsSvVzZoOuUiIA'; # defaults for Slovak and Czech
$opt_c = $opt_f = $opt_h = $opt_v = 0;
getopts('cfphvl:');
-$version_msg = "findhyph version 3.1\n";
+$version_msg = "findhyph version 3.2\n";
$help_msg = "\nUsage: findhyph [options] <yourtexfile.log>\n" .
"\n" .
"Options: -c display hyphenated words in context\n" .
@@ -236,7 +236,7 @@ B<findhyph [options]> F<foo.log>
If you are setting C<\looseness=E<lt>NE<gt>> to optimize paragraphs,
you need to pass that information to the file F<foo.log> in a form
C<@looseness=E<lt>NE<gt>> (on a separate line). You can use a macro like
-C<\def\setlooseness#1{\immediate\write-1{@looseness=#1}\looseness=#1}>
+C<\def\setlooseness#1{\looseness=#1 \immediate\write-1{@looseness=#1}}>
for this purpose. If the paragraph contains material in display math mode,
you need to use the macro in all split parts of the paragraph.
@@ -362,6 +362,17 @@ fixed displaying of hyphenated ligatures (bug reported by Karel Horak)
=back
+=head4 3.2 (2012-11-21)
+
+=over 4
+
+=item *
+
+improved example definition of the C<\setlooseness> macro
+(thanks to Karl Berry)
+
+=back
+
=head1 LICENSE
This program is free software; you can redistribute it and/or modify