如何在乳胶中获得符号`(英式键盘上#1 左侧的那个)?

How do I get the symbol ` (the one to the left of #1 on a british keyboard) in latex?

我正在尝试在乳胶中按原样获取符号 `。但是,我以单引号结束而不是符号本身。你能告诉我如何实现这一目标吗? 谢谢

你可以使用 \textasciigrave :

\documentclass{article}

\begin{document}

\textasciigrave 

\end{document}