citeproc-lua icon indicating copy to clipboard operation
citeproc-lua copied to clipboard

\footcite command implementation needed

Open PunkFafa opened this issue 2 years ago • 2 comments

How much time till the \footcite implementation? I need it so bad for my thesis. Thanks for all the hard work!

PunkFafa avatar Oct 10 '23 07:10 PunkFafa

You can directly use \cite with a note style which actually creates a footnote. CSL's \cite is more like biblatex's \autocite. It chooses whether to use \footnote or not depending on the class (=note/in-text) attribute of the <style>.

BTW, \footcite is already added as an alias of \cite, though it might not be documented yet.

zepinglee avatar Oct 10 '23 09:10 zepinglee

Yeah, FWIW, from the beginning, CSL was designed to be agnostic on output style, and so have the notion of automatic footnoting of relevant citations. It's similar to the biblatex autocite commands in that respect.

bdarcus avatar Jul 28 '24 12:07 bdarcus

I've tried using a footnote style with this and it still showed the citations inline. Am I missing something?

CSDUMMI avatar Aug 07 '24 20:08 CSDUMMI

I've tried using a footnote style with this and it still showed the citations inline. Am I missing something?

Which version of the package are you using? Can you provide a minimal example as in the bug report issue template?

zepinglee avatar Aug 08 '24 12:08 zepinglee