ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* placepublications does not place publications
@ 2010-10-05 13:04 Thomas A. Schmitz
  2010-10-05 13:12 ` Otared Kavian
  2010-10-06  8:21 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas A. Schmitz @ 2010-10-05 13:04 UTC (permalink / raw)
  To: mailing ConTeXt users list for

Hi all,

the following code works in mkii. It used to work in mkiv as well, but doesn't anymore with the latest beta (I can't tell at which version it stopped working, sorry). Maybe a side-effect of the new structure code? 

All best

Thomas

\startpublication[k=ackermanmyth,t=book,
a={{Ackerman}},y=1991,
n=34,s=Ack91]
\author[]{Robert}[R.]{}{Ackerman}
\pubyear{1991}
\title{The Myth and Ritual School: J. G. Frazer and the Cambridge Ritualists}
\city{New York}
\pubname{Garland}
\stoppublication

\startpublication[k=ackrillaristotle,t=book,
a={{Ackrill}},y=1981,
n=366,s=Ack81]
\author[]{J.~L.}[J.~L.]{}{Ackrill}
\pubyear{1981}
\title{Aristotle the Philosopher}
\city{Oxford}
\pubname{Oxford UP}
\stoppublication

\starttext

\section{One}

\nocite[ackrillaristotle]

\placepublications[criterium=cite]

\section{Two}

\nocite[ackermanmyth]

\placepublications[criterium=cite]

\stoptext
___________________________________________________________________________________
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

* Re: placepublications does not place publications
  2010-10-05 13:04 placepublications does not place publications Thomas A. Schmitz
@ 2010-10-05 13:12 ` Otared Kavian
  2010-10-05 13:22   ` Thomas A. Schmitz
  2010-10-06  8:21 ` Hans Hagen
  1 sibling, 1 reply; 5+ messages in thread
From: Otared Kavian @ 2010-10-05 13:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Thomas,

Your test file gives me the same result in mkii or mkiv: using ConTeXt  ver: 2010.10.01 23:14.

Best regards: OK

On 5 oct. 2010, at 15:04, Thomas A. Schmitz wrote:

> Hi all,
> 
> the following code works in mkii. It used to work in mkiv as well, but doesn't anymore with the latest beta (I can't tell at which version it stopped working, sorry). Maybe a side-effect of the new structure code? 
> 
> All best
> 
> Thomas
> 
> \startpublication[k=ackermanmyth,t=book,
> a={{Ackerman}},y=1991,
> n=34,s=Ack91]
> \author[]{Robert}[R.]{}{Ackerman}
> \pubyear{1991}
> \title{The Myth and Ritual School: J. G. Frazer and the Cambridge Ritualists}
> \city{New York}
> \pubname{Garland}
> \stoppublication
> 
> \startpublication[k=ackrillaristotle,t=book,
> a={{Ackrill}},y=1981,
> n=366,s=Ack81]
> \author[]{J.~L.}[J.~L.]{}{Ackrill}
> \pubyear{1981}
> \title{Aristotle the Philosopher}
> \city{Oxford}
> \pubname{Oxford UP}
> \stoppublication
> 
> \starttext
> 
> \section{One}
> 
> \nocite[ackrillaristotle]
> 
> \placepublications[criterium=cite]
> 
> \section{Two}
> 
> \nocite[ackermanmyth]
> 
> \placepublications[criterium=cite]
> 
> \stoptext
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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

* Re: placepublications does not place publications
  2010-10-05 13:12 ` Otared Kavian
@ 2010-10-05 13:22   ` Thomas A. Schmitz
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas A. Schmitz @ 2010-10-05 13:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 5, 2010, at 3:12 PM, Otared Kavian wrote:

> Hi Thomas,
> 
> Your test file gives me the same result in mkii or mkiv: using ConTeXt  ver: 2010.10.01 23:14.
> 
> Best regards: OK

Thanks Otared, that would mean it stopped working with the version I have here, which is 2010.10.03 18:07. 

All best

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

* Re: placepublications does not place publications
  2010-10-05 13:04 placepublications does not place publications Thomas A. Schmitz
  2010-10-05 13:12 ` Otared Kavian
@ 2010-10-06  8:21 ` Hans Hagen
  2010-10-06  8:36   ` Thomas A. Schmitz
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2010-10-06  8:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Thomas A. Schmitz

On 5-10-2010 3:04, Thomas A. Schmitz wrote:
> Hi all,
>
> the following code works in mkii. It used to work in mkiv as well, but doesn't anymore with the latest beta (I can't tell at which version it stopped working, sorry). Maybe a side-effect of the new structure code?

Fixed in next beta (when fixing alan's blockwise list filtering I 
somehow deleted part of a line elsewhere).

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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

* Re: placepublications does not place publications
  2010-10-06  8:21 ` Hans Hagen
@ 2010-10-06  8:36   ` Thomas A. Schmitz
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas A. Schmitz @ 2010-10-06  8:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 6, 2010, at 10:21 AM, Hans Hagen wrote:

> On 5-10-2010 3:04, Thomas A. Schmitz wrote:
>> Hi all,
>> 
>> the following code works in mkii. It used to work in mkiv as well, but doesn't anymore with the latest beta (I can't tell at which version it stopped working, sorry). Maybe a side-effect of the new structure code?
> 
> Fixed in next beta (when fixing alan's blockwise list filtering I somehow deleted part of a line elsewhere).
> 
> Hans
> 
Excellent, thanks a lot!

Thomas

___________________________________________________________________________________
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-10-06  8:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-05 13:04 placepublications does not place publications Thomas A. Schmitz
2010-10-05 13:12 ` Otared Kavian
2010-10-05 13:22   ` Thomas A. Schmitz
2010-10-06  8:21 ` Hans Hagen
2010-10-06  8:36   ` Thomas A. Schmitz

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