Using the tufte-book class, I get three different warnings just with these six lines of code:
\documentclass{tufte-book}
\usepackage{lipsum}
\begin{document}
\marginnote{Foo}
\lipsum[1-5]
\end{document}
The warnings I get are
LaTeX Warning: Marginpar on page 1 moved.
Package bibentry Warning: You have used \nobibliography* without a following \bibliography.
Underfull \vbox (badness 10000) has occurred while \output is active
This isn't the first time I've had issues with this class, and I'm very tempted to just give up on it.
Is there an easy way to silence those warnings or should I move on?
nobibdocument class option to suppress the warning (and disable the built-in bibliography code). (3) This will vary based on the actual content of your document. Adding more or less text will likely resolve this. – godbyk May 18 '19 at 22:47Foo\marginnote{Bar} Baz, but the warning is still there. (3) I get this warning every time a new page is outputted. What's wrong with the length of the\lipsum[1-5]text, why should I need to add or remove any text? – noibe May 19 '19 at 12:53