me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tikz-opm.

* gnu/packages/tex.scm (texlive-tikz-opm): New variable.
Nicolas Goaziou 2023-07-13 10:38:18 +02:00
parent df4af09f21
commit 599cf2cb46
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -4650,6 +4650,24 @@ supported:
seamlessly integrated into the underlying LaTeX files.") seamlessly integrated into the underlying LaTeX files.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-tikz-opm
(package
(name "texlive-tikz-opm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tikz-opm/" "tex/latex/tikz-opm/")
(base32
"0kv26i1lfm9zsvqsajaz9fmz1gv7az3pknk29gg6zwjlg5nxqac3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tikz-opm")
(synopsis "Typeset OPM diagrams")
(description
"This package typesets OPM (Object-Process Methodology) diagrams using
LaTeX and PGF/TikZ.")
(license license:lppl1.3+)))
(define-public texlive-amiri (define-public texlive-amiri
(package (package
(name "texlive-amiri") (name "texlive-amiri")