summaryrefslogtreecommitdiff
path: root/support/chklref/test/tof.tex
blob: 5a405aadfe316c8292426077d9c15f6dfc1a744d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}
\usepackage{hyperref}
\usepackage{todonotes}

\begin{document}

\tableofcontents
\listoftodos


babla

\section{A Section}
\label{sec:one}

\todo[inline]{\ref{somelabel}}

\section{More on Section~\ref{sec:one}}

\end{document}