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

Code, edit and compile here:
\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*}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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 4570 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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