ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bib module, inproceedings & mkii/mkiv incompatibility
@ 2010-03-04 17:55 Mojca Miklavec
  2010-03-04 18:04 ` James Fisher
  2010-03-07 10:26 ` Taco Hoekwater
  0 siblings, 2 replies; 5+ messages in thread
From: Mojca Miklavec @ 2010-03-04 17:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello Taco,

the following example (I need to admit that I'm not sure how to
properly cite inproceedings) returns a different result in mkii and
mkiv. My citation (the fields I use) is probably a bit wrong, but the
results should be the same in my opinion. (Only mkii shows the year,
in mkiv there's an extra space; the month is not shown anywhere,
pubname is only shown  in mkii although it's probably not needed
anyway since it's already the title (= booktitle in bibtex?) that
takes that role. It's also not really clear to me why I need to use
author and not artauthor, but well ...)


It may be sensible to have some reference about which fields are
sensible for what type of publication also among the ConTeXt manuals.

From some unofficial BibTeX reference
(http://www.kfunigraz.ac.at/~binder/texhelp/bibtx-14.html):

Format:
     @INPROCEEDINGS{citation_key,
                    required_fields [, optional_fields] }

Required fields: author, title, booktitle, year
Optional fields: editor, pages, organization, publisher, address,
month, note, key

\usemodule
	[bib]
\setuppublications
	[alternative=num,
	 criterium=all,
	 sorttype=cite]

\startpublication
	[k=3Ddosimetry,
	 t=inproceedings,
	 a=Kormoll,
	 s=,
	 u=]
	\arttitle{3D In-vivo Dosimetry for Photon Radiotherapy Based on Pair
Production}
	\title{IEEE Nuclear Science Symposium Medical Imaging Conference Record}
	\author[]{Thomas}[T.]{}{Kormoll}
	\author[]{Daniela}[D.]{}{Kunath}
	\author[]{Wolfgang}[W.]{}{Enghardt}
	\volume{}
	\issue{}
	\city{Orlando, Florida}
	\pubyear{2009}
	\pubname{IEEE Nuclear Science Symposium Conference Record}
	\month{October}
	\day{25-31}
	\pages{2969-2975}
	\doi{}
	\abstract{}
\stoppublication

\starttext

\cite[3Ddosimetry]

\placepublications

\stoptext

Thanks,
    Mojca
___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-03-07 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-04 17:55 bib module, inproceedings & mkii/mkiv incompatibility Mojca Miklavec
2010-03-04 18:04 ` James Fisher
2010-03-07 10:26 ` Taco Hoekwater
2010-03-07 12:58   ` Mojca Miklavec
2010-03-07 13:42     ` Taco Hoekwater

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).