diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-24 23:47:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-24 23:47:34 +0000 |
commit | e25bbf3c57911013124bb4a82e2d9b90cc321986 (patch) | |
tree | 5d5babd32394ef8d71b0ab2b01b13c0ccffaf5a8 /Master/texmf-dist/doc | |
parent | 5b01c46b5cd927f331b9d87ae9ccb462a2a7780a (diff) |
findhyph (21jun13)
git-svn-id: svn://tug.org/texlive/trunk@30915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/findhyph.1 | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/findhyph.man1.pdf | bin | 7591 -> 7659 bytes | |||
-rwxr-xr-x | Master/texmf-dist/doc/support/findhyph/findhyph.bat | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/findhyph/findhyph.txt | 10 |
4 files changed, 38 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/man/man1/findhyph.1 b/Master/texmf-dist/doc/man/man1/findhyph.1 index 4e46a4d311d..bff6bb5bebe 100644 --- a/Master/texmf-dist/doc/man/man1/findhyph.1 +++ b/Master/texmf-dist/doc/man/man1/findhyph.1 @@ -124,13 +124,13 @@ .\" ======================================================================== .\" .IX Title "FINDHYPH 1" -.TH FINDHYPH 1 "2012-11-21" "perl v5.10.1" "" +.TH FINDHYPH 1 "2013-06-18" "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 .nh .SH "NAME" -\&\fBfindhyph\fR \*(-- find words hyphenated by TeX in a document +\&\fBfindhyph\fR \- find words hyphenated by TeX in a document .SH "INSTALLATION" .IX Header "INSTALLATION" Copy \fBfindhyph\fR or \fBfindhyph.bat\fR (depending on \s-1OS\s0 used) to a directory @@ -138,6 +138,10 @@ included in system \s-1PATH\s0. Perl interpreter is required to be in \&\f(CW\*(C`/usr/bin/\*(C'\fR for Unix-like systems or in \s-1PATH\s0 when using \fBfindhyph.bat\fR. .SH "SYNOPSIS" .IX Header "SYNOPSIS" +\&\fBfindhyph [options]\fR \fIfoo.log\fR +.SH "DESCRIPTION" +.IX Header "DESCRIPTION" +To use this program: .IP "1)" 4 .IX Item "1)" set \f(CW\*(C`\etracingparagraphs=1\*(C'\fR in a TeX document \fIfoo.tex\fR and run: @@ -236,6 +240,11 @@ fixed displaying of hyphenated ligatures (bug reported by Karel Horak) .IP "\(bu" 4 improved example definition of the \f(CW\*(C`\esetlooseness\*(C'\fR macro (thanks to Karl Berry) +.PP +3.3 (2013\-06\-18) +.IX Subsection "3.3 (2013-06-18)" +.IP "\(bu" 4 +fixed the manual page as suggested by Eric S. Raymond .SH "LICENSE" .IX Header "LICENSE" This program is free software; you can redistribute it and/or modify diff --git a/Master/texmf-dist/doc/man/man1/findhyph.man1.pdf b/Master/texmf-dist/doc/man/man1/findhyph.man1.pdf Binary files differindex b0884f47327..82e3a2531bb 100644 --- a/Master/texmf-dist/doc/man/man1/findhyph.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/findhyph.man1.pdf diff --git a/Master/texmf-dist/doc/support/findhyph/findhyph.bat b/Master/texmf-dist/doc/support/findhyph/findhyph.bat index 67b1987acf9..df4db58bb50 100755 --- a/Master/texmf-dist/doc/support/findhyph/findhyph.bat +++ b/Master/texmf-dist/doc/support/findhyph/findhyph.bat @@ -220,7 +220,7 @@ __END__ =head1 NAME -B<findhyph> -- find words hyphenated by TeX in a document +B<findhyph> - find words hyphenated by TeX in a document =head1 INSTALLATION @@ -230,6 +230,13 @@ C</usr/bin/> for Unix-like systems or in PATH when using B<findhyph.bat>. =head1 SYNOPSIS +B<findhyph [options]> F<foo.log> + + +=head1 DESCRIPTION + +To use this program: + =over 4 =item 1) @@ -386,6 +393,16 @@ improved example definition of the C<\setlooseness> macro =back +=head4 3.3 (2013-06-18) + +=over 4 + +=item * + +fixed the manual page as suggested by Eric S. Raymond + +=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 c2c5d45e07a..aaa45a5ab1d 100644 --- a/Master/texmf-dist/doc/support/findhyph/findhyph.txt +++ b/Master/texmf-dist/doc/support/findhyph/findhyph.txt @@ -1,5 +1,5 @@ NAME - findhyph -- find words hyphenated by TeX in a document + findhyph - find words hyphenated by TeX in a document INSTALLATION Copy findhyph or findhyph.bat (depending on OS used) to a directory @@ -7,6 +7,11 @@ INSTALLATION "/usr/bin/" for Unix-like systems or in PATH when using findhyph.bat. SYNOPSIS + findhyph [options] foo.log + +DESCRIPTION + To use this program: + 1) set "\tracingparagraphs=1" in a TeX document foo.tex and run: 2) tex foo.tex @@ -90,6 +95,9 @@ HISTORY * improved example definition of the "\setlooseness" macro (thanks to Karl Berry) + 3.3 (2013-06-18) + * fixed the manual page as suggested by Eric S. Raymond + 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 |