From 475d8e643306fca5faadad0714fe0a7a1559d9f2 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 29 Sep 2024 22:23:40 +0200 Subject: [PATCH] UG: add comment about underlined links in pdf from ##13105. --- lib/doc/UserGuide.lyx | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/lib/doc/UserGuide.lyx b/lib/doc/UserGuide.lyx index 0916bf0669..7671c3dd36 100644 --- a/lib/doc/UserGuide.lyx +++ b/lib/doc/UserGuide.lyx @@ -39048,25 +39048,44 @@ status open \begin_layout Plain Layout -\change_inserted 5863208 1727201632 -The "colorlinks" option in the hyperref package disables the borders at the beginning of the document. - If you want both you need to add the following to the preamble after enabling colored links +\change_inserted 5863208 1727641281 +The "colorlinks" option in the hyperref package disables the frames around links at the beginning of the document. + If you want both you need to add the following to the preamble after enabling colored links: + \begin_inset Flex Code status open \begin_layout Plain Layout -\change_inserted 5863208 1727201632 +\change_inserted 5863208 1727641266 \backslash AtBeginDocument{ \backslash hypersetup{pdfborder=0 0 1}} +\change_unchanged + \end_layout \end_inset +. + In similar vein +\begin_inset Flex Code +status open + +\begin_layout Plain Layout + +\change_inserted 5863208 1727641281 +pdfborderstyle={/S/U/W 1} +\change_unchanged + +\end_layout + +\end_inset + can be used for underline style instead of frames. + Consult hyperref manual for details. \end_layout \end_inset -- 2.39.5