Hi Tobias Tobias Burnus wrote:
I have two observations and one question.
If I use interactivity, \cite[year][myRef] links to the \placepublications[criterium=all] list. However, if I use \cite[authoryear][myRef], it does not.
This one is a case of NIY: If you really need interactivity, use \setupcite[authoryear][compress=no] for now. I'll fix this in the next feature release (not impossible, but needs a fair amount of juggling with \commalist-lists).
\cite[doi][Slater1954] shows something like [Slater195410.1103/PhysRev.94.1498] rather than "10.1103/PhysRev.94.1498"
This is a bug introduced by the new reference system that I will fix soon (hopefully tomorrow). If I am not mistaen, \cite[url] has a related problem.
Has anyone an idea what goes wrong here: \def\onlinecite[#1]{\cite[left=,right=][#1]} [...] \onlinecite[myRef] % does not work, shows [] Logfile: publications : warning: cite argument myRef unknown on 109
However, using \cite[left=,right=][myRef] directly works.
That maes absolutely no sense at all. Do you have a minimal file to play with? Greetings, Taco