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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
