Friday, July 24, 2015

Find LaTeX multiply-defined labels

perl -nE 'say $1 if /(\\label[^}]*})/' *.tex | sort | uniq -c | sort -n
 
 http://www.mawode.com/blog/blog/2012/03/21/finding-duplicate-latex-labels/

No comments:

Post a Comment