There seems to be a small bug or missing feature in the handling of the structured keyword. I use this to add some keywords (e.g. names) to the caption. It works really well. But when there is a caption already available a new added keyword is appended to the caption in ANY case seperated with the delimiter.
For example:
"This is a house"
now I add a keyword and the output is:
"This is a house, mother"
so far so good. BUT: when "This is a house" ends with a "." or a CR then the delimiter "," shouldn't be printed. The output is:
"This is a house.
, mother"
but should be
"This is a house.
mother"
I don't know whether this is a feature or a bug, but ot would be great when this should work.
Thanks,
Lars