[NTG-context] Trying to get a simple bibliography
A A
amine.aboufirass at gmail.com
Sat Mar 26 13:25:05 CET 2022
Hi All,
I'm trying to get a simple bibliography to work with ConTeXt. Here's what I
have so far:
*test.tex*
\usebtxdataset[bibliography.bib]
\starttext
\startbodymatter
See \cite[proofwiki]
\stopbodymatter
\startbackmatter
\startsection[title=Bibliography]
\stopsection
\stopbackmatter
\stoptext
*bibliography.bib*
@misc{
proofwiki,
title={{Definition:Collation - ProofWiki}},
author={{ProofWiki}},
howpublished={
\href{https://proofwiki.org/wiki/Definition:Collation}{link}
},
journal={{ProofWiki}},
year={2021}
}
When I compile test.tex it generates a pdf, but the citation is not
included in the body matter. Also the actual reference is not present in
Bibliography.
What am I doing wrong?
Regards,
Amine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ntg.nl/pipermail/ntg-context/attachments/20220326/7f9d797d/attachment.htm>
More information about the ntg-context
mailing list