Fix #3558: Emit warnings if footnotes and citations are not referenced

This commit is contained in:
Takeshi KOMIYA
2017-03-18 16:19:21 +09:00
parent 0df0a11cfa
commit 01cb3a75c7
4 changed files with 37 additions and 2 deletions

View File

@@ -35,6 +35,8 @@ Incompatible changes
* Footer "Continued on next page" of LaTeX longtable's now not framed (refs: #3497)
* #3529: The arguments of ``BuildEnvironment.__init__`` is changed
* #3082: Use latexmk for pdf (and dvi) targets (Unix-like platforms only)
* #3558: Emit warnings if footnotes and citations are not referenced. The
warnings can be suppressed by ``suppress_warnings``.
Features removed
----------------