mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Amend a7c58e2f
: Do not output hyperref option unicode with recent hyperref versions
This commit is contained in:
parent
62ab563c25
commit
055e097a25
@ -12,10 +12,10 @@
|
|||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
\ifx\hypersetup\undefined
|
\ifx\hypersetup\undefined
|
||||||
\AtBeginDocument{%
|
\AtBeginDocument{%
|
||||||
\hypersetup{unicode=true}
|
\hypersetup{}
|
||||||
}
|
}
|
||||||
\else
|
\else
|
||||||
\hypersetup{unicode=true}
|
\hypersetup{}
|
||||||
\fi
|
\fi
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
|
Loading…
Reference in New Issue
Block a user