TransWikia.com

Positioning Image in top of first column

TeX - LaTeX Asked by Mathematics on August 25, 2020

I am making a presentation in which I need the image at top of left column but it is aligned at the center. What can do to move it to top?

 begin{columns}{onlytextwidth}

column{0.3textwidth}
begin{figure}

  includegraphics[scale=0.25]{Table.PNG}
  
end{figure}

column{0.7textwidth}

begin{enumerate}[i]

    item  Number of students who are enrolled in Mathematics only.

    item Number of students who are enrolled in Physics only.

    item Number of students who are enrolled in Chemistry only.

    item Number of students who are enrolled in exactly one subject.

item  Number of students who are enrolled in at least one subject.

item Number of students who are not enrolled in any subject.

end{enumerate}

end{columns} 

enter image description here

One Answer

You can make use of the T option as shown in the following example:

enter image description here

documentclass{beamer}
begin{document}
begin{frame}
begin{columns}[T]
  begin{column}{0.3textwidth}
    includegraphics[scale=0.25]{example-image}
  end{column}
  begin{column}{0.7textwidth}
    begin{enumerate}[i]
      item  Number of students who are enrolled in Mathematics only.
      item Number of students who are enrolled in Physics only.
      item Number of students who are enrolled in Chemistry only.
      item Number of students who are enrolled in exactly one subject.
      item  Number of students who are enrolled in at least one subject.
      item Number of students who are not enrolled in any subject.
    end{enumerate}
  end{column}
end{columns} 
end{frame}
end{document}

Correct answer by leandriis on August 25, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP