mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
he/Tutorial: fix conditional so that this also works with LuaTeX
(requires forthcoming polyglossia 1.50 to work properly)
This commit is contained in:
parent
812ff7de75
commit
a7ad074776
@ -15,11 +15,10 @@
|
||||
% the documentation team
|
||||
% email: lyx-docs@lists.lyx.org
|
||||
|
||||
\usepackage{ifpdf} % part of the hyperref bundle
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% XeTeX with Hebrew does not like this bookmark code
|
||||
% so it is in the conditional.
|
||||
\usepackage{iftex}
|
||||
\ifpdftex % if pdflatex is used
|
||||
% XeTeX and LuaTeX with Hebrew do not like this
|
||||
% bookmark code, so it is in the conditional.
|
||||
% The pages of the TOC is numbered roman
|
||||
% and a pdf-bookmark for the TOC is added
|
||||
\let\myTOC\tableofcontents
|
||||
|
Loading…
Reference in New Issue
Block a user