Graphics, Figures & Tables ⇒ Heart around text
-
- Posts: 3
- Joined: Thu May 19, 2011 6:05 pm
Heart around text
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
-
- 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 mm
mmmm 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}