ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with t-bib module
@ 2009-03-11 10:48 Lutz Haseloff
  2009-03-11 10:50 ` Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Lutz Haseloff @ 2009-03-11 10:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1704 bytes --]

Hi Taco, hi all,

trying to use the bibliography module I get following error when I use
\placepublications[criterium=all].
Without it, citation works like expected.
My file:
-------------------
\usemodule[bib]
\startpublication[k=me,
t=manual,
a=Hoekwater,
y=2006,
s=TH2006,
n=1,
u=http://contextgarden.net/Bibliography]
\author{Taco}[T.]{}{Hoekwater}
\title{\CONTEXT\ Publication Module, The user documententation}
\pubyear{2006}
\note{In case you didn’t know: it’s the document you are reading now}
\pages{14}
\stoppublication
\starttext
\input knuth
\cite[me]

\input knuth

\placepublications[criterium=all]
\stoptext
-------------------

Error message:
-------------------
(C:/contextminimal/texmf-context/tex/context/sample/knuth.tex)
(C:/contextminimal/texmf-context/tex/context/sample/knuth.tex)
! Undefined control sequence.
<argument> \alltoclevels

\doifdefinedelse #1->\edef \p!defined {#1
                                         }\ifcsname \detokenize \@EA
{\p!def...
\filllocalpublist ...fdefinedelse {\alltoclevels }
                                                   {\let \dosetfilterlevel
\...
\typesetpubslist ...fsortbycite \filllocalpublist
                                                  \iftypesetall \let
\locala...
\dodoplacepublications ...sttrue \typesetpubslist
                                                  \inpublistfalse \endgroup
l.21 \placepublications[criterium=all]
-------------------

What do I wrong?
I use latest mkiv beta interface=xp, LuaTeX, Version
snapshot-0.35.0-2009030810, build 1950
I tested the t-bib from the pragma beta zip and the newer version from
contextgarden.

Greetings Lutz

[-- Attachment #1.2: Type: text/html, Size: 2114 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: problem with t-bib module
  2009-03-11 10:48 problem with t-bib module Lutz Haseloff
@ 2009-03-11 10:50 ` Taco Hoekwater
  2009-03-11 12:09   ` Lutz Haseloff
  2009-03-11 19:36   ` Kevin D. Robbins
  0 siblings, 2 replies; 6+ messages in thread
From: Taco Hoekwater @ 2009-03-11 10:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Lutz Haseloff wrote:
> 
> What do I wrong?
> I use latest mkiv beta interface=xp, LuaTeX, Version

The current bib module doesn't work in cont-xp, and it probably
never will. Too much work and a complete replacement is planned
anyway.

Best wishes,
Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: problem with t-bib module
  2009-03-11 10:50 ` Taco Hoekwater
@ 2009-03-11 12:09   ` Lutz Haseloff
  2009-03-11 19:36   ` Kevin D. Robbins
  1 sibling, 0 replies; 6+ messages in thread
From: Lutz Haseloff @ 2009-03-11 12:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 335 bytes --]

Thanks!

2009/3/11 Taco Hoekwater <taco@elvenkind.com>

>
>
> Lutz Haseloff wrote:
> >
> > What do I wrong?
> > I use latest mkiv beta interface=xp, LuaTeX, Version
>
> The current bib module doesn't work in cont-xp, and it probably
> never will. Too much work and a complete replacement is planned
> anyway.
>
> Best wishes,
> Taco
>

[-- Attachment #1.2: Type: text/html, Size: 676 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: problem with t-bib module
  2009-03-11 10:50 ` Taco Hoekwater
  2009-03-11 12:09   ` Lutz Haseloff
@ 2009-03-11 19:36   ` Kevin D. Robbins
  2009-03-12  8:43     ` Taco Hoekwater
  1 sibling, 1 reply; 6+ messages in thread
From: Kevin D. Robbins @ 2009-03-11 19:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1070 bytes --]

Hi Taco,

You say that the current bib module will likely never work with cont-xp. Are
you planning to release the new bib module in the same time frame as Hans
intends to merge cont-xp?

Thanks,

Kevin

On Wed, Mar 11, 2009 at 4:50 AM, Taco Hoekwater <taco@elvenkind.com> wrote:

>
>
> Lutz Haseloff wrote:
> >
> > What do I wrong?
> > I use latest mkiv beta interface=xp, LuaTeX, Version
>
> The current bib module doesn't work in cont-xp, and it probably
> never will. Too much work and a complete replacement is planned
> anyway.
>
> Best wishes,
> Taco
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 1803 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: problem with t-bib module
  2009-03-11 19:36   ` Kevin D. Robbins
@ 2009-03-12  8:43     ` Taco Hoekwater
  2009-03-12 18:09       ` Kevin D. Robbins
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2009-03-12  8:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users



Kevin D. Robbins wrote:
> Hi Taco,
> 
> You say that the current bib module will likely never work with cont-xp.
> Are you planning to release the new bib module in the same time frame as
> Hans intends to merge cont-xp?

Something like that (at least a few months away)

Taco
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: problem with t-bib module
  2009-03-12  8:43     ` Taco Hoekwater
@ 2009-03-12 18:09       ` Kevin D. Robbins
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin D. Robbins @ 2009-03-12 18:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 910 bytes --]

Great. Thanks,

Kevin

On Thu, Mar 12, 2009 at 2:43 AM, Taco Hoekwater <taco@elvenkind.com> wrote:

>
>
> Kevin D. Robbins wrote:
> > Hi Taco,
> >
> > You say that the current bib module will likely never work with cont-xp.
> > Are you planning to release the new bib module in the same time frame as
> > Hans intends to merge cont-xp?
>
> Something like that (at least a few months away)
>
> Taco
>
> ___________________________________________________________________________________
> 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  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 1671 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2009-03-12 18:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-11 10:48 problem with t-bib module Lutz Haseloff
2009-03-11 10:50 ` Taco Hoekwater
2009-03-11 12:09   ` Lutz Haseloff
2009-03-11 19:36   ` Kevin D. Robbins
2009-03-12  8:43     ` Taco Hoekwater
2009-03-12 18:09       ` Kevin D. Robbins

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