如何用LaTeX输入弧形的字

发布于 2021-04-06 15:53:05
关注者
0
被浏览
924
如果您有什么不同意见,您是对的,我是错的。
这家伙很懒,什么也没写!

texdoc tikz, sec 24.3 Decorating a Complete Path

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
\begin{document}
\begin{tikzpicture}
  \draw [help lines] grid (3,2);
  \fill [draw=red,fill=red!20,
  postaction={decorate,decoration={raise=2pt,text along path,
  text=around and around and around and around we go}}]
  (0,1) arc (180:-180:1.5cm and 1cm);
\end{tikzpicture}
\end{document}
2 个回答
LaTeXStudio
LaTeXStudio 2021-04-06
这家伙很懒,什么也没写!

你可以看看 https://www.latexstudio.net/index/details/index/mid/1363.html 文字沿着路径放。

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览