Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • I still don't know what to do to get two lines on the left outside the curly brackets, something like This is\\baseline text Commented Jan 3, 2015 at 22:47
  • @GuillaumeCoatalen If you wanted to keep it as stacks, you could use \Centerstack[l]{This is\\ baseline text} prior to the braced material. You might need to tweak the stacking gaps [0pt] and [5pt] to suit. Commented Jan 3, 2015 at 23:44
  • Yes, but could I do it with a tabular environment? Commented Jan 4, 2015 at 10:27
  • @GuillaumeCoatalen You may use stacks inside of tabular environments, but there is a catch. Long stacks have, by default, an interbaseline skip of \baselineskip, which is redefined by tabular. Thus, before entering the tabular, you must redefine the long stack gap in explicit units, such as \setstackgap{L}{12pt}. Does this help? Commented Jan 4, 2015 at 16:53
  • Do you think you could send an entire example which works?That'd be very helpful. Commented Jan 4, 2015 at 17:34