Is there a way to implement a if-condition depending on the presence of a prefix/suffix?
I want to implement that if there is suffix inserted via the word plugin, the numeric citation should be bracketed.
E.g.
should be displayed as
E.g.
[2]
with suffix="see also"should be displayed as
(see also [2])
e.g. in numeric its
(see also [3])
but I have to insert the brackets manually in word. if I switch to author-year this would look like((author, year))
instead of(author, year)