0

In many research papers, I have seen in-page citations for websites and technologies like this,enter image description here

How to do this using LaTex?

samandal
  • 87
  • 1
  • 12

1 Answers1

1

This is called a footnote, and the command has the same name:

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

You’ll need to use the hyperref package for the footnote to be linked as it is in the screenshot (and to be able to use \url).

Aankhen
  • 2,198
  • 11
  • 19