Is there a way to add annotations to the margins beside items of an enumeration?
Consider for example the following pseudo-code:
\documentclass{article}
\usepackage{enumerate}
\begin{document}
\begin{enumerate}[a)}
\specialitem[First annotation] First item %% "First annotation" should appear on the margin beside the first item
\specialitem[second annotation] Second item %% %% "First annotation" should appear on the margin beside the first item
\end{document}
If so, how can I adjust it, such that the annotations are aligned to the top, center or bottom of the item and appear on the left or on the right margin beside the item?
Note that I want for each item an individual (small) text on the margin, not something auto-generated. The automatic enumeration "[a)]" in my case should not be affected by this, the note on the margin should be additional to the automatic enumeration!


minimalfor MWE: Why should the minimal class be avoided? – Peter Grill Jun 05 '14 at 20:23