diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-10 22:39:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-10 22:39:17 +0000 |
commit | bc97ea7e20f6794c2511d83772db826a4d9cb5d9 (patch) | |
tree | ce8a465b33a24a12694bb422674beba236d8f225 /Master/texmf-dist/source/latex/todonotes | |
parent | 8284b99c6fa05747925445552dcb2852f3b8201f (diff) |
todonotes (10jul15)
git-svn-id: svn://tug.org/texlive/trunk@37829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/todonotes')
-rw-r--r-- | Master/texmf-dist/source/latex/todonotes/todonotes.dtx | 62 |
1 files changed, 10 insertions, 52 deletions
diff --git a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx index 718f89bebb0..7c4866551ad 100644 --- a/Master/texmf-dist/source/latex/todonotes/todonotes.dtx +++ b/Master/texmf-dist/source/latex/todonotes/todonotes.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright (C) 2008 by Henrik Skov Midtiby <henrikmidtiby@gmail.com> +% Copyright (C) 2015 by Henrik Skov Midtiby <henrikmidtiby@gmail.com> % ------------------------------------------------------- % % This file may be distributed and/or modified under the @@ -22,14 +22,14 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{todonotes} %<*package> - [2012/07/25 .dtx Todonotes source and documentation.] + [2015/07/09 .dtx Todonotes source and documentation.] %</package> % %<*driver> \documentclass{ltxdoc} \usepackage{wrapfig} \usepackage[colorlinks, linkcolor=black, urlcolor=blue]{hyperref} -\usepackage[colorinlistoftodos, shadow]{todonotes}[2012/07/25] +\usepackage[colorinlistoftodos, shadow]{todonotes}[2015/07/09] \usepackage{amsmath} \usepackage{setspace} \usepackage{soul} @@ -182,6 +182,8 @@ % Added Croatian translation by Ican Kokan. % Changed default with of missingfigure. % Removed some underfull box warnings, solution by Ernst Blecha.} +% \changes{1.0.4}{2015/07/09}{Restructured documentation and placed some examples in the +% doc/examples subdirectory.} % \GetFileInfo{todonotes.dtx} % % \DoNotIndex{\newcommand,\newenvironment} @@ -220,13 +222,13 @@ % % Some alternatives for the todonotes package are: % \begin{itemize} -% \item \href{http://mirrors.ctan.org/tex-archive/macros/latex/contrib/easy-todo}{easy-todo}\\ +% \item \href{http://ctan.org/pkg/easy-todo}{easy-todo}\\ % Depends on |color|, |tocloft| and |ifthen|, small feature set. -% \item \href{http://mirrors.ctan.org/tex-archive/macros/latex/contrib/fixmetodonotes}{fixmetodonotes}\\ +% \item \href{http://ctan.org/pkg/fixmetodonotes}{fixmetodonotes}\\ % Depends on |graphicx|, |color|, |transparent|, |watermark|,|fix-cm|, |ulem| and |tocloft|, small feature set. -% \item \href{http://mirrors.ctan.org/tex-archive/macros/latex/contrib/todo}{todo}\\ +% \item \href{http://ctan.org/pkg/todo}{todo}\\ % Depends on |amssymb|, medium feature set. -% \item \href{http://mirrors.ctan.org/tex-archive/macros/latex/contrib/fixme}{fixme}\\ +% \item \href{http://ctan.org/pkg/fixme}{fixme}\\ % Large package with a lot of features. % \end{itemize} % The main reason for considering other packages is that the todonotes @@ -1093,7 +1095,7 @@ % The code is slightly modified from % \url{http://tex.stackexchange.com/questions/18838/replacing-page-number-with-other-counter-in-listoftodos}. % An example of the modified list of todos is shown below, the complete -% code example is given in appendix \ref{appssecAlterAppearenceOfListoftodos}.\\ +% code example is given in the example directory.\\ % \noindent % \begin{tikzpicture} % \draw node[shape=rectangle, fill=black!30, inner sep=1mm]{\includegraphics[width=\linewidth-2mm]{img/AlteredAppearenceOfListOfTodos.png}}; @@ -1818,50 +1820,6 @@ % \end{macrocode} % \end{macro} % \appendix -% \section{Longer code examples} -% \subsection{Alter appearence of the list of todos} -% \label{appssecAlterAppearenceOfListoftodos} -% \begin{verbatim} -% \documentclass{book} -% -% \usepackage{todonotes} -% \usepackage{lipsum} -% \makeatletter -% \def\myaddcontentsline#1#2#3{% -% \addtocontents{#1}{\protect\contentsline{#2}{#3}{see \thesection\ at p. \thepage}{}}} -% \renewcommand{\@todonotes@addElementToListOfTodos}{% -% \if@todonotes@colorinlistoftodos% -% \myaddcontentsline{tdo}{todo}{{% -% \colorbox{\@todonotes@currentbackgroundcolor}% -% {\textcolor{\@todonotes@currentbackgroundcolor}{o}}% -% \ \@todonotes@caption}}% -% \else% -% \myaddcontentsline{tdo}{todo}{{\@todonotes@caption}}% -% \fi}% -% \newcommand*\mylistoftodos{% -% \begingroup -% \setbox\@tempboxa\hbox{see 9.9 at p. 99}% -% \renewcommand*\@tocrmarg{\the\wd\@tempboxa}% -% \renewcommand*\@pnumwidth{\the\wd\@tempboxa}% -% \listoftodos% -% \endgroup -% } -% \makeatother -% -% \begin{document} -% \chapter{My first chapter} -% \section{A first section} -% \lipsum -% \todo{This is a note} -% \section{Another section} -% \lipsum -% \todo{This is another note} -% -% \tableofcontents -% \mylistoftodos -% \end{document} -% \end{verbatim} -% % \newpage % \Finale \endinput |