ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: A A via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: A A <amine.aboufirass@gmail.com>
Subject: Trying to get a simple bibliography
Date: Sat, 26 Mar 2022 13:25:05 +0100	[thread overview]
Message-ID: <CAMwawgMEY=LRE01Lj8nUNzHKr1PPu+F1b5EmEJ_aBSLseAXqmQ@mail.gmail.com> (raw)


[-- 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
___________________________________________________________________________________

             reply	other threads:[~2022-03-26 12:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26 12:25 A A via ntg-context [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMwawgMEY=LRE01Lj8nUNzHKr1PPu+F1b5EmEJ_aBSLseAXqmQ@mail.gmail.com' \
    --to=ntg-context@ntg.nl \
    --cc=amine.aboufirass@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).