Following on from my previous question instructor student version I tried using the suggested package versonotes answer as given by @Willie Wong.
The following MWE
\documentclass{report}
\usepackage{versonotes}
\begin{document}
\chapter{First}
This is just some random text so I can show a versonote.\versonote{This is the versonote referring to the text I just wrote.}
\end{document}
produces the following warnings:
Package versopages Warning: page 1 verso text will be ignored on input line 5. Package versopages Warning: page 1 verso text will be ignored on input line 6. )
I have made multiple passes to get the formatting but why is it being ignored?
I have compiled the sample.tex given with the package and it works fine!
Am I missing something incredibly simple?
\tableofcontents\cleardoublepagebefore\chapter{First}and the warning will vanish, having the verso note on the 2nd page (the 'empty' one afterContents) (\chapterwill appear on the recto page normally, unless `openany' has specified) – Aug 11 '16 at 15:49