为什么在 footnote 中使用 url 链接中不能包含 # 这个符号?

2020-07-20 10:52发布

## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年...

## 编译环境 操作系统 * [x] Windows 7/8/10 * [ ] macOS * [ ] Linux `若需勾选,请把[ ]改成[x]` Tex发行版 * [x] TexLive `年份` * [ ] MikTeX `版本号` * [ ] CTeX `若需勾选,请把[ ]改成[x]` ## 我的问题 代码如下: ``` \documentclass{ctexart} \usepackage{hyperref} \usepackage{url} \begin{document} google\footnote{\url{http://www.example.com/index.html#print}} \end{document} ```