diff options
Diffstat (limited to 'macros/latex/contrib/titlesec/titletoc.sty')
-rw-r--r-- | macros/latex/contrib/titlesec/titletoc.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/titlesec/titletoc.sty b/macros/latex/contrib/titlesec/titletoc.sty index e7a5b6e518..99164ae1d7 100644 --- a/macros/latex/contrib/titlesec/titletoc.sty +++ b/macros/latex/contrib/titlesec/titletoc.sty @@ -1,5 +1,5 @@ % -% Copyright (C) 1998-2019 Javier Bezos http://www.texnia.com +% Copyright (C) 1998-2021 Javier Bezos http://www.texnia.com % % This file may be distributed and/or modified under the conditions of % the MIT License. A version can be found at the end of this file. @@ -7,7 +7,7 @@ % Repository: https://github.com/jbezos/titlesec % -\ProvidesPackage{titletoc}[2019/10/16 v2.13 TOC entries] +\ProvidesPackage{titletoc}[2021/07/05 v2.14 TOC entries] % The following tags are used: % ttl@ : the generic one, shared with titlesec @@ -531,7 +531,7 @@ \AtBeginDocument{% \ifx\ttl@gobblecontents\@undefined - \def\ttl@gobblecontents#1#2#3{\ignorespaces}% + \def\ttl@gobblecontents#1#2#3#4{\ignorespaces}% \fi} \def\ttl@toctop{-1000} |