You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nqt2022,
Thank you for reporting! This is clearly a limitation of the extension. It has to do with the sequence of resolving references, and I do not have a quick fix for this. It does work with quarto callouts (at least in quarto 1.4) - can custom callouts do the job for you?
I am sorry for the long wait - the semester has just been too busy.
Yes, it works with callouts :-).
Quarto folks are working heavily on crossreferenceable ::: blocks, and reprogram the whole cross referencing mechanism. Numbering environments (and having them collapsible) was the main reason for me to make this extension. Maybe a later version (Quarto 1.5, perhaps) has better tools to achieve this - it will either make custom-numbered-blocks obsolete, or trigger a major rewrite. Then I would look at how to resolve bibliography references before using a header as title of a block. I did that in a very straightforward way.
In your exmaple,
I insert this (after number-sections: true, and before
filters:
):bibliography: "link my Pseudo citedrive"
for the bibliography
In your example:
I insert
\ref{TeachersHope}
(your code this example) in label:### Custom styles \ref{TeachersHope}
I see: It work ok :)
But, when I cite @name000 (have in my own citedrive) of the bibliography.
### Custom styles @name000
And I see: It don't work only
pdf
but alsohtml
. :( I only see text: "@name000
" (don't see cite the bibliography) on thepdf
andhtml
.The text was updated successfully, but these errors were encountered: