抱歉,标题太差劲了,问题可能有点愚蠢。本质上,我想在 pdf 中将“\\server”显示为文本,但 tex 将 \\ 作为返回值。
谢谢,
答案1
[最终解决方案来自亚当的评论]
\documentclass{article}
\setcounter{section}{-1}
\begin{document}
\begin{enumerate}
\item Type \verb|\\server| to access
\end{enumerate}
\end{document}