Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-25 Thread Marco
On 2012-05-24 Hans Hagen pra...@wxs.nl wrote:

 You can check the next beta.

Works perfectly, thanks for the fix.


Marco


___
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
___


Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-24 Thread Marco
On 2012-05-20 Marco net...@lavabit.com wrote:

 It works with beta 2011.09.27 20:05 and fails with
 beta 2011.10.01 10:48.

Still failing with a current 2012.05.24 09:57

Marco


___
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
___


Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-24 Thread Tim Steenvoorden
Also doesn't work with sections between \cite and \placepublications.
When specifying alternatives like apa you get no publicationlist and
with ams even [[error 2]]'s with \cite. You can play a little bit
with the example in the attachment.

It would be nice to have a working version in TeXLive 2012. I would be
glad to help with any of these problems, but my LuaTeX knowledge is
very low I'm afraid.

Cheers,
Tim


2012/5/24 Marco net...@lavabit.com:
 On 2012-05-20 Marco net...@lavabit.com wrote:

 It works with beta 2011.09.27 20:05 and fails with
 beta 2011.10.01 10:48.

 Still failing with a current 2012.05.24 09:57

 Marco


 ___
 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
 ___


bib.tex
Description: TeX document


sample.bib
Description: Binary data
___
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
___

Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-24 Thread Hans Hagen

On 24-5-2012 10:36, Tim Steenvoorden wrote:

Also doesn't work with sections between \cite and \placepublications.
When specifying alternatives like apa you get no publicationlist and
with ams even [[error 2]]'s with \cite. You can play a little bit
with the example in the attachment.

It would be nice to have a working version in TeXLive 2012. I would be
glad to help with any of these problems, but my LuaTeX knowledge is
very low I'm afraid.


You can check the next beta.


-
  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
___


Re: [NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-20 Thread Marco
Some additional info:

It works with beta 2011.09.27 20:05 and fails with
beta 2011.10.01 10:48. That was the beta where the project code was
rewritten. That broke the citation mechanism, I guess.

Marco


___
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
___


[NTG-context] Citations in a frontmatter fail when placed in a component

2012-05-19 Thread Marco
Hi,

When a \cite command is placed in a frontmatter or bodymatter it
prints [[error 2]] as citation and no bibliography is created. This
only occurs when the \cite command is called from another component.
\cite calls from within the same file work, even inside a
frontmatter.

Example:

% file product.tex
\startproduct product

\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

% comment out the frontmatter and it works
\startfrontmatter
  \component component

  % this one works
% \cite[me]
\stopfrontmatter

\placepublications [criterium=text]

\stopproduct

% file component.tex
\startcomponent component
  cite: \cite[me]
\stopcomponent


Marco


___
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
___