Graphics, Figures & TablesAn asymmetric image

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mamoun
Posts: 14
Joined: Thu Oct 03, 2019 10:12 pm

An asymmetric image

Post by mamoun »

How could I make a text wrape around the irregular photo? It's not a circle, square, or rectangle, but an asymmetric image.

Please I don't need a fish I need one learn me hunting, Also I looked at all the answers on internet but without enough useful , so would you give us a new answer.Please

there is answer say: use ImageMagick program and this code

Code: Select all

\documentclass{article}
\usepackage{lipsum}
\usepackage[latin]{babel}
\usepackage{graphicx}
\usepackage{pullquote}
\begin{document}

\begin{pullquote}
{image={Esperanto_star.png},imageopts={scale=0.1},shape=image}
  \lipsum[1-4]
\end{pullquote}

\end{document}
but I couldn't download ImageMagick program.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

An asymmetric image

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply