Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: citation role to create full reference in text #1496

Open
jhconning opened this issue Aug 27, 2024 · 0 comments
Open

Feature request: citation role to create full reference in text #1496

jhconning opened this issue Aug 27, 2024 · 0 comments

Comments

@jhconning
Copy link

jhconning commented Aug 27, 2024

The Problem: It would be useful to be able to render full citation references on a page. For example, to create a list of suggested readings, or a syllabus. The curently available cite, cite:t, and cite:p myst citation roles render only as abbreviated citations such as (Crockett et al, 2015) and then place the full citations in a separate sorted bibliography at the end of the page.

Elements of a solution: In case it might be useful, here is a minimal example of how this can done in Latex with the biblatex package and the \fullcite{} option.

\documentclass{article}
\usepackage[style=authoryear, backend=biber]{biblatex} 
\addbibresource{references.bib} 

\begin{document}

Please read: 

\fullcite{smith2023}

Optionally, also check out: 

\fullcite{Cockett2022}

\end{document}

Uses: This would make it easy to use mystmd to quickly create non-sorted reading lists and online course syllabi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant