Graphics, Figures & TablesHow to position images to left side with figure and text on the other

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Warlord02145
Posts: 2
Joined: Fri Mar 17, 2023 9:25 pm

How to position images to left side with figure and text on the other

Post by Warlord02145 »

Mind if I ask, how do I put my image along with the figure on the red labeled spot of the page and regular text on the right!

My current code:

Code: Select all

\begin{figure*}[t!]
    \centering
    \includegraphics[width=0.33\textwidth]
    {Images/Sketch_hub_verticality.png}
    \captionsetup{width=.5\linewidth}

    \rule{8em}{0.3pt}
    \caption{A random text.}
    \label{HubVertical}
\end{figure*}
I do not wish to text wrap the left side at all!

Any kind of help would be very much appreciated!
Attachments
pag.png
pag.png (140.73 KiB) Viewed 4561 times

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

How to position images to left side with figure and text on the other

Post by kaiserkarl13 »

You might try the wrapfigure package.
Post Reply