ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Jean Magnan de Bornier <jm.bornier@free.fr>
To: ntg-context@ntg.nl
Subject: Re: \setuppublications problem
Date: Sat, 12 Mar 2011 08:37:28 +0100	[thread overview]
Message-ID: <87ei6cvlfr.fsf@boreebo.bornier.net> (raw)
In-Reply-To: <25576DBA-7D75-4B8F-8934-35CC9DBECA05@uni-bonn.de> (Thomas A. Schmitz's message of "Fri, 11 Mar 2011 13:00:51 +0100")

Le 11 mars à 13:00:51 "Thomas A. Schmitz" <thomas.schmitz@uni-bonn.de> écrit notamment:

| On Mar 10, 2011, at 3:38 PM, Jean Magnan de Bornier wrote:
>
| > Using the last mkiv from the minimals, \setuppublications seems out
| > of order.
| >
| > If I write:
| > ..................................
| > \setupbibtex [database=/home/jean/biblio]
| > \setuppublications[alternative=apa]
| >
| > \starttext
| >
| >
| > {\bf Bibliography}
| >
| > \nocite[foo, bla, blu]
| > \placepublications
| > \stoptext
| > ...................................
| >
| > the pub list is empty. But if comment out this line the bibliography
| > is
| > printed; it works also ok with
| >
| > \setuppublications[]
| >
>
| Difficult to answer, I don't have the file /home/jean/biblio. Maybe
| make a real example?

Fair enough. Here:
.........................
\setupbibtex [database=/home/jean/biblio]
\setuppublications[alternative=apa]

\starttext


{\bf Bibliography}

\nocite[hh2010a,hh2010b,Eijkhout1991]
\placepublications
\stoptext
............................

biblio.bib is a file already known to some:

............................
@STRING{hh = {Hans Hagen}}

@ELECTRONIC{hh2010,
  author = hh,
  year = {2010},
  title = {Metafun. \CONTEXT\ mkiv},
  url = {http://www.pragma-ade.nl/general/manuals/metafun-s.pdf},
}

@ARTICLE{hh2010a,
  author = hh,
  title = {The Font Name Mess},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {2-8},
  keywords = {context},
}

@ARTICLE{hh2010b,
  author = hh,
  title = {Grouping in Hybrid Environments},
  journal = {MAPS},
  year = {2010},
  volume = {40},
  pages = {67-71},
  keywords = {context},
}

@BOOK{Eijkhout1991,
  title = {\TeX\ by Topic. A \TeX nician's Reference},
  publisher = {Addison-Wesley},
  year = {1991},
  author = {Victor Eijkhout},
  address = {London},
  keywords = {general},
}
...........................

With mkiv I get an output without the bibliography; but dropping
"alternative=apa" everything is fine (I tried other alternatives).

tia,
-- 
Jean
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2011-03-12  7:37 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 14:38 Jean Magnan de Bornier
2011-03-11 12:00 ` Thomas A. Schmitz
2011-03-12  7:37   ` Jean Magnan de Bornier [this message]
2011-03-12 10:09     ` Thomas Schmitz
2011-03-12 10:36       ` Jean Magnan de Bornier
2011-03-12 10:45       ` Florian Wobbe
2011-03-12 11:08         ` Thomas Schmitz
2011-03-12 12:21           ` Ideas for restructuring the ConTeXt garden? Florian Wobbe
2011-03-12 13:05             ` Marco
2011-03-12 14:08               ` Mojca Miklavec
2011-03-12 16:20             ` Procházka Lukáš
2011-03-12 20:02               ` Jaroslav Hajtmar
2011-03-12 20:08             ` C.
2011-03-12 23:04               ` Pontus Lurcock
2011-03-14  7:46                 ` Taco Hoekwater
2011-03-14 20:26                   ` Mojca Miklavec
2011-03-14 21:15                     ` mathew
2011-03-13  7:01               ` Vnpenguin
2011-03-13  4:48             ` mathew
2011-03-13  5:03               ` Pontus Lurcock
2011-03-13  6:25                 ` luigi scarso
2011-03-13  7:42                   ` Minimals (was: Ideas for restructuring the ConTeXt garden?) Alan BRASLAU
2011-03-13  7:56                     ` Minimals Taco Hoekwater
2011-03-13  8:22                       ` Minimals luigi scarso
2011-03-13 21:35                 ` Minimals (was: Ideas for restructuring the ConTeXt garden?) Henning Hraban Ramm
2011-03-14  7:40                   ` Mojca Miklavec
2011-03-14 13:04             ` Ideas for restructuring the ConTeXt garden? Carlos Breton Besnier
2011-03-14 15:16             ` Carlos Breton Besnier
2011-03-16 12:37               ` Vedran Miletić
2011-04-26 10:27                 ` Ian Lawrence
2011-03-14 15:17             ` Carlos Breton
2011-03-12 16:02           ` \setuppublications problem John Haltiwanger

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=87ei6cvlfr.fsf@boreebo.bornier.net \
    --to=jm.bornier@free.fr \
    --cc=ntg-context@ntg.nl \
    /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).