mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-tikz-opm.
* gnu/packages/tex.scm (texlive-tikz-opm): New variable.
This commit is contained in:
parent
df4af09f21
commit
599cf2cb46
1 changed files with 18 additions and 0 deletions
|
@ -4650,6 +4650,24 @@ (define-public texlive-tikz-network
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue