Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 774759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:10:59+00:00 2026-05-14T19:10:59+00:00

I am producing some latex beamer slides (but I think it is not a

  • 0

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
\item Issue2
\item Issue3
\end{itemize}

Now, I want to have a right curly brace (i.e. ‘}’) behind the items spreading over issue1 and issue2. And of course I want to write something behind that curly brace.

In a perfect world I would write something like:

\begin{itemize}
\left .
\item Issue1
\item Issue2
\right \} One and Two are cool
\item Issue3
\end{itemize}

This does not work because I am not in a math environment and I can not put the whole snippet inside a math environment because itemize would not work in that case.

Is there a clean solution or a hack to produce my desired result?

Regards,
Bastian.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:11:00+00:00Added an answer on May 14, 2026 at 7:11 pm

    I’d use tikz and make an overlay.

    First include the proper packages (you may not need to include tikz since this is a beamer question):

    \usepackage{tikz}
    \usetikzlibrary{decorations.pathreplacing}
    

    Then when you make your list, give names to the places after each item:

    \begin{itemize}
        \item Issue 1     
            \tikz[remember picture] \node[coordinate,yshift=0.5em] (n1) {}; 
        \item Issue 2
            \tikz[remember picture] \node[coordinate] (n2) {};
        \item Issue 3
    \end{itemize}
    

    (Note: I shifted the y value up by 1/2 of a line maybe more would be better.)

    Because we used remember picture we can refer to these places in an overlay:

      \begin{tikzpicture}[overlay,remember picture]
          \path (n2) -| node[coordinate] (n3) {} (n1);
          \draw[thick,decorate,decoration={brace,amplitude=3pt}]
                (n1) -- (n3) node[midway, right=4pt] {One and two are cool};
      \end{tikzpicture}
    

    The path is there to deal with items that do not have the same width. This edit comes from ESultanik’s answer.

    The result is:

    alt text

    Side note: You can remove all of the remember picture options and add the following to automatically add remember to all pictures:

    \tikzstyle{every picture}+=[remember picture]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Solr MoreLikeThis query that is producing some decidedly non-related results. When
Got some code that is not mine and its producing this warning atm: iehtmlwin.cpp(264)
I have some simple constraints involving multiplication of reals in z3 that are producing
Hi I have some code producing multiple graphs with knitr mocked up below. The
I have a simple piece of a program thats currently producing some memory leaks
I'm having some trouble producing what I think should be a fairly straightforward ggplot2
I am using xml serialization, with rectangles but this is producing some nasty XML...
I have some simple code to round up and round down, but it is
Using maven 3.0.4 I have a multi-module maven project, with some modules producing war
I would really appreciate some help with the following issue: I have a gadget

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.