Graphics, Figures & Tables ⇒ Heart around text
-
- Posts: 3
- Joined: Thu May 19, 2011 6:05 pm
Heart around text
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Heart around text
-
- Posts: 3
- Joined: Thu May 19, 2011 6:05 pm
Re: Heart around text

Is there anyone who has another solution, maybe a solution that is a bit easier?

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Heart around text
Code: Select all
\documentclass{article}\begin{document}\setlength{\unitlength}{5mm}\framebox{\begin{picture}(20,20)\qbezier(10,4)(5,15)(10,10)\qbezier(10,4)(15,15)(10,10)\put(9,8){Hello!}\end{picture}}\end{document}
Heart around text
Code: Select all
\documentclass{article}\usepackage{shapepar}\begin{document}\heartpar{mmmm mmmm mmm mmmm mmmm mmm mmmmm mmmm mmm mmm mmmmmm mmmm mmm mmm mmm mmmm mmmm mmm mmmm mmmm mmm mmmmm mmmm mmm mmm mm mmmm mmmm mmm mmmm mmmm mmm mmmmm mmmm mmm mmm mm mmmm mmmm mmm mmmm mmmm mmm mmmmm mmmm mmm mmm mm }\end{document}