如何在 LaTex 中进行页内引用(背页)?

How to do in-page citation in LaTex (Overleaf)?

在许多研究论文中,我看到过像这样的网站和技术的页内引用,

如何使用 LaTex 做到这一点?

This is called a footnote,命令同名:

\textit{YikYak}\footnote{\url{https://www.yikyak.com/about}, accessed:}

您需要使用 the hyperref package 来链接脚注,因为它在屏幕截图中是这样的(并且能够使用 \url)。