Answers for "latex heart"

0

latex heart

\documentclass{article}
\usepackage{graphicx}

\newcommand{\heart}{\ensuremath\heartsuit}
\newcommand{\butt}{\rotatebox[origin=c]{180}{\heart}}

\begin{document}

\heart\ \butt

\Large \heart\ \butt
\end{document}
Posted by: Guest on March-23-2022

Browse Popular Code Answers by Language