[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/163: gnu: Add texlive-biblatex-philosophy.
From: |
guix-commits |
Subject: |
162/163: gnu: Add texlive-biblatex-philosophy. |
Date: |
Sat, 19 Aug 2023 14:40:01 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3e5b21261ab92db6b02bfba0dbe53065e58b0fa0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:20:10 2023 +0200
gnu: Add texlive-biblatex-philosophy.
* gnu/packages/tex.scm (texlive-biblatex-philosophy): New variable.
---
gnu/packages/tex.scm | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ce3c19e1c6..c36e7d368a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4297,6 +4297,61 @@ The bundle provides support for a wide variety of
content types, including
manuscripts, audiovisual resources, social media and legal references.")
(license license:lppl1.3c)))
+(define-public texlive-biblatex-philosophy
+ (package
+ (name "texlive-biblatex-philosophy")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-philosophy/"
+ "source/latex/biblatex-philosophy/"
+ "tex/latex/biblatex-philosophy/")
+ (base32
+ "05fapyb6wwyv4mwjhgg3gasvqkwpwd6jxv095hird9011n6drrzm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-biblatex
+ texlive-cochineal
+ texlive-csquotes
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-fontsize
+ texlive-guitlogo
+ texlive-hologo
+ texlive-hypdoc
+ texlive-inconsolata
+ texlive-libertine
+ texlive-listings
+ texlive-ltxdockit
+ texlive-manfnt
+ texlive-mdframed
+ texlive-metalogo
+ texlive-microtype
+ texlive-needspace
+ texlive-newtx
+ texlive-parskip
+ texlive-pgf
+ texlive-sectsty
+ texlive-upquote
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xstring
+ texlive-zref))))
+ (home-page "https://ctan.org/pkg/biblatex-philosophy")
+ (synopsis "Styles for using BibLaTeX for work in philosophy")
+ (description
+ "The bundle offers two styles --- @code{philosophy-classic} and
+@code{philosophy-modern} --- that facilitate the production of two different
+kinds of bibliography, based on the author-year style, with options and
+features to manage the information about the translation of foreign texts or
+their reprints. Though the package's default settings are based on the
+conventions used in Italian publications, these styles can be used with every
+language recognized by Babel, possibly with some simple redefinitions.")
+ (license license:lppl1.3+)))
+
(define-public texlive-biblatex-phys
(package
(name "texlive-biblatex-phys")
- 138/163: gnu: Add texlive-notes2bib., (continued)
- 138/163: gnu: Add texlive-notes2bib., guix-commits, 2023/08/19
- 151/163: gnu: Add texlive-urlbst., guix-commits, 2023/08/19
- 142/163: gnu: Add texlive-plainyr., guix-commits, 2023/08/19
- 135/163: gnu: Add texlive-nar., guix-commits, 2023/08/19
- 140/163: gnu: Add texlive-oscola., guix-commits, 2023/08/19
- 137/163: gnu: Add texlive-nmbib., guix-commits, 2023/08/19
- 154/163: gnu: Add texlive-windycity., guix-commits, 2023/08/19
- 153/163: gnu: Add texlive-vak., guix-commits, 2023/08/19
- 145/163: gnu: Add texlive-showtags., guix-commits, 2023/08/19
- 143/163: gnu: Add texlive-pnas2009., guix-commits, 2023/08/19
- 162/163: gnu: Add texlive-biblatex-philosophy.,
guix-commits <=
- 160/163: gnu: Add texlive-mathalpha., guix-commits, 2023/08/19
- 163/163: gnu: Add texlive-collection-bibtexextra., guix-commits, 2023/08/19
- 100/163: gnu: Add texlive-custom-bib., guix-commits, 2023/08/19
- 101/163: gnu: Add texlive-din1505., guix-commits, 2023/08/19
- 107/163: gnu: Add texlive-fbs., guix-commits, 2023/08/19
- 113/163: gnu: Add texlive-harvard., guix-commits, 2023/08/19
- 115/163: gnu: Add texlive-hep-bibliography., guix-commits, 2023/08/19
- 117/163: gnu: Add texlive-icite., guix-commits, 2023/08/19
- 123/163: gnu: Add texlive-jbact., guix-commits, 2023/08/19
- 129/163: gnu: Add texlive-ltb2bib., guix-commits, 2023/08/19