GNU bug report logs -
#73216
[PATCH 1/2] gnu: Add emacs-org-texlive-collection.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 14 Sep 2024 01:08:02 +0900
with message-id <87ldzvtu3h.fsf <at> gmail.com>
and subject line Re: [bug#73216] [PATCH 2/2] gnu: emacs-org: Mention the emacs-org-texlive-collection in description.
has caused the debbugs.gnu.org bug report #73216,
regarding [PATCH 1/2] gnu: Add emacs-org-texlive-collection.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73216: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73216
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-org-texlive-collection): New variable.
Change-Id: I4039e67f174d0440f351da6d11634f0ceea191cd
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7368589d7b..de42d9ebd9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31,7 +31,7 @@
;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2017 Mike Gerwitz <mtg <at> gnu.org>
-;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
+;;; Copyright © 2017-2024 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15 <at> gmail.com>
;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl <at> gnu.org>
;;; Copyright © 2018, 2019, 2020, 2021 Pierre Neidhardt <mail <at> ambrevar.xyz>
@@ -17655,6 +17655,29 @@ (define-public emacs-org-contrib
compatible with the Org stable version.")
(license license:gpl3+)))
+(define-public emacs-org-texlive-collection
+ (package
+ (inherit emacs-org)
+ (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.
+ (synopsis "Basic TexLive packages for Org-mode LaTeX export")
+ (description "This meta-package propagates the TexLive packages minimally
+required by the Org-mode produced LaTeX output.")))
+
(define-public emacs-org-contacts
;; XXX: Upstream does not tag version bumps. Commit below matches latest
;; version bump.
base-commit: f5449685143be0805a8a9b54ddecee94e368c6e9
--
2.46.0
[Message part 3 (message/rfc822, inline)]
Hi,
Pushed! Thanks for the review, Liliana.
--
Thanks,
Maxim
This bug report was last modified 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.