如何制作手写箭头?

如何制作手写箭头?

在文章中拓扑与 Faisceaux经过德马祖雷,可以找到以下箭头(嗯,它不在链接中,但在书籍版本中):

箭头的照片

出于纯粹的好奇心,我想知道是否有可能在 (La)TeX 中重现这种效果?我认为这种手寫箭头读起来很有趣。:)

我不知道是否需要 MWE;我目前不知道如何在 TeX 中生成这类东西。

谢谢任何帮助或参考。

答案1

有人肯定会提出一些 tikz,但是为了获得真实的手绘外观,永远不要忘记 ms paint 的强大功能:

在此处输入图片描述

\documentclass{article}

\usepackage{graphics}

\begin{document}

\[
\begin{array}{cccccc}
U_1&\raisebox{-.5\height}{\includegraphics{ra1}}&U_2&
\raisebox{-.5\height}{\includegraphics{ra2}}&U_3\\
\includegraphics{ua1}&&\includegraphics{ua2}&&\includegraphics{ua3}\\
S_1&&S_2&&S_3
\end{array}
\]
\end{document}

相关内容