diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex b/Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex index 440efb05d9b..dfeddbacffb 100644 --- a/Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex +++ b/Master/texmf-dist/doc/latex/easy-todo/easy-todo.tex @@ -5,12 +5,12 @@ \begin{document} \title{The \texttt{easy-todo} package} \author{Juan Rada-Vilela} - \date{January, 2011} + \date{November, 2013} \maketitle \begin{abstract} - The \texttt{easy-todo} package allows to add TODO notes all along the document and show the list of TODOs as an index with references. + The \texttt{easy-todo} package allows to create TODO notes in a document and show the list of TODOs as an index with references. \end{abstract} \section{Options} @@ -18,7 +18,9 @@ \begin{description} \item [enabled] Shows the TODO notes as well as the index. - \item [disabled] Hides the TODO notes as well as the index. Useful for printing drafts without the TODO notes but keeping them in the document. + \item [enable] Same as before. + \item [disabled] Hides the TODO notes as well as the index. Useful for printing drafts without the TODO notes, but keeping them in the document. + \item [disable] Same as before. \item [final] Same as disabled. \item [chapter] Prints the list of TODOs as a chapter. \item [section] Prints the list of TODOs as a section. @@ -32,13 +34,19 @@ \section{Commands} \begin{description} - \item [\textbackslash todo\{note\}] Adds in the same location a TODO note with text \texttt{note}. - \item [\textbackslash listoftodos] Creates the list of TODOs in the same location as used. + \item [\textbackslash todo\{note\}] Creates a note with text ``\texttt{note}''. + \item [\textbackslash todoi\{note-i\}] Creates an empty note with information ``\texttt{note-i}'' appearing only at the index. + \item [\textbackslash todoii\{note-ii\}\{information\}] Creates a note with ``\texttt{note-ii}'' inplace and ``\texttt{information}'' at the index. + \item [\textbackslash listoftodos] Creates the list of TODOs. \end{description} + + \section{Changelog} + \begin{itemize} + \item Added options \textbf{enable} and \textbf{disable} + \item Added commands \textbf{todoi}, \textbf{todoii} + \end{itemize} - \todo{This is a TODO note} + This is a todo \todo{note} that appears in full everywhere. This is a todoi \todoi{note i} that appears as a number and the note at the index. This is a todoii \todoii{hint}{information} note that shows a hint at the place and the information at the index. - \todo{I wish there was more to mention about this package, but it is so simple that it is straight-forward to understand the beginner's code} - - \listoftodos -\end{document}
\ No newline at end of file + \listoftodos +\end{document} |