\documentclass{article} \usepackage[a4paper]{geometry} \title{ USB temperature and humidity data-logger } \author{ Sam Wilson } \date{ 2023 January 18 (Wednesday), 8:38AM } \begin{document} \maketitle \tableofcontents I'm trying to find a new temperature and relative humidity monitor, and this one\footnote{\url{https://www.onetemp.com.au/tzone-tu03-multi-use-usb-temperature-data-logger}} seems much better than my old one. It's even a bit cheaper. I never could get the old one to work reliably on Linux, but this Tzone TempU 03 looks like it just mounts as a USB storage device. Much better. Of course, it means I can't get the data unattended, but that's okay because the thing is going to go in a cupboard anyway. \end{document}