diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-13 23:20:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-13 23:20:33 +0000 |
commit | 4a25925403eff05bc91792ba22bd62105c3b810e (patch) | |
tree | 87c3d8a24d9d8041c39852136867302223a6cc04 /Master/texmf-dist/tex/latex/testhyphens | |
parent | 94107bb1fcc8f814e75bda7bb15a3cfb213dd735 (diff) |
testhyphens (14sep14)
git-svn-id: svn://tug.org/texlive/trunk@35162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/testhyphens')
-rw-r--r-- | Master/texmf-dist/tex/latex/testhyphens/testhyphens.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/testhyphens/testhyphens.sty b/Master/texmf-dist/tex/latex/testhyphens/testhyphens.sty index 383b7ea5f0d..b93c9f49b5a 100644 --- a/Master/texmf-dist/tex/latex/testhyphens/testhyphens.sty +++ b/Master/texmf-dist/tex/latex/testhyphens/testhyphens.sty @@ -45,7 +45,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{testhyphens}[% -2014/07/07 v.0.5 +2014/09/13 v.0.6 Prints list of hyphenated words] \def\t@sthyphens{\everypar{\setbox0\lastbox \setbox1\hbox{\strut}\vbox\bgroup @@ -65,7 +65,7 @@ Prints list of hyphenated words] \def\nomorelines{\unhbox1} \let\testhyphens\t@sthyphens -\newenvironment{checkhyphens}[1][\lefthyphenmin:\righthyphenmin]{% +\newenvironment{checkhyphens}[1][\lefthyphenmin-\righthyphenmin]{% \@tempcnta=\lefthyphenmin \@tempcntb=\righthyphenmin \s@thyphenpars[#1]\par\bgroup\t@sthyphens @@ -73,7 +73,7 @@ Prints list of hyphenated words] \egroup\par } -\def\s@thyphenpars[#1:#2]{% +\def\s@thyphenpars[#1-#2]{% \@tempcnta=#1\relax \@tempcntb=#2\relax \unless\ifnum\@tempcnta=\lefthyphenmin \lefthyphenmin=\@tempcnta\fi |