Am 11.09.2011 um 16:49 schrieb Aditya Mahajan:

> On Sun, 11 Sep 2011, Wolfgang Schuster wrote:
> 
>> 
>> Am 10.09.2011 um 18:20 schrieb Aditya Mahajan:
>> 
>>> If one is also interested in a usable XML export, then some 
>>> \starttag..\stoptag must be added to the setups.
>> 
>> How about this: http://d.pr/o7Xz
> 
> Thanks, that is very nice.
> 
> Can you make the alignment and the \blanks configurable, perhaps using 
> spacebefore and space after?

I can but when you need customization write your own style.

> Is there an easy way to add multiple authors. Sometimes you need to add 
> authors and their affiliation and I don't know what is a good key-value 
> driven way to add them.

The ConTeXt way would be “author={Author One,Author Two,…}” but with MkIV you 
can use Lua to provide a alternative key-val-interface:

\startplacetitle
    title = "…",
    author = {
        "First author",
        "Second author",
        "…",
    } ,
    date = "\\curentdate"
\stopplacetitle

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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