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 4892 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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