I need something similar to \underbrace but instead of curly brackets, I would like to have normal round horizontal paranthesis below my text. Similar to \textbottomtiebar but spanning the whole text.
How do I achieve this with tex?
|
I need something similar to How do I achieve this with tex? |
||||
|
Here is an implementation of such thing you wanted done entirely in TeX (no tikz, no mathtools, no pstricks, nothing extra, etc):
Here is another solution using graphicx package:
|
||||
|
Here's a
|
|||||||||
|
|
Here's a slight variant of Gonzalo's answer that uses the calligraphy package to style the parenthetical line a little more like a parenthesis. Here's the result:
Unfortunately, dashed lines are no longer possible. The only allowed modification is to the colour (though one could make the thickness configurable). Here's the code, blatantly adapted from Gonzalo's answer:
(I should warn any readers of this that the calligraphy package is still in development and so should be considered at "alpha" level. Also, you need the |
|||||
|
|
There are some other alternatives to The following minimal example shows the difference between
The construction relies on Nodes are marked using Since this uses Note that you might have to do some vertical correction below |
|||
|
|
minipage? – Kerrek SB Nov 24 '11 at 17:26