diff options
author | Karl Berry <karl@freefriends.org> | 2012-06-01 22:07:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-06-01 22:07:01 +0000 |
commit | 6eb012ce913e334eba19b656e4bada8d69dcdac9 (patch) | |
tree | 65d7c2aa77756b2f2b5350f1e433acf03a0236db | |
parent | 6ac2efa19e7acb2cee3ca41d9adc496190d4677a (diff) |
uelem 2012-05-18 (1jun12)
git-svn-id: svn://tug.org/texlive/trunk@26785 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/tex/generic/ulem/ulem.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/ulem/ulem.sty b/Master/texmf-dist/tex/generic/ulem/ulem.sty index f9395bfeb9f..bdad13b20cb 100644 --- a/Master/texmf-dist/tex/generic/ulem/ulem.sty +++ b/Master/texmf-dist/tex/generic/ulem/ulem.sty @@ -1,5 +1,5 @@ % -% U L E M . S T Y [2011-03-18] +% U L E M . S T Y [2012-05-18] % % The ulem package provides various types of underlining that can stretch % between words and be broken across lines in LaTeX or plain TeX. @@ -77,7 +77,6 @@ % where to stop. \long\def\UL@on#1{\leavevmode\UL@ender \let\UL@on\UL@onin \everymath{\UL@hrest}\everyvbox{\UL@hrest}\let\hskip\UL@hskip - \let\par\UL@par \let\\\UL@cr \let\-\UL@dischyp \let\newline\UL@newline \let\ \UL@space \def\hfil{\hskip\z@ plus1fil\relax}\def\hfill{\hskip\z@ plus1fill\relax}% \def\hss{\hskip\z@ plus1filminus1fil\relax}\let\penalty\UL@penalty @@ -314,7 +313,7 @@ % Process LaTeX \package options; plain TeX skips this section \expandafter\ifx\csname ProvidesPackage\endcsname \relax \else - \ProvidesPackage{ulem}[2011/03/18] + \ProvidesPackage{ulem}[2012/05/18] \DeclareOption{normalem}{\normalem} \DeclareOption{ULforem}{\ULforem} \DeclareOption{normalbf}{} @@ -523,6 +522,7 @@ All the underlining commands are robust in LaTeX. % 2009: Accept \par in argument (\long) % 2010: Include \dotuline and \dashuline, typeset documentation, add \UL@setULdepth % 2011: Change \dimen@ to \UL@height +% 2012: Removed \let\par garbage % % Send problem reports to asnd@triumf.ca % |