矢量符号编辑问题

2019-12-01 19:32发布

怎样打出矢量上的箭头是这种的形式的 $$\rightharpoonup$$ 的矢量符号

怎样打出矢量上的箭头是这种的形式的 $$\rightharpoonup$$ 的矢量符号
2条回答
```tex \documentclass{article} \usepackage{amsmath} \newcommand{\harpoon}{\overset{\rightharpoonup}} \begin{document} \[ \Delta \overset{\rightharpoonup} L = \harpoon L_2 - \harpoon L_1 = \harpoon 0 \] \end{document} ``` 答案源自 [这里](https://tex.stackexchange.com/questions/98155/how-to-use-harpoon-style-arrows-over-vectors-like-this "这里")

一周热门 更多>