GNU bug report logs -
#73216
[PATCH 1/2] gnu: Add emacs-org-texlive-collection.
Previous Next
Full log
Message #34 received at 73216 <at> debbugs.gnu.org (full text, mbox):
Hello,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> +(define-public emacs-org-texlive-collection
> + (package
> + (inherit emacs-org)
I don't understand why this inherits from Emacs Org. You're basically
creating a specific TeX Live collection here. This should probably go to
"tex.scm".
> + (name "emacs-org-texlive-collection")
> + (source #f)
> + (build-system trivial-build-system)
> + (arguments (list #:builder #~(mkdir #$output)))
> + (native-inputs '())
> + (inputs '())
> + (propagated-inputs
> + (list texlive-amsmath
> + texlive-capt-of
> + texlive-graphics ;for graphicx, rotating
> + texlive-hyperref
> + texlive-titling
> + texlive-tools ;for longtable
> + texlive-ulem
> + texlive-wrapfig
> + texlive-scheme-small)) ;for amsfonts, fontspec, inputenc, etc.
This is much larger than what Org expects. The scheme above provides
XeTeX and Metapost, for example. I think it should be leaner if it
propagated provided texlive-collection-latexrecommended and a few
additional packages.
Note that texlive-tools, texlive-graphics and texlive-amsmath are
included already in texlive-scheme-small (and
texlive-collection-latexrecommended for that matter).
Out of my memories, I think it also needs texlive-soul.
> + (synopsis "Basic TexLive packages for Org-mode LaTeX export")
Nitpick: TeX Live. Org mode.
> + (description "This meta-package propagates the TexLive packages minimally
> +required by the Org-mode produced LaTeX output.")))
Ditto.
> +
> (define-public emacs-org-contacts
> ;; XXX: Upstream does not tag version bumps. Commit below matches latest
> ;; version bump.
>
> base-commit: f5449685143be0805a8a9b54ddecee94e368c6e9
Regards,
--
Nicolas Goaziou
This bug report was last modified 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.