> On 18 Aug 2020, at 23:14, Denis Maier wrote: … >> Another BibLaTeX feature I use frequently is shorthands, where the first citation introduces an abbreviation, and subsequent citations use the abbreviation instead of the author/editor name and short title. I could probably write a filter to do that, perhaps sticking the mapping from citation keys to abbreviations in the text’s YAML metadata. Knowing that your lua-mancite filter works, by running a shorthand filter in the right place I could get ibid. right as well. > No need to write a filter. The variable `citation-label` will be available for this purpose (among others). There's no way to print a list of shorthands yet, though, but having multiple bibliographical lists is considered to be primarily a question of how calling applications and citeprocs interact. So, maybe, with the new citeproc library, someone (John?) might want to consider adding such a feature… I’ve occasionally seen shorthand lists in articles, but personally I would only put one in a book, so shorthand list generation isn’t something I would use often enough to want it as a core pandoc feature. Instead, what I’d like is access to the bibliography data through a Lua API, e.g., a metadata item on the document that maps citation keys to entries from the combined bibliography files. That could be useful for other things as well, like indexing the persons or works cited. >> One thing was a Zotero problem more than a CSL problem: it wouldn’t let me use a volume and page for a locator. They told me to use volume:page, which is fine in English, but I also write in another language in which I’ve never seen that notation. > CSL 1.1 will change locators to an array: this should give you `\volcite` like features. You will be able to freely combine multiple locators. Think of "Some classical author, Title, Bk. 1, Ch. 4, Sec. 3, Para 7, Line 2". This would be very nice, but it raises the question of what syntax pandoc might use for specifying this array. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/1F6EE047-E26A-49C8-A9D5-3E6E38048792%40gmail.com.