Johannes Graumann wrote:
This works ok, however, I also have the following definition included: \defineXMLenvironment [chapter] { \defineXMLargument [title] {\chapter} \defineXMLprocess [content] {}
I believe that should be: \defineXMLenvironment [content] {}{}
2) I'm a biologist and author/year citation is usus where I work. The options 'authoryear' ('Hoekwater (2006)') and 'authoryears' ('(Hoekwater, 2006)') are great, but I would also want to have the option to prepend the latter with something like 'e.g.' ('(see e.g. Hoekwater, 2006)'). I understand this is possible to the right of the actual citation with 'extras', but how difficult would it be to do that on the left?
You can use the 'left' parameter, just don't forget to include a '(' at the start of it. Cheers, Taco