Stuff
Finnish papers
Remember to use A4 paper, Finnish babel and fix hyphenation. Note that do not use scandinavian letters.
\documentclass[a4paper,12pt]{article}
\usepackage[finnish]{babel}
\usepackage{hyphenat}
\hyphenation{myo-hem-min}
hyperref
One must be careful when importing hyperref: usually, it has to be the last package to be imported. overleaf.com
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan
}
Link to homepage\footnote{talonendm:~\href{https://talonendm.github.io/}{https://talonendm.github.io/}}.
Link to homepage\footnote{talonendm:~\href{https://talonendm.github.io/}{Goto: https://talonendm.github.io/}}.