Tufte-LaTeX / tufte-latex

A Tufte-inspired LaTeX class for producing handouts, papers, and books
https://tufte-latex.github.io/tufte-latex/
1.68k stars 302 forks source link

Inform nag package about tufte captions #108

Open javaprog opened 8 years ago

javaprog commented 8 years ago

The nag package is a convenient tool for checking compliance with a set of rules for writing good LaTeX code. However, it complains about figures and tables without captions in tufte-latex documents. The reason is that the nag package does not know about tufte-specific \caption command. As is explained in this Stackoverflow post, this can easily be fixed. The tufte-latex package should do this automatically, if the nag package is loaded.

javaprog commented 8 years ago

Added pull request #109.