Latex: stretchable curly braces outside math

前端 未结 6 513
一个人的身影
一个人的身影 2021-02-05 11:38

I am producing some latex beamer slides (but I think it is not a beamer specific question per se).

I have the following:

\\begin{itemize}
\\item Issue1
\         


        
6条回答
  •  梦如初夏
    2021-02-05 11:57

    One way to get around this would be to use a math environment like align, put the bullet points by hand (with \bullet ), and then use the resources of the math environment for big braces and such.

提交回复
热议问题