如何创建一个形状与箭头相似的箭头\implies
,但方向不对,比如说朝东北方向。谢谢。
编辑:我正在使用 mathjax。
答案1
答案2
无需切换到 Times 字体:
% My standard header for TeX.SX answers:
\documentclass[a4paper]{article} % To avoid confusion, let us explicitly
% declare the paper format.
\usepackage[T1]{fontenc} % Not always necessary, but recommended.
% End of standard header. What follows pertains to the problem at hand.
\usepackage{MnSymbol}
\begin{document}
You don't need to switch to Times: $abc$, $\alpha\beta\gamma$, and
$\Nearrow$,~$\Searrow$,~$\Swarrow$,~$\Nwarrow$.
\end{document}
输出: