texlive[73262] Master: biblatex-cse (1jan25)
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 1 21:53:27 CET 2025
Revision: 73262
https://tug.org/svn/texlive?view=revision&revision=73262
Author: karl
Date: 2025-01-01 21:53:27 +0100 (Wed, 01 Jan 2025)
Log Message:
-----------
biblatex-cse (1jan25)
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tlpkg-ctan-check
trunk/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/biblatex-cse/
trunk/Master/texmf-dist/doc/latex/biblatex-cse/README.md
trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf
trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.tex
trunk/Master/texmf-dist/doc/latex/biblatex-cse/bibliography.bib
trunk/Master/texmf-dist/tex/latex/biblatex-cse/
trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.bbx
trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.cbx
trunk/Master/tlpkg/tlpsrc/biblatex-cse.tlpsrc
Added: trunk/Master/texmf-dist/doc/latex/biblatex-cse/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-cse/README.md (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-cse/README.md 2025-01-01 20:53:27 UTC (rev 73262)
@@ -0,0 +1,43 @@
+# BibLaTeX: Council of Science Editors style
+
+Support for **Council of Science Editors** style in BibLaTeX.
+
+
+## How to use the biblatex-cse style
+
+1. Download the `biblatex-cse.bbx` and `biblatex-cse.cbx` files and put them in your document's main diretory/folder.
+1. Load `biblatex` with the option `style=biblatex-cse`, i.e.,
+```latex
+\usepackage[style=biblatex-cse]{biblatex}
+```
+
+## How to contribute
+
+I did this style file by request of a user of my [https://github.com/joaomlourenco/novathesis](LaTeX template `novathesis`). He was quite thorough, double and triple checking that the output was conforming to the requirements of his University (Faculty of Veterinary from the University of Lisbon). Although this biblatex-cse style served the requirements from his University, there may still be some unconformities to the CSE style. If you find any, please open an issue in the [https://github.com/joaomlourenco/biblatex-cse](in the project's page on GitHub) or, even better, **submit a pull request**.
+
+
+--------
+
+<picture>
+ <source
+ media="(prefers-color-scheme: dark)"
+ srcset="
+ https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date&theme=dark
+ "
+ />
+ <source
+ media="(prefers-color-scheme: light)"
+ srcset="
+ https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date
+ "
+ />
+ <img
+ width="500"
+ alt="Star History Chart"
+ src="https://api.star-history.com/svg?repos=joaomlourenco/biblatex-cse&type=Date"
+ />
+</picture>
+
+**If you opt for using this project, please give it a star by clicking the (⭐️) at the top right of the [project's page](https://github.com/joaomlourenco/biblatex-cse).**
+
+--------
\ No newline at end of file
Property changes on: trunk/Master/texmf-dist/doc/latex/biblatex-cse/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf 2025-01-01 20:52:48 UTC (rev 73261)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf 2025-01-01 20:53:27 UTC (rev 73262)
Property changes on: trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.tex 2025-01-01 20:53:27 UTC (rev 73262)
@@ -0,0 +1,126 @@
+%% This is file `biblatex-cse-doc.tex',
+%%
+%% Copyright (C) 2024 by João Lourenço <joao.lourenco at fct.unl.pt>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2006/05/20 or later.
+%%
+\documentclass[
+ a4paper, % paper size.
+ 11pt, % type size.
+]{article}
+
+% Enable hyperlinking/hypertext and PDF metadata
+\usepackage[style=biblatex-cse]{biblatex}
+\addbibresource{bibliography.bib}
+
+
+\usepackage[colorlinks=true,allcolors=blue]{hyperref}
+
+
+\newcommand{\novathesis}{\texttt{novathesis}}
+\newcommand{\nauthors}[1]{#1 authors: }
+
+\title{The Council of Science Editors (\textsf{\filename}) Bib\LaTeX\ style}
+\author{João M. Lourenço $<$\texttt{joao.lourenco at fct.unl.pt}$>$}
+\date{\filedate\ (v\fileversion)}
+
+\begin{document}
+
+ \maketitle
+
+\begin{abstract}
+This is a BibLaTeX style that implements the bibliography style of the Council of Science Editors (CSE) for BibLaTeX.
+\end{abstract}
+
+
+\section{How to use the biblatex-cse style}
+
+\begin{enumerate}
+ \item Download the \texttt{biblatex-cse.bbx} and \texttt{biblatex-cse.cbx} files and put them in your document's main diretory/folder.
+ \item Load \texttt{biblatex} with the option \texttt{style=biblatex-cse}, i.e.,
+\begin{verbatim}
+\usepackage[style=biblatex-cse]{biblatex}
+\end{verbatim}
+\end{enumerate}
+
+
+\section{How to contribute}
+
+I did this style file by request of a user of my \href{https://github.com/joaomlourenco/novathesis}{LaTeX template \novathesis}. He was quite thorough, double and triple checking that the output was conforming to the requirements of his University (Faculty of Veterinary from the University of Lisbon). Although this \texttt{\filename} style served the requirements from his University, there may still be some unconformities to the CSE style. If you find any, please open an issue in the \href{https://github.com/joaomlourenco/biblatex-cse}{project's page on GitHub} or, even better, \textbf{submit a pull request}.
+
+
+\section{Examples of citations abd bibliography}
+
+\subsection{Article Citations}
+\indent
+\par\nauthors{1}\cite{Duddington1955}
+\par\nauthors{2}\cite{Asa2011}
+\par\nauthors{3}\cite{Migaki1982}
+\par\nauthors{4}\cite{Lysek1982}
+\par\nauthors{5}\cite{Carvalho2007}
+\par\nauthors{8}\cite{Riadigos2014}
+
+\printbibliography[type=article, title=Article References]
+
+\subsection{Book Citations}
+\indent
+\par\nauthors{1}\cite{AnkelSimons2007}
+\par\nauthors{2}\cite{Bogitsh2013}
+\par\nauthors{3}\cite{Taylor2016}
+\par\nauthors{4}\cite{Modry2015}
+\par\nauthors{5}\cite{Modry2017}
+
+\printbibliography[type=book, title=Book References]
+
+
+\subsection{Manual Citations}
+\indent
+\par\nauthors{1}\cite{Zoos2022}
+
+\printbibliography[type=manual, title=Manual References]
+
+
+\subsection{Master Thesis Citations}
+\indent
+\par\nauthors{1}\cite{Carvalho2002}
+
+\printbibliography[type=masterthesis, title=Masterthesis References]
+
+
+\subsection{Online Citations}
+\indent
+\par\nauthors{1}\cite{ZooBarcelona:Timeline}
+
+\printbibliography[type=manual, title=Online References]
+
+
+\subsection{PhD Thesis Citations}
+\indent
+\par\nauthors{1}\cite{Balan2017}
+
+\printbibliography[type=phdthesis, title=Phdthesis References]
+
+
+\subsection{Technical Report Citations}
+\indent
+\par\nauthors{1}\cite{Fiby2020}
+\par\nauthors{2}\cite{Miller2011}
+\par\nauthors{5}\cite{Abello2017}
+\par\nauthors{5}\cite{Duque2018}
+
+\printbibliography[type=techreport, title=Techreport References]
+
+
+
+% Bibliography goes here
+% ----------------------
+
+\end{document}
Property changes on: trunk/Master/texmf-dist/doc/latex/biblatex-cse/biblatex-cse-doc.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/latex/biblatex-cse/bibliography.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-cse/bibliography.bib (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-cse/bibliography.bib 2025-01-01 20:53:27 UTC (rev 73262)
@@ -0,0 +1,164 @@
+ at Article{Duddington1955,
+ author = {C. L. Duddington},
+ title = {Fungi that Attack Microscopic Animals},
+ doi = {10.1007/bf02872434},
+ issue = {7},
+ pages = {377--439},
+ volume = {21},
+ journal = {The Botanical Review},
+ year = {1955},
+}
+
+ at Article{Asa2011,
+ author = {Cheryl Asa and Sally Boutelle},
+ title = {Contraception},
+ doi = {10.1016/B978-1-4377-1986-4.00002-0},
+ editor = {R. EricFowler, Murray E. Miller},
+ pages = {8--14},
+ volume = {7},
+ edition = {1},
+ journal = {Fowler's Zoo and Wild Animal Medicine Current Therapy},
+ publisher = {Elsevier Saunders},
+ year = {2011},
+}
+
+ at Article{Migaki1982,
+ author = {Migaki, G. and Schmidt, R. E. and Toft, J. D. and Kaufmann, A. F.},
+ title = {Mycotic Infections of the Alimentary Tract of Nonhuman Primates: A Review},
+ doi = {10.1177/030098588201907s07},
+ pages = {93--103},
+ volume = {19},
+ journal = {Vet. Pathol},
+ year = {1982},
+}
+
+ at Article{Lysek1982,
+ author = {Hynek Lýsek and O. Fassatiová and N. Cuervo Pineda and N. Lorenzo and José Ángel {Hernández Malagón}},
+ title = {Ovicidal fungi in soils of Cuba.},
+ issn = {0015--5683},
+ issue = {3},
+ pages = {265--270},
+ url = {https://europepmc.org/article/med/6890012},
+ volume = {29},
+ journal = {Folia Parasitologica},
+ month = {1},
+ pmid = {6890012},
+ year = {1982},
+}
+
+ at Article{Carvalho2007,
+ author = {Madeira de Carvalho, Luís Manuel and Gillespie, A. T. and Serra, P. M. and Bernardo, F. A. and Farrim, A. P. and Fazendeiro, I. M.},
+ title = {Eficácia do fungo nematófago \textit{Duddingtonia flagrans} no controlo biológico da estrongilidose equina no Ribatejo Efficacy of the nematofagous fungi \textit{Duddingtonia flagrans} in the biological control of horse strongylosis in the Ribatejo},
+ pages = {233--247},
+ volume = {102},
+ journal = {REVISTA PORTUGUESA DE CIÊNCIAS VETERINÁRIAS},
+ keywords = {()},
+ year = {2007},
+}
+
+ at Article{Riadigos2014,
+ author = {Silvia Miguélez Riádigos and María Sol {Arias Vázquez} and Esther Valderrábano Cano and Pablo Piñeiro Fraga and Diego Gómez Uzal and María Fernández Marcos and Rodrigo {Bonilla Quintero} and Rita Sánchez-Andrade Fernández and Luis Manuel {Madeira de Carvalho}},
+ title = {Control Biológico de Nematodos Parásitos en Antílopes (\textit{Cervicapra cervicapra}) en Cautividad},
+ issn = {2182--8865},
+ pages = {47--56},
+ volume = {34},
+ journal = {Pastagens e Forragens},
+ year = {2014},
+}
+
+ at Book{AnkelSimons2007,
+ author = {Friderun Ankel-Simons},
+ title = {Primate Anatomy An Introduction},
+ edition = {3},
+ isbn = {1865843830},
+ publisher = {Elsevier Academic Press},
+ url = {http://www.bookaid.org},
+ year = {2007},
+}
+
+ at book{Bogitsh2013,
+ author = {Burton Jerome Bogitsh and Clint Earl Carter},
+ edition = {4},
+ isbn = {9780124159150},
+ publisher = {Academic Press},
+ title = {Human parasitology},
+ year = {2013},
+}
+
+ at Book{Taylor2016,
+ author = {Taylor, M. A. and Coop, R. L. and Wall, R. L.},
+ title = {Veterinary Parasitology},
+ edition = {4},
+ publisher = {Wiley Blackwell},
+ year = {2016},
+}
+
+ at Book{Modry2015,
+ author = {David Modrý and Klára J. Petrzelková and Barbora Kalousová and Hideo Hasegawa},
+ title = {Parasites of Apes: An Atlas of Coproscopic Diagnostics},
+ year = {2015},
+}
+
+ at Book{Modry2017,
+ author = {David Modrý and Lada Hofmannová and Andrei D. Mihalca and Jana Juránková and Helena Neumayerová and Gianluca D’Amico},
+ title = {Field and laboratory diagnostics of parasitic diseases of domestic animals: from sampling to diagnosis},
+ year = {2017},
+}
+
+ at Manual{Zoos2022,
+ author = {Zoos and Aquaria, European Association of},
+ title = {EAZA Membership and Accreditation Manual},
+ city = {Amsterdam},
+ year = {2022},
+}
+
+ at MastersThesis{Carvalho2002,
+ author = {Madeira de Carvalho, Luís Manuel},
+ institution = {Faculdade de Medicina Veterinária},
+ title = {Epidemiologia e controlo da estrongilidose em diferentes sistemas de produção equina em Portugal},
+ city = {Lisbon},
+ year = {2002},
+}
+
+ at online{ZooBarcelona:Timeline,
+ author = {Zoo Barcelona},
+ title = {Timeline – Walk through the past, present and future of a conservation institution for biodiversity},
+ url = {https://historia.zoobarcelona.cat/en/},
+}
+
+ at PhdThesis{Balan2017,
+ author = {Fabián Leonardo {Arroyo Balán}},
+ institution = {Facultade de Veterinaria Universidade de Santiago de Compostela},
+ title = {Formulación de Esporas de Hongos Parasiticidas en Pellets Nutricionales},
+ url = {http://hdl.handle.net/10347/15820},
+ year = {2017},
+}
+
+ at techreport{Fiby2020,
+ author = {Monika Fiby},
+ title = {Bio-floors in Animal Enclosures},
+ year = {2020},
+}
+
+ at techreport{Miller2011,
+ author = {R. Eric Miller and Murray Fowler},
+ title = {Zoo and Wild Animal Medicine CURRENT THERAPY},
+ year = {2011},
+}
+
+ at TechReport{Abello2017,
+ author = {Ma Teresa Abelló and Frank Rietkerk and Neil Bemment},
+ title = {EAZA Best Practice Guidelines for Gorillas EAZA BEST PRACTICE GUIDELINES Great Ape Taxon Advisory Group GORILLA (Gorilla gorilla gorilla) (2nd Edition)},
+ year = {2017},
+}
+
+ at techreport{Duque2018,
+ author = {Daniela Duque and Ricardo Lopes and Filipe Sampaio and Augusto Silva and Paula Brilhante Simões},
+ institution = {Laboratório Veterinário INNO},
+ month = {4},
+ title = {Prevalência parasitária gastrointestinal em 1419 casos (2015-2017), comparando a análise coprológica de 1 versus 3 amostras},
+ year = {2018},
+}
+
+
+
Property changes on: trunk/Master/texmf-dist/doc/latex/biblatex-cse/bibliography.bib
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.bbx (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.bbx 2025-01-01 20:53:27 UTC (rev 73262)
@@ -0,0 +1,135 @@
+%% This is file `biblatex-cse.bbx',
+%%
+%% Copyright (C) 2024 by João Lourenço <joao.lourenco at fct.unl.pt>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2006/05/20 or later.
+%%
+\def\fileversion{1.1.0}
+\def\filedate {2025/01/01}
+\edef\filename {biblatex-cse}
+
+\ProvidesFile{\filename.cbx}[%
+ \filedate\ v\fileversion (João M. Lourenço) Council of Science Editors bibliography style]
+
+\RequireBibliographyStyle{authoryear}
+
+% From: https://tex.stackexchange.com/questions/12254/biblatex-how-to-remove-the-parentheses-around-the-year-in-authoryear-style
+% By courtesy of Enrico Gregorio (egreg)
+\def\act at on@bibmacro#1#2{%
+ \expandafter#1\csname abx at macro@\detokenize{#2}\endcsname
+}
+\def\patchbibmacro{\act at on@bibmacro\patchcmd}
+\def\pretobibmacro{\act at on@bibmacro\pretocmd}
+\def\apptobibmacro{\act at on@bibmacro\apptocmd}
+\def\showbibmacro{\act at on@bibmacro\show}
+
+\ExecuteBibliographyOptions{
+ maxcitenames=2,
+ minbibnames=10,
+ maxbibnames=10,
+ dashed=false,
+ uniquelist=false,
+ giveninits=true,
+ urldate=iso,
+ date=year,
+ seconds=true,
+}
+
+% \usepackage{xpatch}
+
+% Remove commas between family and given names
+\DeclareNameAlias{sortname}{family-given}
+\renewrobustcmd*{\revsdnamepunct}{}
+\renewrobustcmd*{\bibinitdelim}{}
+
+% Remove commas between family and given names
+\renewrobustcmd*{\revsdnamepunct}{}
+\renewrobustcmd*{\bibinitdelim}{}
+
+% Remove dot after initials
+\renewrobustcmd*{\bibinitperiod}{}
+
+% Remove quotation marks from title
+\DeclareFieldFormat*{title}{#1}
+
+% Remove emphasized from titles
+\DeclareFieldFormat*{journaltitle}{#1\isdot}
+\DeclareFieldFormat{postnote}{#1}
+\DeclareFieldFormat{multipostnote}{#1}
+\renewcommand*{\bibpagespunct}{\addcolon}
+\renewcommand{\postnotedelim}{%
+ \iffieldpages{postnote}
+ {\addcolon\space}
+ {\addspace}}
+
+% Remove "and" before last author
+\DefineBibliographyExtras{english}{%
+ \DeclareFieldFormat{pages}{#1}
+ \DeclareDelimFormat{finalnamedelim}{%
+ \ifnumgreater{\value{liststop}}{2}{%
+ \printdelim{multinamedelim}}{\addspace\bibstring{and}\space}}}
+
+% Add dot after list of authors (and before year) and remove parentheses in date
+% \xpatchbibmacro{date+extradate}{%
+\patchbibmacro{date+extradate}{%
+ \printtext[parens]%
+}{%
+ \setunit*{\addperiod\space}%
+ \printtext%
+}{}{}
+
+% Remove "in:" prefix in journal title
+\renewbibmacro{in:}{}
+
+% Cite as "family initials"
+\DeclareNameFormat{labelname}{%
+ \ifcase\value{uniquename}%
+ \usebibmacro{name:family}
+ {\namepartfamily}
+ {\namepartgiven}
+ {\namepartprefix}
+ {\namepartsuffix}%
+ \or
+ \ifuseprefix
+ {\usebibmacro{name:family-given}
+ {\namepartfamily}
+ {\namepartgiveni}
+ {\namepartprefix}
+ {\namepartsuffixi}}
+ {\usebibmacro{name:family-given}
+ {\namepartfamily}
+ {\namepartgiveni}
+ {\namepartprefixi}
+ {\namepartsuffixi}}%
+ \or
+ \usebibmacro{name:family-given}
+ {\namepartfamily}
+ {\namepartgiven}
+ {\namepartprefix}
+ {\namepartsuffix}%
+ \fi
+ \usebibmacro{name:andothers}}
+
+% Always remove "and" before last author
+\ifdefined\prebibhook%
+ \DeclareDelimFormat{finalnamedelim}{%
+ \printdelim{multinamedelim}%
+ }%
+\else\ifdefined\bibliography%
+ \let\origbibliography=\bibliography%
+ \renewcommand{\bibliography}{%
+ \DeclareDelimFormat{finalnamedelim}{%
+ \printdelim{multinamedelim}%
+ }%
+ \origbibliography%
+ }%
+\fi\fi
+
Added: trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.cbx (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-cse/biblatex-cse.cbx 2025-01-01 20:53:27 UTC (rev 73262)
@@ -0,0 +1,23 @@
+%% This is file `biblatex-cse.cbx',
+%%
+%% Copyright (C) 2024 by João Lourenço <joao.lourenco at fct.unl.pt>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.3c of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2006/05/20 or later.
+%%
+\def\fileversion{1.1.0}
+\def\filedate {2025/01/01}
+\edef\filename {biblatex-cse}
+
+\ProvidesFile{\filename.cbx}[%
+ \filedate\ v\fileversion (João M. Lourenço) Council of Science Editors bibliography style]
+
+\RequireCitationStyle{authoryear}
+
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check 2025-01-01 20:52:48 UTC (rev 73261)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check 2025-01-01 20:53:27 UTC (rev 73262)
@@ -116,7 +116,7 @@
biblatex-archaeology biblatex-arthistory-bonn
biblatex-bath biblatex-bookinarticle biblatex-bookinother biblatex-bwl
biblatex-caspervector biblatex-cheatsheet biblatex-chem
- biblatex-chicago biblatex-claves biblatex-cv
+ biblatex-chicago biblatex-claves biblatex-cse biblatex-cv
biblatex-dw biblatex-enc biblatex-ext
biblatex-fiwi biblatex-gb7714-2015 biblatex-german-legal biblatex-gost
biblatex-historian
Added: trunk/Master/tlpkg/tlpsrc/biblatex-cse.tlpsrc
===================================================================
Modified: trunk/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc 2025-01-01 20:52:48 UTC (rev 73261)
+++ trunk/Master/tlpkg/tlpsrc/collection-bibtexextra.tlpsrc 2025-01-01 20:53:27 UTC (rev 73262)
@@ -42,6 +42,7 @@
depend biblatex-chem
depend biblatex-chicago
depend biblatex-claves
+depend biblatex-cse
depend biblatex-cv
depend biblatex-dw
depend biblatex-enc
More information about the tex-live-commits
mailing list.