如何在 \incgraph 整頁影像上覆寫章節標題?

如何在 \incgraph 整頁影像上覆寫章節標題?

有什麼方法可以獲取部分標題,該標題包含在目錄中並鏈接,覆蓋在整頁圖像上,插入\incgraph[]{image}?

tikz 和 incgraph 均包含在內

\usepackage{incgraph,tikz}

我可以輕鬆地添加頁碼:

\incgraph[documentpaper,overlay page number at bottom][angle=90,width=\paperwidth,height=\paperheight]{Appendices/ServiceBlueprint_AcquisitionOfBike.png}

但是,我需要與圖像在同一頁上的一個部分(或只是目錄中的參考)

目前\section{Service Blueprint}轉到下一頁,如下圖所示。

我需要的是連結到目錄的覆蓋部分。目前該部分轉到下一頁,如圖所示

相關內容