mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Add texlive-frimurer.
* gnu/packages/tex.scm (texlive-frimurer): New variable.
This commit is contained in:
parent
ed37c9ee53
commit
637646247b
1 changed files with 24 additions and 0 deletions
|
@ -12594,6 +12594,30 @@ (define-public texlive-frenchmath
|
|||
@end itemize")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-frimurer
|
||||
(package
|
||||
(name "texlive-frimurer")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/frimurer/"
|
||||
"fonts/afm/public/frimurer/"
|
||||
"fonts/enc/dvips/frimurer/"
|
||||
"fonts/tfm/public/frimurer/"
|
||||
"fonts/type1/public/frimurer/"
|
||||
"source/fonts/frimurer/"
|
||||
"tex/latex/frimurer/")
|
||||
(base32
|
||||
"072mbcn6272rs1sw85xznk0f7psqh3dkz8y0hayn8y7a83vcrfgr")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/frimurer")
|
||||
(synopsis "Access to the @emph{frimurer} cipher for use with LaTeX")
|
||||
(description
|
||||
"This package provides access to the @emph{frimurer} cipher for use with
|
||||
LaTeX.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-frletter
|
||||
(package
|
||||
(name "texlive-frletter")
|
||||
|
|
Loading…
Reference in a new issue