summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/findhyph/findhyph15
-rwxr-xr-xMaster/texmf-dist/doc/support/findhyph/findhyph.bat15
-rw-r--r--Master/texmf-dist/doc/support/findhyph/findhyph.txt6
-rwxr-xr-xMaster/texmf-dist/scripts/findhyph/findhyph15
-rw-r--r--Master/texmf/doc/man/man1/findhyph.110
-rw-r--r--Master/texmf/doc/man/man1/findhyph.man1.pdfbin7490 -> 7591 bytes
6 files changed, 52 insertions, 9 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/findhyph/findhyph b/Build/source/texk/texlive/linked_scripts/findhyph/findhyph
index e66f55a8db2..c4a7089308f 100755
--- a/Build/source/texk/texlive/linked_scripts/findhyph/findhyph
+++ b/Build/source/texk/texlive/linked_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
diff --git a/Master/texmf-dist/doc/support/findhyph/findhyph.bat b/Master/texmf-dist/doc/support/findhyph/findhyph.bat
index 92c077d672e..67b1987acf9 100755
--- a/Master/texmf-dist/doc/support/findhyph/findhyph.bat
+++ b/Master/texmf-dist/doc/support/findhyph/findhyph.bat
@@ -19,7 +19,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" .
@@ -249,7 +249,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.
@@ -375,6 +375,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
diff --git a/Master/texmf-dist/doc/support/findhyph/findhyph.txt b/Master/texmf-dist/doc/support/findhyph/findhyph.txt
index 5c55c059a8f..c2c5d45e07a 100644
--- a/Master/texmf-dist/doc/support/findhyph/findhyph.txt
+++ b/Master/texmf-dist/doc/support/findhyph/findhyph.txt
@@ -16,7 +16,7 @@ SYNOPSIS
If you are setting "\looseness=<N>" to optimize paragraphs, you need to
pass that information to the file foo.log in a form "@looseness=<N>" (on
a separate line). You can use a macro like
- "\def\setlooseness#1{\immediate\write-1{@looseness=#1}\looseness=#1}"
+ "\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.
@@ -86,6 +86,10 @@ HISTORY
* fixed displaying of hyphenated ligatures (bug reported by Karel
Horak)
+ 3.2 (2012-11-21)
+ * improved example definition of the "\setlooseness" macro (thanks to
+ Karl Berry)
+
LICENSE
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
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
diff --git a/Master/texmf/doc/man/man1/findhyph.1 b/Master/texmf/doc/man/man1/findhyph.1
index 583209ffcbe..4e46a4d311d 100644
--- a/Master/texmf/doc/man/man1/findhyph.1
+++ b/Master/texmf/doc/man/man1/findhyph.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FINDHYPH 1"
-.TH FINDHYPH 1 "2012-11-03" "perl v5.10.1" ""
+.TH FINDHYPH 1 "2012-11-21" "perl v5.10.1" ""
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -151,7 +151,7 @@ set \f(CW\*(C`\etracingparagraphs=1\*(C'\fR in a TeX document \fIfoo.tex\fR and
If you are setting \f(CW\*(C`\elooseness=<N>\*(C'\fR to optimize paragraphs,
you need to pass that information to the file \fIfoo.log\fR in a form
\&\f(CW\*(C`@looseness=<N>\*(C'\fR (on a separate line). You can use a macro like
-\&\f(CW\*(C`\edef\esetlooseness#1{\eimmediate\ewrite\-1{@looseness=#1}\elooseness=#1}\*(C'\fR
+\&\f(CW\*(C`\edef\esetlooseness#1{\elooseness=#1 \eimmediate\ewrite\-1{@looseness=#1}}\*(C'\fR
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.
.SH "OPTIONS"
@@ -230,6 +230,12 @@ for identifying the issue)
.IX Subsection "3.1 (2012-11-03)"
.IP "\(bu" 4
fixed displaying of hyphenated ligatures (bug reported by Karel Horak)
+.PP
+3.2 (2012\-11\-21)
+.IX Subsection "3.2 (2012-11-21)"
+.IP "\(bu" 4
+improved example definition of the \f(CW\*(C`\esetlooseness\*(C'\fR macro
+(thanks to Karl Berry)
.SH "LICENSE"
.IX Header "LICENSE"
This program is free software; you can redistribute it and/or modify
diff --git a/Master/texmf/doc/man/man1/findhyph.man1.pdf b/Master/texmf/doc/man/man1/findhyph.man1.pdf
index b53acaa421b..b0884f47327 100644
--- a/Master/texmf/doc/man/man1/findhyph.man1.pdf
+++ b/Master/texmf/doc/man/man1/findhyph.man1.pdf
Binary files differ