[Nix-dev] NIXPKGS environment variable in nixos-rebuild
Marco Maggesi
maggesi at math.unifi.it
Wed Jul 20 14:51:55 CEST 2011
Well, it was easier than I thought:
there where an error in my latex source (a missing reference) that stopped runLaTeX from going through all the necessary phases.
Sorry for the noise.
Thanks,
Marco
On Jul 20, 2011, at 2:31 PM, maggesi at math.unifi.it wrote:
> Actually I found the problem, but I don't have a good solution yet.
> I just realized by manual experimentation that my latex sources need to be recompiled twice before the bbl can take effect, i.e.,
>
> pdflatex hoat
> bibtex hoat
> pdflatex hoat
> pdflatex hoat
>
> I don't know why it is like this (e.g., if it depends on something bad in my latex sources) and how to detect the need of this ulterior recompilation (emacs seems to be able to do that, that's probably why I never noticed this fact before).
>
> Marco
More information about the nix-dev
mailing list