ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Question \completepublications
@ 2006-12-14 17:17 Wim Neimeijer
  2006-12-14 18:39 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: Wim Neimeijer @ 2006-12-14 17:17 UTC (permalink / raw)


Hello All,

My project looks like this and all looks well.

\usemodule[bib]
\startproject cart
\mainlanguage[nl]

\input cartbiblio % contains \start..\stoppublication

\startbodymatter
\component cart8 % contains main text
*\completepublications % this works*
\stopbodymatter
\startappendices
\completeindex
\stopappendices
\stopproject

However when I move the \complepublications to the \start..\stopappendices
like this

\usemodule[bib]
\startproject cart
\mainlanguage[nl]

\input cartbiblio % contains \start..\stoppublication

\startbodymatter
\component cart8 % contains main text
\stopbodymatter
\startappendices
*\completepublications % this does not work*
\completeindex
\stopappendices
\stopproject
*
*all the references made by \cite are empty ? The log of this run
indicates that cart.bbl is not found but in the working example
it does not need a cart.bbl file ?

Kind regards

Wim

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

end of thread, other threads:[~2006-12-22  8:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-14 17:17 Question \completepublications Wim Neimeijer
2006-12-14 18:39 ` Taco Hoekwater
2006-12-21 18:51   ` "Guðmundur J. Kristjánsson"
2006-12-22  8:09     ` Taco Hoekwater

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