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

Custom CSL file support #1

Closed
github-young opened this issue Feb 12, 2025 · 4 comments
Closed

Custom CSL file support #1

github-young opened this issue Feb 12, 2025 · 4 comments

Comments

@github-young
Copy link

Thank you for providing a convenient solution to the prolonged and fatal feature missing in Typst: multiple bibliographies in this issue.

This package has almost met my requirements for the List of Publications in my CV document. However, I cannot use my customized CSL file with this package as I encountered an error when I was trying to do:

#bibliographyx(
  "LoP.bib",
  title: "", // Actually I also want to remove this title but it still left an empty line.
  full: true,
  style: "acs-full-name.csl",
)

where acs-full-name.csl is a local CSL file modified by me.

I want to know if you have any plan to support this feature.

@SillyFreak
Copy link
Owner

Hi, thanks for your interest! I don't think this should be too hard since Hayagriva supports custom CSL anyway, I will try to implement this for the next version (hopefully in the next week or two).

In the meantime for the title: like with the built-in bibliography, you should be able to set title: none to remove the empty line. The default value auto is not supported so you must set the parameter, but setting it to none is supported too.

@github-young
Copy link
Author

thank you for mentioning none for the title. I somehow forgot this.

@SillyFreak
Copy link
Owner

fyi, version 0.1.1 is already released and available :) announcement with the rest of the new features in this release are here: https://forum.typst.app/t/alexandria-multiple-bibliographies-in-the-same-document/2697/2?u=sillyfreak

@github-young
Copy link
Author

thank you! A kind reminder for the version in the examples in readme.

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

2 participants