summaryrefslogtreecommitdiff
path: root/biblio/citation-style-language/citation-style-language-data.sty
blob: e4088c7726bcf3cb5e8fabc6a603fee2ca9b6f7b (plain)
1
2
3
4
5
6
7
8
9
10
%
% Copyright (c) 2021-2024 Zeping Lee
% Released under the MIT License.
% Repository: https://github.com/zepinglee/citeproc-lua
%

% ## Bibliography commands

\NewDocumentCommand \addbibresource { o m }
  { \clist_put_right:Nn \l__csl_bib_resources_clist {#2} }