Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
%% =================================================================================================
%% Notes
%% =================================================================================================
\usepackage{todonotes}
\newcounter{ubcomment}
\newcommand{\ubcomment }[2][]{
\refstepcounter{ubcomment}
{
\todo[linecolor=black, backgroundcolor={green!40!},size=\footnotesize ]{
\textbf{Fixme: UB [\uppercase{#1}\theubcomment]:}~#2}
}}
\newcommand{\ubcommentinline }[2][]{
\refstepcounter{ubcomment}
{
\todo[linecolor=black,inline,backgroundcolor={green!40!},size=\footnotesize ]{
\textbf{Fixme: UB [\uppercase{#1}\theubcomment]:}~#2}
}}
\newcommand{\ubcommentmultiline}[2]{
\refstepcounter{ubcomment}
{
\todo[linecolor=black,inline,backgroundcolor={green!40!},size=\footnotesize,
caption={\textbf{{Fixme: UB} [\theubcomment] #1}} ]{
\textbf{Fixme: UB [ \theubcomment]:}~#2}
}}
% add support for todo in equations
%\usepackage{marginnote}
%\makeatletter
%\renewcommand{\@todonotes@drawMarginNoteWithLine}{%
%\begin{tikzpicture}[remember picture, overlay, baseline=-0.75ex]%
% \node [coordinate] (inText) {};%
%\end{tikzpicture}%
%\marginnote[{% Draw note in left margin
% \@todonotes@drawMarginNote%
% \@todonotes@drawLineToLeftMargin%
%}]{% Draw note in right margin
% \@todonotes@drawMarginNote%
% \@todonotes@drawLineToRightMargin%
%}%
%}
%\makeatother