mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: Add texlive-arabicfront.
* gnu/packages/tex.scm (texlive-arabicfront): New variable.
This commit is contained in:
parent
cea723d2aa
commit
f66b4cf838
1 changed files with 22 additions and 0 deletions
|
@ -72991,6 +72991,28 @@ (define-public texlive-apptools
|
||||||
been called.")
|
been called.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-arabicfront
|
||||||
|
(package
|
||||||
|
(name "texlive-arabicfront")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/arabicfront/"
|
||||||
|
"tex/latex/arabicfront/")
|
||||||
|
(base32
|
||||||
|
"1cmsv10yn7351nkxs0mjl7xj3xlshg5hj6pyykb9i8yqm8h4jwcn")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/arabicfront")
|
||||||
|
(synopsis "Frontmatter with Arabic page numbers")
|
||||||
|
(description
|
||||||
|
"This package modifies the definitions of @code{\\frontmatter} and
|
||||||
|
@code{\\mainmatter} so that page numbering starts in Arabic style from the
|
||||||
|
front matter while preserving the rest of the original definitions. For it to
|
||||||
|
work, @code{\\pagenumbering} has to be inside these macros --- most of classes
|
||||||
|
do that, but there are exceptions like @code{memoir}.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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