Graphics, Figures & Tablesbeamer | Itemized List and Picture in one Frame

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

beamer | Itemized List and Picture in one Frame

Post by enferty »

Hi all,

I would like to put some itemized text and a picture on a frame. (yes, it's a beamer problem). The actual problem is that I want that picture to be placed under the text. Can someone help me, how to do that?

Thanks a lot :)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Itemized List and Picture in one Frame

Post by localghost »

For an adequate problem description please prepare a minimal example. Due to missing information all approaches for specific help would be only guesses and random shots.


Thorsten
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

Re: beamer | Itemized List and Picture in one Frame

Post by enferty »

Ok, this is what I need to make in beamer class.
Attachments
beamer-sample.jpg
beamer-sample.jpg (243.66 KiB) Viewed 4850 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Itemized List and Picture in one Frame

Post by localghost »

enferty wrote:Ok, this is what I need to make in beamer class.
This is not a minimal example. Please follow the links in my last reply for detailed instructions. Such an example shows your own efforts in form of code, not just a picture.
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

beamer | Itemized List and Picture in one Frame

Post by enferty »

Code: Select all

\frame {
    \frametitle{Proizvodnja cementa:}
    \begin{itemize}
        \item<1->eksploatacija cementnih sirovina
        \item<2->priprema sirovina (usitnjavanje i me\v{s}anje)
        \item<3->uskladi\v{s}tenje sirovinskog bra\v{s}na
        \item<4->pe\v{c}enje sirovinskog bra\v{s}na (proizvodnja klinkera)
        \item<5->odle\v{z}avanje klinkera
        \item<6->mlevenje klinkera u cement
        \item<7->uskladi\v{s}tenje cementa
        \item<8->pakovanje i otprema
    \end{itemize}

    \begin{figure}
\includegraphics[scale=0.5]{slike\PIC1.jpg}
\caption{show an example picture}
\end{figure}

}
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Itemized List and Picture in one Frame

Post by localghost »

Unfortunately I'm not able to make use of this useless code snippet.
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

Re: beamer | Itemized List and Picture in one Frame

Post by enferty »

Then I don't understand what you need. I have given you a picture of what I need to make and don't know how to do it, and code that I tried to make. It's simple. I have itemized things and UNDER them I want that picture. Better?
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Itemized List and Picture in one Frame

Post by localghost »

enferty wrote:Then I don't understand what you need. […]
What is needed to get closer to a solution is clearly described on the pages I have linked in my former replies. If you are not able to follow some links for instructions, then we are not able to offer specific help. That's it.

The requested example shall be compilable out of the box for everybody so that it is not necessary to gather necessary packages first. This would allow to test possible solutions instantly and increases your chance of good answers.
Post Reply