Advertisement
trezen

Untitled

Jan 9th, 2023 (edited)
1,876
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.49 KB | Writing | 0 0
  1. \documentclass{article}
  2. \usepackage{shapepar}
  3. \begin{document}
  4. \begin{shapepar}[linewidth=3pt]
  5.    \defineshape{myheart}{
  6.        (0.5,1)
  7.        ..(0,0.5)
  8.        ..(0.5,0)
  9.        ..(1,0.5)
  10.        ..cycle
  11.        (0.25,0.75)
  12.        ..(0.75,0.75)
  13.        ..(0.5,1)
  14.        ..cycle
  15.        (0.25,0.25)
  16.        ..(0.75,0.25)
  17.        ..(0.5,0)
  18.        ..cycle
  19.    }
  20.    \begin{spar}[shape=myheart]
  21.        Mon coeur bat pour toi.
  22.    \end{spar}
  23. \end{shapepar}
  24. \end{document}
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement