Hi Peter, Yes, that works like a charm, thanks. I already got the solution from someone on this list and I replied to that, but now I see the list wasn't cc'ed. So this issue can be closed now :)
Thanks again On Fri, Jan 13, 2012 at 6:44 PM, Peter Simons <[email protected]> wrote: > Hi Mathijs, > > > I need something called wrapfig.sty (emacs org-mode uses it). After > > some searching, I found it's part of texLiveExtra. > > I may have misunderstood what exactly you want to do, but it looks to me > like you need to add > > { > packageOverrides = pkgs: rec > { > myLatex = pkgs.texLiveAggregationFun { > paths = [ pkgs.texLive pkgs.texLiveExtra ]; > }; > }; > } > > to ~/.nixpkgs/config.nix, and then install the 'myLatex' attribute into > your profile. > > See <http://nixos.org/wiki/TexLive_HOWTO> for more about that. > > Take care, > Peter > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
