mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 22:49:20 +00:00
UG: backport note about frames/colorlinks in pdf properties.
This commit is contained in:
parent
2051bfed43
commit
e29cd17cea
@ -9603,12 +9603,14 @@ Verbatim
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
This is Verbatim.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
\noindent
|
||||
\align block
|
||||
|
||||
The following 2 lines are empty:
|
||||
\end_layout
|
||||
|
||||
@ -9621,6 +9623,7 @@ The following 2 lines are empty:
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim
|
||||
|
||||
Almost everything is allowed in Verbatim:"%&$§#~'`
|
||||
\backslash
|
||||
}][{|
|
||||
@ -9644,6 +9647,7 @@ Verbatim
|
||||
\end_layout
|
||||
|
||||
\begin_layout Verbatim*
|
||||
|
||||
This is Verbatim*.
|
||||
\end_layout
|
||||
|
||||
@ -38100,7 +38104,45 @@ Color
|
||||
|
||||
links
|
||||
\family default
|
||||
both turn off the default behavior of enclosing all links in frames;
|
||||
both turn off the default behavior of enclosing all links in frames
|
||||
\begin_inset Foot
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
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
|
||||
|
||||
\backslash
|
||||
AtBeginDocument{
|
||||
\backslash
|
||||
hypersetup{pdfborder=0 0 1}}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
In similar vein
|
||||
\begin_inset Flex Code
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
pdfborderstyle={/S/U/W 1}
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
can be used for underline style instead of frames.
|
||||
Consult hyperref manual for details.
|
||||
\end_layout
|
||||
|
||||
\end_inset
|
||||
|
||||
;
|
||||
|
||||
\family sans
|
||||
Color
|
||||
|
Loading…
Reference in New Issue
Block a user