可以用 latex 复现吗?如果不能,请提供一种方法

可以用 latex 复现吗?如果不能,请提供一种方法

可以用 latex 复现吗?如果不能,请提供一种方法。 在此处输入图片描述

答案1

\documentclass{standalone}

\usepackage{graphicx}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
  \node {\includegraphics[scale=0.5]{c2YtW}};
  \node [fill=white,anchor=north east, inner sep=2.5pt, outer sep=2.6pt] at (current bounding box.north) {$\mathbf{n}$};
\end{tikzpicture}
\end{document}

在此处输入图片描述

相关内容