mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-xfakebold.
* gnu/packages/tex.scm (texlive-xfakebold): New variable.
This commit is contained in:
parent
ce960fdd3b
commit
f40f001f5e
1 changed files with 21 additions and 0 deletions
|
@ -100200,6 +100200,27 @@ (define-public texlive-xellipsis
|
|||
@emph{Chicago Manual of Style} (Turabian); the Bluebook; and MLA guidelines.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-xfakebold
|
||||
(package
|
||||
(name "texlive-xfakebold")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/xfakebold/"
|
||||
"tex/latex/xfakebold/")
|
||||
(base32
|
||||
"0p51bscpac1vaxpqpwd9fdkxa1gv8f5x640zzzp09yhcbmpync8f")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-iftex))
|
||||
(home-page "https://ctan.org/pkg/xfakebold")
|
||||
(synopsis "Fake a regular font for bold characters")
|
||||
(description
|
||||
"This package uses PDF's text rendering to modify the linewidth of an outline
|
||||
font to get bold characters. It works only for vectorfonts where the glyphs
|
||||
are defined by their outline.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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