Estou tentando vincular uma palavra ("Πιστοποιητικό") a um arquivo pdf ou jpg, mas não entendi onde devo colocar o arquivo, então quando alguém clicar no hiperlink, o arquivo será revelado.
\documentclass[12pt]{report}
\usepackage[english,greek]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[colorlinks]{hyperref}
\begin{document}
chapter{Εκπαίδευση}
\hypertarget{Πιστοποιητικό}{} \\ \hyperlink{(Πιστοποιητικό)}{Πιστοποιητικό $4.1$.}
\end{document}
Obrigado
Responder1
Acho que consegui: insiro o .pdf no final antes \end{document}
como:
\begin{figure}[h]
\includegraphics[width=15cm]{Ptyxio.jpg}
\centering \selectlanguage{greek}
\caption{Πιστοποιητικό $4.2$}.
\hyperlink{Ptyxio.pdf}{Πιστοποιητικό $4.2$}
\hypertarget{Ptyxio.pdf}{Πιστοποιητικό $4.2$}
\end{figure}
e funcionou.