Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[total={6in,10in},left=1.5in,top=0.5in,includehead,includefoot]{geometry}
\usepackage{lipsum}
\usepackage[french,bordercolor=none,backgroundcolor=pink,linecolor=none,textsize=footnotesize,textwidth=0.75in,shadow]{todonotes}
%\reversemarginpar
\begin{document}
\tableofcontents
\chapter{Test chapter one}
\todo{This is just another test!}
\lipsum[1-7]\todo{This is again just another lame test!}\clearpage
\chapter{Test chapter one}
\lipsum[1-30]
\end{document}
textwidth=0.75in
command since the default is too large. Why ?The second to-do note is not at a proper place. Why ?
Also, is it possible to draw to-dos without rounded corners ?
How can I change the default text style ? I would prefer to have the default to-do text displayed in sans serif text.
Lastly, how can I reduce the shadow intensity? It's too dark for my taste.
The documentation doesn't say anything about these.