Hello all, following minimal example: \usemodule[bib] \setupbibtex[database=Grundexkursionen] \setupheadtext[de][pubs=Literaturverzeichnis] \setuppublications[alternative=apa-de, numbering=yes, autohang=yes, refcommand=author] \unprotect\def\scAuthorname#1#2#3#4#5% {\bibdoif{#2}{#2\bibalternative\c!vonsep}% \sc{#3}\bibalternative\c!surnamesep\tf \bibdoif{#5}{#5\bibalternative\c!juniorsep}% \bibdoif{#4}{#4\unskip}} \protect \def\textcite#1{\sc\cite[authoryear][#1]\tf} \def\ccite#1{\cite[authoryears][#1]} \setuppublicationlist[artauthor=\scAuthorname, author=\scAuthorname] \starttext That´s a literature test \ccite{Burrows:2003rm}. Another literature test \textcite{Pareyvogel}. And the last literature test \ccite {Burrows:2003rm}. That´s all. \completepublications[criterium=all] \stoptext when I do it with ConTeXt MKII all is ok, but in ConTeXt MKIV the first \cite (in my example \ccite) always breaks the line after the first left delimiter (when i use refcommand "authorstyles"). Is this a bug? Are there any workarounds? refcommand=num and refcommand=key don ´t break the lines but all others do. Thanks for help. Bernhard Rosensteiner
participants (1)
-
Bernhard Rosensteiner