[Nix-dev] texlive.scheme-full and texdoc

Vladimír Čunát vcunat at gmail.com
Sat Sep 10 01:08:48 CEST 2016


Hi!

On 09/10/2016 12:53 AM, Ruben Astudillo wrote:
> What can I do to have official documentation locally?

It's not installed by default, because most people look it up on the
internet anyway; see the docs for details how you can do it:
http://nixos.org/nixpkgs/manual/#sec-language-texlive ;-)

I successfully tested the following on upcoming texlive-2016:
$ nix-build -E 'with import ./. {}; texlive.combine { inherit (texlive)
scheme-basic texdoc geometry luatex; pkgFilter = pkg: pkg.tlType ==
"run" || pkg.tlType == "bin" || pkg.pname == "geometry"; }' -Q
$ ./result/bin/texdoc geometry

--Vladimir


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3771 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160910/74d3037c/attachment-0001.p7s>


More information about the nix-dev mailing list