diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/titlesec/titlesec.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/titlesec/titlesec.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/titlesec/titlesec.sty b/Master/texmf-dist/tex/latex/titlesec/titlesec.sty index ab4d0177cc7..67960ef25d4 100644 --- a/Master/texmf-dist/tex/latex/titlesec/titlesec.sty +++ b/Master/texmf-dist/tex/latex/titlesec/titlesec.sty @@ -5,7 +5,7 @@ % Copyright (c) 1998-2016 by Javier Bezos. % All Rights Reserved. % -% This file is part of the titlesec distribution release 2.10.1 +% This file is part of the titlesec distribution release 2.10.2 % ----------------------------------------------------------- % % It may be distributed and/or modified under the @@ -48,7 +48,7 @@ % ~~~~~~~ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{titlesec}[2016/03/15 v2.10.1 Sectioning titles] +\ProvidesPackage{titlesec}[2016/03/21 v2.10.2 Sectioning titles] % Initialization % ~~~~~~~~~~~~~~ @@ -755,9 +755,10 @@ \parindent\z@ \begingroup \ifttl@label + \noindent \sbox\z@{#2\strut\ttl@calc\hspace{#3}}% \hangindent\wd\z@ - \noindent\box\z@ + \box\z@ \fi #4{#8}% \kern\z@\strut\@@par |