Generating a bibliography #2026
Labels
enhancement
Software improvement or feature request
modules:packages
Issue relates to core or 3rd party packages
packages:bibliography
Milestone
SILE 0.14.17 / 0.15-develop
The bibliography packages doesn't offer a way to generate a bibliography from cited works.
While one can achieve it by calling
\reference
for all cited works, this is tedious and sub-optimal. So we would need a\bibliography
command.Here is my first take at the topic:
\cite
command should keep track of cited works in a scratch listTheRemoved: This only makes sense in the context of the bibliography. The\reference
command should have an option to suppress the author, replaced by an horizontal rule (see rationale below)\reference
command wouldn't make sense eventually. (If you want a full ref. to a book, use a citation styles that uses that for citations).\bibliography
command should be implementedSU.collatedSort
on names, then by date.\reference
logic on the sorted list, with author suppressed if identical to the previous one (i.e. replaced by a rule)The text was updated successfully, but these errors were encountered: