I badly need to have marginal notes on the left margin.
The command \marginpar does not work.
Supposedly, \marginnote works, and this needs the marginnote package.
OK, I tried, but nothing happens.
Here is the LaTeX code:
\documentclass{article}
\usepackage{marginnote}
\begin{document}
This is normal text.
\marginnote[left]{right}
\end{document}
Unfortunately, anything I put on the [left] field is ignored.
Any help would be greatly appreciated!
