Search found 1 match

by ahutcheson
Mon Jun 17, 2024 4:00 pm
Forum: Graphics, Figures & Tables
Topic: Hyperlink to file containing æøå
Replies: 0
Views: 6424

Hyperlink to file containing æøå

Hello everyone,

I'm trying to create a hyperlink to a pdf which contains "æøå" in the file name. I have a file named "tøst.pdf" in the same folder as my TeX-file and try to use \href to create a link to this file:

\documentclass{article}
\usepackage{hyperref}

\begin{document}
\href{run:tøst.pdf ...