mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-pdfcprot.
* gnu/packages/tex.scm (texlive-pdfcprot): New variable.
This commit is contained in:
parent
9e49dc8f2c
commit
05fb562a5b
1 changed files with 21 additions and 0 deletions
|
@ -91742,6 +91742,27 @@ (define-public texlive-pdfcomment
|
|||
annotations by PDF viewers may vary.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pdfcprot
|
||||
(package
|
||||
(name "texlive-pdfcprot")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pdfcprot/"
|
||||
"source/latex/pdfcprot/"
|
||||
"tex/latex/pdfcprot/")
|
||||
(base32
|
||||
"12ijgxy2ki3ygi3kfzi2z6shys9wb32gra8qdmksnp5zn3rv5spf")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pdfcprot")
|
||||
(synopsis "Activating and setting of character protruding using pdfLaTeX")
|
||||
(description
|
||||
"This package provides an easy interface to adjust the character protrusion
|
||||
for different fonts and choosing the right adjustment automatically depending
|
||||
on the font. The package is largely superseded by @code{microtype}.")
|
||||
(license license:lppl)))
|
||||
|
||||
;;;
|
||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||
;;; of a merge conflict, place them above by existing packages with similar
|
||||
|
|
Loading…
Reference in a new issue