TeX - LaTeX Asked by EugenS on December 22, 2020
Reading a related question, I encountered a problem: How do I place a picture with a caption in beamer?
MWE:
documentclass{beamer}
usetheme{Madrid}
usepackage[dutch]{babel}
%usepackage{curvedarrows}
%usepackage{cutwin}
usepackage{lipsum}
%usepackage[3D]{movie15}
defleq{leqslant} % eleganter leq-symbool
defgeq{geqslant} % eleganter geq-symbool
title{De regel van Horner: Een vleugje geschiedenis}
date{}
subject{Slides voor het vak Vakdidactiek wiskunde} % zichtbaar in het "Properties" venster van de PDF-viewer
keywords{LaTeX, beamer, presentaties} % idem
begin{document}
addtocounter{framenumber}{-1}
begin{frame}[plain]
titlepage
end{frame}
begin{frame}
begin{tabular}{cl}
begin{tabular}{c}
includegraphics[height=5cm, width=3.5cm]{horner}
caption[Caption string]{Figure caption}
end{tabular}
& begin{tabular}{l}
parbox{0.5linewidth}{% change the parbox width as appropiate
textbf{William George Horner} (geboren in 1786, gestorven in 1837) was een Brits wiskundige.
Hij studeerde aan de Kingswood School in Bristol, waar hij reeds op 14(!)-jarige leeftijd een masteropleiding volgde. Daarna trok hij richting Bath waar hij een school stichtte.
}
end{tabular}
end{tabular}
end{frame}
end{document}
I see no reason to use any tabulars here when beamer
has a columns concept (I uses a black blob instead of an image)
documentclass{beamer}
usetheme{Madrid}
usepackage[dutch]{babel}
begin{document}
begin{frame}
begin{columns}
begin{column}{0.48textwidth}
begin{figure}
% includegraphics[height=5cm, width=3.5cm]{horner}
rule{3.5cm}{5cm}
caption[Caption string]{Figure caption}
end{figure}
end{column}
begin{column}{0.48textwidth}
textbf{William George Horner} (geboren in 1786, gestorven
in 1837) was een Brits wiskundige.
Hij studeerde aan de Kingswood School in Bristol, waar hij
reeds op 14(!)-jarige leeftijd een masteropleiding
volgde. Daarna trok hij richting Bath waar hij een school
stichtte.
end{column}
end{columns}
end{frame}
end{document}
Correct answer by daleif on December 22, 2020
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP