mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-latex-uni8.
* gnu/packages/tex.scm (texlive-latex-uni8): New variable.
This commit is contained in:
parent
af48c8d8b5
commit
82b905b048
1 changed files with 25 additions and 0 deletions
|
@ -86653,6 +86653,31 @@ (define-public texlive-lastpackage
|
||||||
executed.")
|
executed.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-uni8
|
||||||
|
(package
|
||||||
|
(name "texlive-latex-uni8")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/latex-uni8/"
|
||||||
|
"tex/latex/latex-uni8/")
|
||||||
|
(base32
|
||||||
|
"0c5x8v40gvw9q35xjmpndmklkc37ry4idld0657h0xrw0b5ljnh6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/latex-uni8")
|
||||||
|
(synopsis
|
||||||
|
"Universal @code{inputenc}, @code{fontenc}, and @code{babel} for pdfLaTeX and
|
||||||
|
LuaLaTeX")
|
||||||
|
(description
|
||||||
|
"This package provides a LaTeX style file which makes it easy to use input
|
||||||
|
encoding (UTF-8 by default, can be changed), @file{fontspec.sty} (optional),
|
||||||
|
font encoding (T1 if @file{fontspec.sty} is not used), @code{babel} (English
|
||||||
|
language by default), hyphenation, underline (with @file{soul.sty}), default
|
||||||
|
text and math fonts (Computer Modern or Times), and paper sizes correctly with
|
||||||
|
both pdfLaTeX and LuaLaTeX.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue