From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 00:52:33 2022 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 05:52:33 +0000 Received: from localhost ([127.0.0.1]:54066 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCxhx-00039s-Km for submit@debbugs.gnu.org; Thu, 27 Jan 2022 00:52:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:52350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCxhw-00039k-EV for submit@debbugs.gnu.org; Thu, 27 Jan 2022 00:52:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60114) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCxhu-0006Al-Hw for guix-patches@gnu.org; Thu, 27 Jan 2022 00:52:30 -0500 Received: from mx1.dismail.de ([78.46.223.134]:4013) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCxhr-00085w-Ts for guix-patches@gnu.org; Thu, 27 Jan 2022 00:52:29 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id fd565a32 for ; Thu, 27 Jan 2022 06:52:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=8O6EvUHpwN4Krei3Mf9MA0N0XOjWvwiBY+JiZRRIs04=; b= KQQMAw4kyv+FyjKBBnaco6NPGxsv8Sl7U2MH0SexOyOzGPyR42g3kpxAMB2Y2Gy/ INGVCn5cDDuDOWSuk1w6Onc7WCCmb63bXnJViKWuAkiJr95gdgr7+PrihR73egJ0 vuFSv+opaPwIwlNSFLCNE3xurlwU7UzH2sQDyE+FQWzp91q1xbcR8eAxmPTm4DJI 53WVMMpaYC5PYXb+P1dj9v1dXAnjrVrJDb5E+f08PfkhyLIhGuOPn/T5tEikUfTA jgdiD83HCI1MkJV0OEI6W/5RWT9clTLO21L+ydbJnmgIjvfBkRBrNfWntl/xQcln 9+zuRgJxL03LP32ztWtU6w== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c5fb3a3e for ; Thu, 27 Jan 2022 06:52:24 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 9752bf42 for ; Thu, 27 Jan 2022 06:52:23 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 31d2ca69 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 27 Jan 2022 06:52:17 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-ddphonism. Date: Thu, 27 Jan 2022 00:51:31 -0500 Message-Id: <20220127055130.17895-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/tex.scm (texlive-ddphonism): New variable. --- Hi, This is a WIP. Any feedback is much welcome. all best, jgart gnu/packages/tex.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 89f60f89d5..da47874ec6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -9953,6 +9953,31 @@ (define-public texlive-xifthen handle complex tests.") (license license:lppl))) +(define-public texlive-ddphonism + (package + (inherit (simple-texlive-package + "texlive-ddphonism" + (list "/tex/latex/ddphonism/ddphonism.sty" + "/tex/latex/ddphonism/ddphonism.tex") + (base32 + "09s324nj6g8nlib9wilpy01prixrw1ilwlvl638hgv5rxsspza5y") + #:trivial? #t)) + (inputs + (list texlive-latex-hyperref + texlive-latex-tools + texlive-etoolbox + texlive-latex-pgf + texlive-latex-l3packages + texlive-latex-listings)) + (home-page "https://www.ctan.org/pkg/ddphonism") + (synopsis "Dodecaphonic diagrams for LaTeX") + (description +"This is a music-related package which is focused on notation from +the Twelve-Tone System, also called Dodecaphonism. It provides LaTeX +algorithms that produce typical dodecaphonic notation based off a musical +series, or row sequence, of variable length.") + (license license:lppl1.3c+))) + (define-public bibtool (package (name "bibtool") -- 2.34.1