TransWikia.com

Landscape & Float & Text & minipage

TeX - LaTeX Asked on February 19, 2021

Writing a landscape manual with subsection on the top, with images on the left using figures. On the right is the list of text. I have issues trying to have them on the same page when I use the minipage function. The intended format would be all the figures occupying half of the landscape page and the list on the other half using minipage. Would be greatly appreciated if someone could guide me to the right direction to fix this or using another method.enter image description hereenter image description here

documentclass[12pt]{report}
usepackage[a4paper, includeheadfoot]{geometry}
usepackage{graphicx, wrapfig, subcaption, setspace, booktabs}
usepackage{lscape}


begin{document}

%A whole bunch of other pages

newgeometry{left=1cm, right = 1cm , top = 1.5cm, bottom= 0.5cm}

subsection{Operating Procedure with Pictures}

begin{figure}[ht]

     begin{subfigure}{0.25linewidth}
     includegraphics[width= 6cm]{Steps/SiloStep.jpg}
     caption{Main Silo}
     end{subfigure}
     begin{subfigure}{0.25linewidth}
     includegraphics[width = 6cm]{Steps/SmallDisplayMarked.jpg}
     caption{Display}
     end{subfigure}
     vspace{0.2cm}

     begin{subfigure}{0.25linewidth}
     includegraphics[width = 6cm]{Steps/MixerStep.jpg}
     caption{Mixer}
     end{subfigure}
     begin{subfigure}{0.25linewidth}
     includegraphics[width = 6cm]{Steps/PackingStep.jpg}
     caption{Packing Machine}
     end{subfigure}
     vspace{0.2cm}

     begin{subfigure}{0.25linewidth}
     includegraphics[width = 6cm]{Steps/BTStep.jpg}
     caption{Bottom Right}
     end{subfigure}

end{figure}

hfill

begin{minipage}[b]{0.5textwidth}

begin{tabular}{|p{0.95textwidth}}

begin{enumerate}
setcounter{enumi}{4}

%item all the items
end{enumerate}

end{tabular}
end{minipage}

end{landscape}

clearpage
restoregeometry

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