Content deleted Content added
No edit summary |
No edit summary |
||
Line 412:
]]
local
arxiv = {
['arxiv'] = true, -- cite arxiv and arxiv identifiers
Line 581:
--[[--------------------------<
gets a list of the templates
]]
local function
local out = {}; -- a table for output
for k, _ in pairs (
table.insert (out, k) -- add each key to the output table
end
Line 608:
citeseerx_basic_arguments = citeseerx_basic_arguments, -- TODO: delete this
ssrn_basic_arguments = ssrn_basic_arguments, -- TODO: delete this
preprint_arguments = preprint_arguments,
preprint_template_list = template_list_get (preprint_arguments), -- make a template list from preprint_arguments{} table
unique_arguments = unique_arguments,
unique_param_template_list =
};
|