On Fri, 10 Jul 2015 11:29:17 +0200
Procházka Lukáš Ing. - Pontex s. r. o. <l...@pontex.cz> wrote:

> 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
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to