mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-oscola.
* gnu/packages/tex.scm (texlive-oscola): New variable.
This commit is contained in:
parent
e4dbc07c9b
commit
d4c347f99c
1 changed files with 24 additions and 0 deletions
|
@ -14422,6 +14422,30 @@ (define-public texlive-ordinalpt
|
|||
letter case variants, and for masculine and feminine gender inflections.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-oscola
|
||||
(package
|
||||
(name "texlive-oscola")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/oscola/" "makeindex/oscola/"
|
||||
"tex/latex/oscola/")
|
||||
(base32
|
||||
"1lx883rqq9p3f0vfv6i5xp35qpi79jf1jxycyi5j86i1fvk0jz08")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/oscola")
|
||||
(synopsis
|
||||
"BibLaTeX style for the Oxford Standard for the Citation of Legal
|
||||
Authorities")
|
||||
(description
|
||||
"The package provides a set of style files for use with BibLaTeX and
|
||||
Biber to produce citations and bibliographies in accordance with the
|
||||
widely-used Oxford Standard for the Citation of Legal Authorities. It also
|
||||
includes facilities for constructing tables of cases and legislation from
|
||||
citations (in conjunction with appropriate indexing packages).")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-ot-tableau
|
||||
(package
|
||||
(name "texlive-ot-tableau")
|
||||
|
|
Loading…
Reference in a new issue