I'm getting "nag Warning: Unmatched ``\flushright'' command" from nag:
\RequirePackage[orthodox]{nag} \documentclass{article} \begin{document} \flushright some text \end{document} It does not help to group the flushright:
{\flushright some text} I don't understand what "Unmatched" means in this warning, and I don't understand how nag would like to see \flushright used. What is orthodox?