{nag} is a package that provides routines to warn the user about the use of commands, classes and packages which are outdated and superseded.
14
votes
1answer
178 views
Is there a nag package for TikZ?
It turns out that I've been using several deprecated commands, such as \tikzstyle and right of. Is there any way to have TikZ or pdfLaTeX warn in those cases, such as nag does?
5
votes
1answer
55 views
can't find issues identified by nag
I am somewhat new to LaTeX, but am currently working on a project (trying to use pdflatex for automated .pdf report rendering). I just learned about
\RequirePackage[l2tabu, orthodox]{nag}
today, ...
3
votes
2answers
54 views
Use of \GetIdInfoAuxI doesn't match its definition and other errors
I have several errors reported with this minimal example (latest TeX Live 2012).
The errors were introduced with recent TeX Live updates.
\RequirePackage[l2tabu, orthodox]{nag}
...
2
votes
2answers
255 views
center and \centering both add space above; \centerline does not
The nag package suggests I use the center environment in LaTeX, rather than the TeX \centerline command.
When I do that, however, I find that the former inserts a blank line above the line (in my ...
6
votes
1answer
132 views
Do I need onlyamsmath when using nag?
I already read questions about recommended packages, and they often have the advice for
\RequirePackage[l2tabu, orthodox]{nag}
and
\usepackage[all, warning]{onlyamsmath}
I use nag for quite some ...
4
votes
1answer
154 views
nag complains about \centerline in environment “shaded” from package framed
Running this with Miktex, pdflatex, Windows, TeXnicCenter, everything fully up to date:
\documentclass{article}
\usepackage[l2tabu]{nag}
\usepackage{xcolor}
\usepackage{framed}
...
7
votes
2answers
147 views
Conflict between nag and babel spanish
The following code gives me loads of Font csname csname T1/cmtt/m/sc/10endcsname not found errors.
\RequirePackage[l2tabu,orthodox]{nag}
\documentclass{article}
\usepackage[utf8]{inputenc}
...
7
votes
1answer
286 views
nag l2tabu caption/label checking versus \subcaptionbox
The nag package used with the l2tabu option complains when \label is used in a float without following a \caption. Unfortunately, it does not understand that the first argument of \subcaptionbox from ...

