diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-14 21:33:05 +0000 |
commit | 8a1ba7a964445830b92ee48b50d7d692c9329289 (patch) | |
tree | 0f024d4730c9ce18bf7d9d58a75332c25422a19b /Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty | |
parent | 8f4d3d5af538ac2403f2f7f34f7161a102d186a3 (diff) |
lwarp (14feb18)
git-svn-id: svn://tug.org/texlive/trunk@46638 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty index 0c29784b898..fc064eca47e 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-todonotes.sty @@ -22,6 +22,12 @@ \newcommand{\ext@todo}{tdo} \renewcommand{\l@todo}[2]{\hypertocfloat{1}{todo}{ldo}{#1}{#2}} +\let\LWRTODONOTES@orig@todototoc\todototoc + +\renewcommand*{\todototoc}{% +\phantomsection% +\LWRTODONOTES@orig@todototoc% +} \renewcommand{\@todonotes@drawMarginNoteWithLine}{ \fcolorbox |