[Nix-dev] texlive-core and texlive-extra
Mathijs Kwik
mathijs at bluescreen303.nl
Fri Jan 13 19:52:12 CET 2012
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 <simons at cryp.to> 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
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
More information about the nix-dev
mailing list