On Sun, Mar 7, 2010 at 11:26, Taco Hoekwater wrote:
> Mojca Miklavec wrote:
>>
>> 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,
>
> Please try the attached patched version of bibl-num.tex, that should
> give you the month back in mkii. (if it works, similar patches are
> needed to the other files, of course).

Thanks a lot. It solves my particular problem (at least in MKII), I
have no idea how all the other references should be printed properly.

Just curious (you do not need to consider my question at all): is
there any reason for not printing the day next to month and year as
well (only if present of course)? Or maybe that's against the rules of
other publication layout? Maybe possible to make it configurable?

>> 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 ...)
>
> In hindsight, artauthor would have been better, but it would be
> a bad idea to change that after all that time.
>
>> It may be sensible to have some reference about which fields are
>> sensible for what type of publication also among the ConTeXt manuals.
>
> Well, for mkii I was aiming for the same fields as for bibtex,
> (plus/minus the [art]author/[art]title differences). It just
> so happens that I missed 'month' and perhaps others as well.

The output in mkiv is still weird though. Also, try the following
example in MKIV. It gives the number 42 in italic, which should not
happen.

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

\startpublication
        [k=X,
         t=article,
         a=Someone,
         s=,
         u=]
        \arttitle{Title}
        \journal{IEEE Transactions on Nuclear Science}
        \artauthor[]{I.}[I.]{}{Someone}
        \volume{42}
        \issue{1}
        \pubyear{2010}
        \pages{100-200}
        \abstract{}
\stoppublication

\starttext

\nocite[X]

\placepublications

\stoptext

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
___________________________________________________________________________________

Reply via email to