From 03068f1e5f01fde67f53aa1ea7dcb477c0ab669e Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Mon, 11 May 2020 20:03:54 +0900 Subject: [PATCH 2/7] gnu: Add texlive-flexisym. To: guix-patches@gnu.org * gnu/packages/tex.scm (texlive-flexisym): New variable. --- gnu/packages/tex.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f6d92b5f1c..6727a2c985 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7339,3 +7339,24 @@ styles as well as the optional active quotes are freely configurable.") they need for breqn to work. The package offers support for breqn and is part of the bundle of the same name.") (license license:lppl1.3c+))) + +(define-public texlive-flexisym + (package + (inherit (simple-texlive-package + "texlive-flexisym" + (list "/tex/latex/breqn/flexisym.sty" + "/tex/latex/breqn/cmbase.sym" + "/tex/latex/breqn/mathpazo.sym" + "/tex/latex/breqn/mathptmx.sym" + "/tex/latex/breqn/msabm.sym" + "/doc/latex/breqn/flexisym.pdf") + (base32 "0vjhk94s7z83wcb38ww5nzbjywvybfwm6vg7a2yy8ic2sjm0pjxj") + #:trivial? #t)) + (propagated-inputs `(("texlive-latex-l3kernel" ,texlive-latex-l3kernel) + ("texlive-mathstyle" ,texlive-mathstyle))) + (home-page "https://www.ctan.org/pkg/flexisym") + (synopsis "Symbol manipulation for breqn") + (description "Flexisym converts mathematical symbol definitions to the form +they need for breqn to work. The package offers support for breqn and is part +of the bundle of the same name.") + (license license:lppl1.3c+))) -- 2.26.2