当前位置:   article > 正文

tikz 折线 箭头_LaTeX - 可伸缩箭头

tizk 画箭头

% 图1

\documentclass{article}

\usepackage{amsmath}

\usepackage{tikz}

\usetikzlibrary{calc}

\usetikzlibrary{arrows.meta}

\newcommand\xrightrightarrow[1]{\mathrel{\raisebox{0.4mm}{\!\!

\begin{tikzpicture}[>=stealth]

\node[inner sep=1ex] (a) {$\scriptstyle #1$};

\path[draw,

\path[draw,

\end{tikzpicture}}}}

\begin{document}

A\xrightrightarrowIg(x)

\end{document}

% 图2

\documentclass[border=5pt]{standalone}

\usepackage{tikz}

\usepackage{mathtools}

\usetikzlibrary{arrows}

\usepackage{xparse}

\NewDocumentCommand{\xrightleftarrow}{ O{}O{} }{%

\mathrel{%

\vcenter{

\hbox{%

\begin{tikzpicture}

\node[minimum width=0.75cm,align=center] (a){\text{\vphantom{hg}#1}\\[0.3ex]\vphantom{hg}#2};

\draw[-stealth] ([yshift=0.4ex]a.west) -- ([yshift=0.4ex]a.east);

\draw[stealth-] ([yshift=-0.4ex]a.west) -- ([yshift=-0.4ex]a.east);

\end{tikzpicture}

}

}%

}\!\!%

}

\begin{document}

$A\xrightleftarrow B$ \quad

$C\xrightleftarrow[some text here] D$ \quad

$E\xrightleftarrow[][some text again] F$ \quad

$G\xrightleftarrow[some ght][some text again] H$

\end{document}

symbols-a4.pdf 其它宏包的长箭头

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/238182
推荐阅读
相关标签
  

闽ICP备14008679号