Prepared release of 1.1.2.

master
Jacopo De Simoi 12 months ago
parent 4e30a0554e
commit f2b53a83be
  1. 9
      todonotes.dtx

@ -1,6 +1,6 @@
&% \iffalse meta-comment &% \iffalse meta-comment
% %
% Copyright (C) 2015 by Henrik Skov Midtiby <henrikmidtiby@gmail.com> % Copyright (C) 2019 by Henrik Skov Midtiby <henrikmidtiby@gmail.com>
% ------------------------------------------------------- % -------------------------------------------------------
% %
% This work may be distributed and/or modified under the % This work may be distributed and/or modified under the
@ -20,7 +20,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{todonotes} %<package>\ProvidesPackage{todonotes}
%<*package> %<*package>
[2018/11/22 v1.1.1 Todonotes source and documentation.] [2019/01/24 v1.1.2 Todonotes source and documentation.]
%</package> %</package>
% %
%<*driver> %<*driver>
@ -45,7 +45,7 @@
%</driver> %</driver>
% \fi % \fi
% %
% \CheckSum{710} % \CheckSum{717}
% %
% \CharacterTable % \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@ -204,6 +204,7 @@
% Steamline which options that are accepted to size commands % Steamline which options that are accepted to size commands
% (both commands (backslash tiny) and text (tiny) are now supported).} % (both commands (backslash tiny) and text (tiny) are now supported).}
% \changes{1.1.1}{2018/11/22}{Implemented shadow and noshadow options for the todo command.} % \changes{1.1.1}{2018/11/22}{Implemented shadow and noshadow options for the todo command.}
% \changes{1.1.2}{2019/01/24}{Fix issue 36 and 37.}
% \GetFileInfo{todonotes.dtx} % \GetFileInfo{todonotes.dtx}
% %
% \DoNotIndex{\newcommand,\newenvironment} % \DoNotIndex{\newcommand,\newenvironment}
@ -1982,7 +1983,7 @@ prior to loading the todonotes package.} \else\fi%
% \begin{macrocode} % \begin{macrocode}
\newcommand{\todo}[2][]{% \newcommand{\todo}[2][]{%
% Needed to output any dangling \item of a noskip section (see #36): % Needed to output any dangling \item of a noskip section (see #36):
\if@inlabel \leavevmode \fi \if@inlabel \leavevmode \fi
\if@noskipsec \leavevmode \fi \if@noskipsec \leavevmode \fi
\if@todonotes@inlinepar \if@todonotes@inlinepar
\ifhmode \ifhmode

Loading…
Cancel
Save