Taco Hoekwater skrev:
Janneman wrote:
One missing "curly" bracket but still the same problem. Anything to do with some global settings with "INCOLLECTION@" ?
Add \usepublications[\jobname] just before \starttext and you should be fine. (you can search the archives, this problem has come up a couple of times in the last two weeks).
Best wishes, Taco
PS It is better to be a little more specific about the actual problem inside the actual email text, I simply stopped looking after I saw the first error in the bib log.
___________________________________________________________________________________
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 ___________________________________________________________________________________
After I added \usepublications[\jobname] it work as expected thanks for the help! MVH /Janneman % ------ \usemodule[bib] %\usemodule[bibltx] \setupheadtext[sv][pubs=Litteraturhänvisning] \setupbibtex[database=test] %\usepublications[uppsatsGJ2009] \setuppublications[state=start,alternative=apa,criterium=all,refcommand=authoryear] \setuppublicationlist[author=\invertedauthor,artauthor=\invertedauthor,editor=\invertedauthor] \setupcite[authoryear][andtext={ och },compress=no] \usepublications[\jobname] \starttext \section{test} When citing this author it makes an annoying new line. Eva \cite[Hultin2007]. But this reference \cite[2005tmo] keeps at the same line. This is bad because i'm writing a thesis right now and this doesn't look good. \stoptext % ----- PS! I will investigate further those earlier discussions about this topic and of course check my preferences in thunderbird so not the attached files pastes in the mail automatically. I thought it would be useful to have the log entries for you to investigate. DS!