diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-04 00:52:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-04 00:52:09 +0000 |
commit | 7e42a69662ba87e4047d09b60f6507094d9e50fe (patch) | |
tree | 789c798d1878e820122eaae7bf9b4e982b5dba5c /Master | |
parent | d22dbedf055ea3923fb14ffc86889bddc06b1a96 (diff) |
hyphenat update (2sep09)
git-svn-id: svn://tug.org/texlive/trunk@15060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyphenat/README | 50 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/hyphenat/hyphenat.pdf | bin | 185066 -> 174319 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/hyphenat/hyphenat.dtx | 28 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyphenat/hyphenat.ins | 49 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/hyphenat/hyphenat.sty | 17 |
5 files changed, 70 insertions, 74 deletions
diff --git a/Master/texmf-dist/doc/latex/hyphenat/README b/Master/texmf-dist/doc/latex/hyphenat/README index b5ddd1ed44b..781e05ec881 100644 --- a/Master/texmf-dist/doc/latex/hyphenat/README +++ b/Master/texmf-dist/doc/latex/hyphenat/README @@ -1,30 +1,37 @@ +____________________ +The HYPHENAT package + The hyphenat package can be used to disable all hyphenation in a document or in selected text within the document. It also enables hyphenation within `words' that contain analphabetic characters (e.g., that include underscores), and hyphenation of text typeset in monospaced (e.g., CM typewriter) fonts. -Changes in version 2.3a -o Fixed a double hyphenation problem with some non-CM fonts. -Changes in version 2.3 -o Added \hyp command for hyphenation of compound hyphenated words. +______________ +Change history + +Version 2.3c +- New maintainer (Will Robertson) + +Version 2.3a +- Fixed a double hyphenation problem with some non-CM fonts. + +Version 2.3 +- Added \hyp command for hyphenation of compound hyphenated words. ----------------------------------------------------------------- - Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 - (or at: pandgwilson at earthlink dot net) - Copyright 1998 --- 2004 Peter R. Wilson + Author: Peter Wilson, Herries Press + Maintainer: Will Robertson (will dot robertson at latex-project dot org) + Copyright 1998--2004 Peter R. Wilson This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either - version 1.3 of this license or (at your option) any - later version. - The latest version of the license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2003/06/01 or later. - - This work has the LPPL maintenance status "author-maintained". + version 1.3c of this license or (at your option) any + later version: <http://www.latex-project.org/lppl.txt> + + This work has the LPPL maintenance status "maintained". + The Current Maintainer of this work is Will Robertson. This work consists of the files: README (this file) @@ -43,18 +50,17 @@ hyphenat.pdf ----------------------------------------------------------------- To install the package: -o run: latex hyphenat.ins (which will generate hyphenat.sty) -o Move hyphenat.sty to a location where LaTeX will find it +- run: latex hyphenat.ins (which will generate hyphenat.sty) +- Move hyphenat.sty to a location where LaTeX will find it (typically in a local texmf tree at tex/latex/hyphenat) and refresh the file database. See the FAQ on CTAN at help/uk-tex-faq or http://www.tug.ac.uk/faq for more information on this. To process the user manual: -o run: latex hyphenat.dtx -o (for an index run: makeindex -s gind.ist hyphenat) -o run: latex hyphenat.dtx -o Print hyphenat.dvi for a hardcopy of the package manual +- run: latex hyphenat.dtx +- (for an index run: makeindex -s gind.ist hyphenat) +- run: latex hyphenat.dtx +- Print hyphenat.dvi for a hardcopy of the package manual 2004/04/22 Peter Wilson -peter.r.wilson@boeing.com diff --git a/Master/texmf-dist/doc/latex/hyphenat/hyphenat.pdf b/Master/texmf-dist/doc/latex/hyphenat/hyphenat.pdf Binary files differindex f65ed3c5adc..da2b4a2f44d 100644 --- a/Master/texmf-dist/doc/latex/hyphenat/hyphenat.pdf +++ b/Master/texmf-dist/doc/latex/hyphenat/hyphenat.pdf diff --git a/Master/texmf-dist/source/latex/hyphenat/hyphenat.dtx b/Master/texmf-dist/source/latex/hyphenat/hyphenat.dtx index bcfe81b766f..b34554984d8 100644 --- a/Master/texmf-dist/source/latex/hyphenat/hyphenat.dtx +++ b/Master/texmf-dist/source/latex/hyphenat/hyphenat.dtx @@ -3,20 +3,17 @@ % % hyphenat.dtx -% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 -% (or at: pandgwilson at earthlink dot net) -% Copyright 1998 --- 2004 Peter R. Wilson +% Author: Peter Wilson, Herries Press +% Maintainer: Will Robertson (will dot robertson at latex-project dot org) +% Copyright 1998--2004 Peter R. Wilson % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either -% version 1.3 of this license or (at your option) any -% later version. -% The latest version of the license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of -% LaTeX version 2003/06/01 or later. +% version 1.3c of this license or (at your option) any +% later version: <http://www.latex-project.org/lppl.txt> % -% This work has the LPPL maintenance status "author-maintained". +% This work has the LPPL maintenance status "maintained". +% The Current Maintainer of this work is Will Robertson. % % This work consists of the files listed in the README file. % @@ -79,6 +76,7 @@ % \changes{v11}{1997/09/30}{Output character table to class and package files only} % \changes{v2.3}{2001/01/02}{Fixed problem with non-CMR fonts doing double hyphens} % \changes{v2.3b}{2004/04/22}{Updated license and contact details} +% \changes{v2.3c}{2009/09/02}{New maintainer (Will Robertson)} % % \def\dtxfile{hyphenat.dtx} % ^^A \def\fileversion{v2.3} @@ -98,10 +96,10 @@ % file (\texttt{\dtxfile}) has version number \fileversion, last revised % \filedate.}} % -% \author{% -% Peter Wilson\thanks{After May 2004 at: \texttt{pandgwilson at earthlink dot net}}\\ -% Catholic University of America \\ -% Now at \texttt{peter.r.wilson@boeing.com} +% \author{ +% Author: Peter Wilson, Herries Press \\ +% Maintainer: Will Robertson \\ +% \texttt{will dot robertson at latex-project dot org} % } % \date{\filedate} % \maketitle @@ -249,7 +247,7 @@ % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hyphenat}[2001/01/02 v2.3a hyphenation utilities] +\ProvidesPackage{hyphenat}[2009/09/02 v2.3c hyphenation utilities] % \end{macrocode} % % An option is provided whereby all hyphenation throught a document diff --git a/Master/texmf-dist/source/latex/hyphenat/hyphenat.ins b/Master/texmf-dist/source/latex/hyphenat/hyphenat.ins index 9d3055e76f7..402bb78447f 100644 --- a/Master/texmf-dist/source/latex/hyphenat/hyphenat.ins +++ b/Master/texmf-dist/source/latex/hyphenat/hyphenat.ins @@ -1,20 +1,17 @@ %% %% hyphenat.ins -%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 -%% (or at: pandgwilson at earthlink dot net) +%% Author: Peter Wilson, Herries Press +%% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% Copyright 1998 ---2004 Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -%% version 1.3 of this license or (at your option) any -%% later version. -%% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of -%% LaTeX version 2003/06/01 or later. +%% version 1.3c of this license or (at your option) any +%% later version: <http://www.latex-project.org/lppl.txt> %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". +%% The Current Maintainer of this work is Will Robertson. %% %% This work consists of the files listed in the README file. %% @@ -30,43 +27,41 @@ \preamble ----------------------------------------------------------------- - Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 - (or at: pandgwilson at earthlink dot net) + Author: Peter Wilson, Herries Press + Maintainer: Will Robertson (will dot robertson at latex-project dot org) Copyright 2001, 2002, 2003, 2004 Peter R. Wilson This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either - version 1.3 of this license or (at your option) any - later version. - The latest version of the license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of - LaTeX version 2003/06/01 or later. - - This work has the LPPL maintenance status "author-maintained". + version 1.3c of this license or (at your option) any + later version: <http://www.latex-project.org/lppl.txt> + + This work has the LPPL maintenance status "maintained". + The Current Maintainer of this work is Will Robertson. This work consists of the files listed in the README file. ----------------------------------------------------------------- \endpreamble +\askforoverwritefalse \keepsilent %%% \Msg{*** Generating the driver file ***} -%%% \generateFile{hyphenat.drv}{t}{\from{hyphenat.dtx}{driver}} +%%% \generate{\file{hyphenat.drv}{\from{hyphenat.dtx}{driver}}} \Msg{*** Generating the LaTeX2e package files ***} -\generateFile{hyphenat.sty}{t}{\from{hyphenat.dtx}{usc}} +\generate{\file{hyphenat.sty}{\from{hyphenat.dtx}{usc}}} %%% \Msg{*** Generating the LaTeX2e font definition ***} -%%% \generateFile{ot1cmhtt.fd}{t}{\from{hyphenat.dtx}{ot1}} -%%% \generateFile{ot1lcmhtt.fd}{t}{\from{hyphenat.dtx}{ot1slides}} -%%% \generateFile{ucmhtt.fd}{t}{\from{hyphenat.dtx}{u}} -%%% \generateFile{t1cmhtt.fd}{t}{\from{hyphenat.dtx}{t1}} -%%% \generateFile{t1lcmhtt.fd}{t}{\from{hyphenat.dtx}{t1slides}} -%%% \generateFile{ts1cmhtt.fd}{t}{\from{hyphenat.dtx}{ts1}} +%%% \generate{\file{ot1cmhtt.fd}{\from{hyphenat.dtx}{ot1}}} +%%% \generate{\file{ot1lcmhtt.fd}{\from{hyphenat.dtx}{ot1slides}}} +%%% \generate{\file{ucmhtt.fd}{\from{hyphenat.dtx}{u}}} +%%% \generate{\file{t1cmhtt.fd}{\from{hyphenat.dtx}{t1}}} +%%% \generate{\file{t1lcmhtt.fd}{\from{hyphenat.dtx}{t1slides}}} +%%% \generate{\file{ts1cmhtt.fd}{\from{hyphenat.dtx}{ts1}}} \Msg{***********************************************************} \Msg{*} diff --git a/Master/texmf-dist/tex/latex/hyphenat/hyphenat.sty b/Master/texmf-dist/tex/latex/hyphenat/hyphenat.sty index 15930f2dc73..8d4824e6f94 100644 --- a/Master/texmf-dist/tex/latex/hyphenat/hyphenat.sty +++ b/Master/texmf-dist/tex/latex/hyphenat/hyphenat.sty @@ -7,27 +7,24 @@ %% hyphenat.dtx (with options: `usc') %% %% ----------------------------------------------------------------- -%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com until June 2004 -%% (or at: pandgwilson at earthlink dot net) +%% Author: Peter Wilson, Herries Press +%% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% Copyright 2001, 2002, 2003, 2004 Peter R. Wilson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either -%% version 1.3 of this license or (at your option) any -%% later version. -%% The latest version of the license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of -%% LaTeX version 2003/06/01 or later. +%% version 1.3c of this license or (at your option) any +%% later version: <http://www.latex-project.org/lppl.txt> %% -%% This work has the LPPL maintenance status "author-maintained". +%% This work has the LPPL maintenance status "maintained". +%% The Current Maintainer of this work is Will Robertson. %% %% This work consists of the files listed in the README file. %% ----------------------------------------------------------------- %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hyphenat}[2001/01/02 v2.3a hyphenation utilities] +\ProvidesPackage{hyphenat}[2009/09/02 v2.3c hyphenation utilities] \DeclareOption{none}% {\hyphenpenalty=10000\exhyphenpenalty=10000\relax} \DeclareOption{htt}{% |