我使用此程式碼在文字中建立連結:
\begin{tcolorbox}[adjusted title=\hyperlink{1_1}{\TaI},halign=justify]
\AaI \\
\vspace{1ex}
\noindent
\MaI
\end{tcolorbox}
AaI、MaI 是文字變數。這是代碼:
\documentclass{article}
\usepackage{graphicx} % Required for inserting
\usepackage{tcolorbox}
\title{butta} \author{xxxxxx. yyyyyyy} \date{April 2024} %-------------riga a-----I box--------------
\newcommand{\AaI}{ bla bla bla }
\newcommand{\TaI}{ TITLE }
\newcommand{\MaI}{ some text}
\newcommand{\ARTaI}{ ARTICLE A_1 }
\begin{document}
\begin{tcolorbox}[adjusted title=\hyperlink{1_1}{\TaI},halign=justify]
\AaI \\
\vspace{1ex}
\noindent \MaI
\end{tcolorbox}
\section{Introduction}
\end{document}
當我評估變數時,我編譯它並獲得一個.PDF。如果我單擊框的標題,我將到達文章的標題,但目標是上面的某個像素,我只能讀到標題的幾個字母,因為它全部都在上面。
我怎麼才能找到標題的第一個字母?或者有什麼辦法可以把線拉起來一些mm?
謝謝
雷納托