I have some text information where I need to apply a text format to all the outer most parentheses such as making them larger and/or bold.
In a sense I want to process text like
^(...(...(...)...)...(..)..^)...^(..(....)..^)
Where ^( and ^) have special formats(basically all I want to do is make the outermost parentheses of some mathematical like text(but it is not math text) stand out so it is easier to read).
It would look like
(...(...(...)...)...(..)..)...(..(....)..)
Any ideas to do this easily? I do not want to have to add \mathbf to each parenthesis as it clutters up the text.
(in fact I would actually like to modify the text just before *( and apply a format to it(just the word before it).
So
SomeText(....)
would get a format applied to SomeText and the outer ( ) but everything inside will remain.
I want to avoid cluttering up the text as much as possible and I guess some environment is needed?



