答案1
\catcode`\_=12
将产生_
一个正常的标点符号。
你会需要
\usepackage[T1]{fontenc}
_
因为 OT1 编码字体在 ASCII 插槽中没有。
答案2
好吧,我可以用 来做到这url
一点\urldef
:
\documentclass{article}
\usepackage{url}
\urldef \myCuteLittleURL \url|http://whatever/under_score#hash%percent|
\begin{document}
Here I use the URL and have a comment at the very same place:
\myCuteLittleURL % http://whatever/under_score#hash%percent
\end{document}
我不明白您关于评论的观点,因此我添加了一条评论。