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

Quarto extension #2

Open
bcdavasconcelos opened this issue Jan 22, 2023 · 5 comments
Open

Quarto extension #2

bcdavasconcelos opened this issue Jan 22, 2023 · 5 comments

Comments

@bcdavasconcelos
Copy link

Hi. Just wondering this: is the limitation for it to work with Quarto the impossibility to run it after citeproc?

@tarleb
Copy link
Owner

tarleb commented Jan 23, 2023

I don't remember, but that was most likely the reason. I think one can set citeproc: false and then add citeproc to the list of filters manually, but I didn't try.

@bcdavasconcelos
Copy link
Author

bcdavasconcelos commented Jan 26, 2023

It works. Perhaps we could add the other filter to go along with it? I don't really know where the best place to put it would be.

function Pandoc (doc)
  return pandoc.utils.citeproc(doc)
end

@tarleb
Copy link
Owner

tarleb commented Jan 27, 2023

Sounds good. Please ping me again in a week or so, I'm currently out sick.

@bcdavasconcelos
Copy link
Author

No worries. I wish you a complete and speedy recovery.

@fboehm
Copy link

fboehm commented Mar 5, 2023

Hi, I was just wondering if there's a recommended way to use your filter with quarto? I'm new to quarto and filters, so I appreciate any details or examples that you might suggest or share.
If I set citeproc: FALSE in my document's yaml, how do I manually add the call to citeproc so that it's executed, with your filter, along with other filters? Thank you!

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

3 participants