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

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
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 wrote:Ok, this is what I need to make in beamer class.
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}
}
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.enferty wrote:Then I don't understand what you need. […]
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