Many people, both young and experienced, are adopting Typst. It is compatible with Bibtex. I would greatly appreciate the option to copy a reference in Typst format as easily as @Knuth38. Thank you for this excellent piece of software.
You could easily write a template for such citation style.
Well, I have done it using the template (you have to select it each time you copy) <$publications>@<$citeKey/>, </$publications> Thanks
You can easily set it as the default for copying, instead of the \cite command.
You probably want to add the comma as a separator in your template:
<$publications>@<$citeKey/><?$publications>, </$publications>
Log in to post a comment.
You could easily write a template for such citation style.
Well, I have done it using the template (you have to select it each time you copy)
<$publications>@<$citeKey/>, </$publications>
Thanks
You can easily set it as the default for copying, instead of the \cite command.
You probably want to add the comma as a separator in your template:
<$publications>@<$citeKey/><?$publications>, </$publications>