diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-18 22:37:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-18 22:37:42 +0000 |
commit | 5440ee363f20f316c72015271362d94327c871cd (patch) | |
tree | 16192de0d605fad7a4d636ce58726879356dd82d /Master/texmf-dist/tex | |
parent | 3fdf03421f7051f57f232646be4788e4234a8a62 (diff) |
sesstime (18jan19)
git-svn-id: svn://tug.org/texlive/trunk@49750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/sesstime/sesstime.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/sesstime/sesstime.sty b/Master/texmf-dist/tex/latex/sesstime/sesstime.sty index 0e50d0a8d95..b8008eda489 100644 --- a/Master/texmf-dist/tex/latex/sesstime/sesstime.sty +++ b/Master/texmf-dist/tex/latex/sesstime/sesstime.sty @@ -6,7 +6,7 @@ %% %% sesstime.dtx (with options: `package') %% -%% Copyright (C) 2016-2018 Niklas Beisert +%% Copyright (C) 2016-2019 Niklas Beisert %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -17,7 +17,7 @@ %% version 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\ProvidesPackage{sesstime}[2018/01/17 v1.11 session timing marks] +\ProvidesPackage{sesstime}[2019/01/17 v1.12 session timing marks] \RequirePackage{keyval} \def\sti@flags{} @@ -92,11 +92,11 @@ \dimen@\prevdepth% \nointerlineskip% \if r#1% - \smash{\rlap{\hspace{\textwidth}\parbox[t]{\sti@widthr}% - {\raggedright\renewcommand{\bfdefault}{b}#2}}}% + \hbox{\smash{\rlap{\hspace{\textwidth}\parbox[t]{\sti@widthr}% + {\raggedright\renewcommand{\bfdefault}{b}#2}}}}% \else% - \smash{\llap{\parbox[t]{\sti@widthl}% - {\raggedleft\renewcommand{\bfdefault}{b}#2}}}% + \hbox{\smash{\llap{\parbox[t]{\sti@widthl}% + {\raggedleft\renewcommand{\bfdefault}{b}#2}}}}% \fi% \prevdepth\dimen@% \@esphack% |