Collision of sectioning and bibliography?
Hello ConTeXist. After two years I recreate a larger project (that was created using the MKII) and convert it into MKIV. And I ran into some major problems. I try to describe it and ask you about help. Collisions of sectioning and bibliography: When put into the document sections (using \section{} or \title{} commands), bibliography stops working and the error will appear in the bibliography links (Error2) and a list of the bibliography does not list. What I am doing wrong? Thanx Jaroslav Hajtmar Here is my minimal example: \setupbibtex[database={samplebib}] \setuppublications[alternative=ams] % Content of file "samplebib.bib" is: % % @STRING{hh = {Hans Hagen}} % % @ARTICLE{hh2010a, % author = hh, % title = {The Font Name Mess}, % journal = {MAPS}, % year = {2010}, % volume = {40}, % pages = {2-8}, % keywords = {context}, % } % % @BOOK{Eijkhout1991, % title = {\TeX\ by Topic. A \TeX nician's Reference}, % publisher = {Addison-Wesley}, % year = {1991}, % author = {Victor Eijkhout}, % address = {London}, % keywords = {general}, % } \starttext Citation one is \cite[hh2010a] and another citation is \cite[Eijkhout1991]. % When you uncomment next line, then bibliography crashed %\section{List of citations} \placepublications[criterium=cite] \stoptext
participants (1)
-
Jaroslav Hajtmar