summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/findhyph/findhyph.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/findhyph/findhyph.txt')
-rw-r--r--Master/texmf-dist/doc/support/findhyph/findhyph.txt21
1 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/support/findhyph/findhyph.txt b/Master/texmf-dist/doc/support/findhyph/findhyph.txt
index 1362b9a8222..ed089eed89e 100644
--- a/Master/texmf-dist/doc/support/findhyph/findhyph.txt
+++ b/Master/texmf-dist/doc/support/findhyph/findhyph.txt
@@ -13,6 +13,13 @@ SYNOPSIS
3) findhyph [options] foo.log
+ 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}"
+ 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.
+
OPTIONS
-c display hyphenated words in context
@@ -53,9 +60,9 @@ HISTORY
* public release
2.0 (2009-08-10)
- * fixes in line breaks detection algorithm; support for third pass of
- line breaking algorithm in TeX (positive \emergencystretch); support
- for discretionary breaks in the first pass
+ * fixes in line breaks detection algorithm; support for the third pass
+ of line breaking algorithm in TeX (positive \emergencystretch);
+ support for discretionary breaks in the first pass
* page number detection improved (recognized negative page numbers,
compound page numbers when "\count1" to "\count9" registers are
@@ -69,6 +76,12 @@ HISTORY
* suggestions and testing by Pavel Striz
+ 3.0 (2012-02-01)
+ * fixed a bug when total paragraph demerits are negative
+
+ * "\looseness" setting is now taken into account (thanks to Karel
+ Horak for identifying the issue)
+
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
@@ -76,5 +89,5 @@ LICENSE
version.
AUTHOR
- Copyright (c) Martin Budaj <m.b@speleo.sk> 2000, 2001, 2009
+ Copyright (c) Martin Budaj <m.b@speleo.sk> 2000, 2001, 2009, 2012