mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: texlive-tpslifonts: Remove duplicate definition.
* gnu/packages/tex.scm (texlive-texmate): Remove duplicate variable.
This commit is contained in:
parent
5ad556ab24
commit
f5c4db45e9
1 changed files with 0 additions and 29 deletions
|
@ -99292,35 +99292,6 @@ (define-public texlive-texments
|
||||||
of files, and ships with multiple colour schemes.")
|
of files, and ships with multiple colour schemes.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-tpslifonts
|
|
||||||
(package
|
|
||||||
(name "texlive-tpslifonts")
|
|
||||||
(version (number->string %texlive-revision))
|
|
||||||
(source (texlive-origin
|
|
||||||
name version
|
|
||||||
(list "doc/latex/tpslifonts/"
|
|
||||||
"source/latex/tpslifonts/"
|
|
||||||
"tex/latex/tpslifonts/")
|
|
||||||
(base32
|
|
||||||
"1i713qbhbv6yhax667igabfal1p2f8r6w0hgvs4y4pbpv4ffyqf6")))
|
|
||||||
(outputs '("out" "doc"))
|
|
||||||
(build-system texlive-build-system)
|
|
||||||
(home-page "https://ctan.org/pkg/tpslifonts")
|
|
||||||
(synopsis "LaTeX package for configuring presentation fonts")
|
|
||||||
(description
|
|
||||||
"This package aims to improve of font readability in presentations, especially
|
|
||||||
with maths. The standard CM maths fonts at large design sizes are difficult
|
|
||||||
to read from far away, especially at low resolutions and low contrast color
|
|
||||||
choice. Using this package leads to much better overall readability of some
|
|
||||||
font combinations. The package offers a couple of harmonising combinations of
|
|
||||||
text and maths fonts from the (distant) relatives of computer modern fonts,
|
|
||||||
with a couple of extras for optimising readability. Text fonts from Computer
|
|
||||||
Modern roman, Computer Modern sans serif, SliTeX Computer Modern sans serif,
|
|
||||||
Computer Modern bright, or Concrete roman are available, in addition to maths
|
|
||||||
fonts from Computer Modern maths, Computer Modern bright maths, or Euler
|
|
||||||
fonts.")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public texlive-texpower
|
(define-public texlive-texpower
|
||||||
(package
|
(package
|
||||||
(name "texlive-texpower")
|
(name "texlive-texpower")
|
||||||
|
|
Loading…
Reference in a new issue