ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Trying to get a simple bibliography
@ 2022-03-26 12:25 A A via ntg-context
  2022-03-26 12:48 ` A A via ntg-context
  2022-03-27 19:49 ` Jean-Pierre Delange via ntg-context
  0 siblings, 2 replies; 11+ messages in thread
From: A A via ntg-context @ 2022-03-26 12:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: A A


[-- Attachment #1.1: Type: text/plain, Size: 758 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1208 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-03-29 14:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 12:25 Trying to get a simple bibliography A A via ntg-context
2022-03-26 12:48 ` A A via ntg-context
2022-03-26 13:04   ` A A via ntg-context
2022-03-26 13:51     ` Thomas A. Schmitz via ntg-context
2022-03-26 14:34       ` A A via ntg-context
2022-03-26 15:37         ` Thomas A. Schmitz via ntg-context
2022-03-26 15:42           ` Denis Maier via ntg-context
2022-03-26 15:58             ` Thomas A. Schmitz via ntg-context
2022-03-26 17:04       ` Henning Hraban Ramm via ntg-context
2022-03-29 14:52         ` Denis Maier via ntg-context
2022-03-27 19:49 ` Jean-Pierre Delange via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).