On Fri, 10 Jul 2015 11:29:17 +0200
Procházka Lukáš Ing. - Pontex s. r. o.
3) I would like to alter citation style from "[1]" to "MA2004"; I guess this could be done by "\setuppublications[refcommand=author]"...
MKIV: \cite[short][bibtexkey] or, to make this the default cite style: \setupbtx[alternative=short] which should give "MA04" (the short style is first two initials of the author name or the first initials of multiple author names followed by a two digit year) You can modify the style using \setupbtx[default:cite:short][left=,right=] to get rid of the brackets.
4) Finally, in list of publications, I'd rather enumerate publications in "[1]" style rather than simple "1", i.e. enclose the publication number into [].
Similarly, \setupbtx[default:list:numbering][left={[},right={]}] to add brackets to the list. Alan