mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-pfdicons.
* gnu/packages/tex.scm (texlive-pfdicons): New variable.
This commit is contained in:
parent
06cda1cb79
commit
9c2a372b39
1 changed files with 22 additions and 0 deletions
|
@ -5377,6 +5377,28 @@ (define-public texlive-perfectcut
|
|||
reimplementation of @code{\\big}, @code{\\bigg}, etc.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pfdicons
|
||||
(package
|
||||
(name "texlive-pfdicons")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pfdicons/" "tex/latex/pfdicons/")
|
||||
(base32
|
||||
"16xdy0ah7za1gr63w1pdfvbq8x4fkin7q0yfpml7y4wv7m1qxqgc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pfdicons")
|
||||
(synopsis "Draw process flow diagrams in chemical engineering")
|
||||
(description
|
||||
"This package provides TikZ shapes to represent commonly encountered unit
|
||||
operations for depiction in process flow diagrams (PFDs) and, to a lesser
|
||||
extent, process and instrumentation diagrams (PIDs). The package was designed
|
||||
with undergraduate chemical engineering students and faculty in mind, and the
|
||||
number of units provided should cover--in Turton's estimate--about 90 percent
|
||||
of all fluid processing operations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue