Skip to content
Snippets Groups Projects
Unverified Commit 26133b1f authored by Paul Garlick's avatar Paul Garlick
Browse files

gnu: Add texlive-fourier.

* gnu/packages/tex.scm: New variable.
parent b0b0257e
No related branches found
No related tags found
No related merge requests found
...@@ -7859,3 +7859,28 @@ (define-public texlive-bera ...@@ -7859,3 +7859,28 @@ (define-public texlive-bera
descendant) and Bera Mono (monospaced/typewriter). The Bera family is descendant) and Bera Mono (monospaced/typewriter). The Bera family is
a repackaging, for use with TeX, of the Bitstream Vera family.") a repackaging, for use with TeX, of the Bitstream Vera family.")
(license license:silofl1.1))) (license license:silofl1.1)))
(define-public texlive-fourier
(package
(inherit (simple-texlive-package
"texlive-fourier"
(list "/doc/fonts/fourier/"
"/fonts/afm/public/fourier/"
"/fonts/map/dvips/fourier/"
"/fonts/tfm/public/fourier/"
"/fonts/type1/public/fourier/"
"/fonts/vf/public/fourier/"
"/tex/latex/fourier/")
(base32
"1vs2xdx6f6hd01zlslx3y93g3dsa7k3yhqpnhgkizgjmz0r9ipz1")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/fourier")
(synopsis "Utopia fonts for LaTeX documents")
(description "Fourier-GUTenberg is a LaTeX typesetting system
which uses Adobe Utopia as its standard base font. Fourier-GUTenberg
provides all complementary typefaces needed to allow Utopia based TeX
typesetting including an extensive mathematics set and several other
symbols. The system is absolutely stand-alone; apart from Utopia and
Fourier no other typefaces are required. Utopia is a registered
trademark of Adobe Systems Incorporated.")
(license license:lppl)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment