shiblon / latex-makefile

A Makefile for LaTeX - drop it in, type make, and magic happens.
Other
185 stars 30 forks source link

Make ends with undefined references #183

Open shiblon opened 8 years ago

shiblon commented 8 years ago

Originally reported on Google Code with ID 170

Okay I have some issues with reporting this one as an issue.

This happens when there are multiply defined labels in a document (which can happen
easily with complex documents).
In this case the make command stops after only two iterations of the pdflatex command
when 3 is required since I am also using bibtex.

I have attached an example file (test2.tex).
If there are no multiply defined labels (test2cor.tex), all works well.

Reported by antoine.merle on 2013-02-14 10:37:58