ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Citations in a frontmatter fail when placed in a component
@ 2012-05-19 20:03 Marco
  2012-05-20 14:39 ` Marco
  0 siblings, 1 reply; 6+ messages in thread
From: Marco @ 2012-05-19 20:03 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________

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

end of thread, other threads:[~2012-05-25 10:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-19 20:03 Citations in a frontmatter fail when placed in a component Marco
2012-05-20 14:39 ` Marco
2012-05-24  8:24   ` Marco
2012-05-24  8:36     ` Tim Steenvoorden
2012-05-24 11:43       ` Hans Hagen
2012-05-25 10:23         ` Marco

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