Hello @rfarhaz,
Sorry if I replied too quickly.
If you adapt the approach suggested by PgBiel by adding `#show bibliography: none’ to hide the bibliography, you should get:
#set cite(style: "chicago-notes")
#show bibliography: none
This is a citation@typst
#bibliography("references.bib")
This gets you citations rendered as footnotes with no bibliography section at the end.
I also notice your screenshot shows the footnotes split across two columns at the bottom of the page. That’s a separate, trickier problem. Typst doesn’t support this natively, but it’s been discussed in double-column footnotes and I encourage you to ask the quesion separately should it be part of your requirements. It may require some additional tweaking to make with work with citations.
