diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex index 1409fe837fb..740e9d2517f 100644 --- a/Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex +++ b/Master/texmf-dist/doc/latex/todonotes/todonotesexample.tex @@ -1,6 +1,6 @@ \documentclass{article} \usepackage[colorlinks]{hyperref} -\usepackage[colorinlistoftodos, textwidth=4cm, shadow]{todonotes} +\usepackage[colorinlistoftodos, textwidth=4cm, shadow, disable]{todonotes} \usepackage{amsmath} \usepackage[displaymath, tightpage]{preview} @@ -48,5 +48,6 @@ todonote that certainly will fill more than a single line in the list of todos \ldots} sagittis metus. \missingfigure{A figure I have to make \ldots} +\missingfigure[figwidth=\textwidth]{A figure I have to make \ldots} \end{document} |