zepinglee / citeproc-lua

A Lua implementation of the Citation Style Language (CSL)
MIT License
62 stars 7 forks source link

\footcite command implementation needed #46

Open PunkFafa opened 8 months ago

PunkFafa commented 8 months ago

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

zepinglee commented 8 months ago

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.