
Durante el último año he estado usando LyX en hebreo con la clase de documento Artículo hebreo, con el formato PDFLaTeX. Últimamente encontré el paquete Hyperref y, con un solo clic, todos los documentos de artículos que no sean hebreos ahora tienen enlaces en los que se puede hacer clic.
Cuando intento hacer lo mismo con un documento de artículo hebreo, encuentro un error de compilación:
pdfTeX error (ext4): pdf_link_stack empty, \pdfendlink used without \pdfstart
Es posible resolver este problema y compilar y documentar con enlaces en los que se puede hacer clic,sin¿Cambiar a XeTeX u otros formatos?
Estoy usando Windows 7. Gracias de antemano.
Archivo LyX:http://www.filedropper.com/newfile1yhttp://www.filedropper.com/newfile1_1
Texto de texto:
%% LyX 2.1.3 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english,hebrew]{article}
\usepackage{lmodern}
\usepackage{courier}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in,headheight=0.5in,headsep=0.5in,footskip=0.5in}
\setlength{\parskip}{\medskipamount}
\setlength{\parindent}{0pt}
\usepackage{babel}
\usepackage{float}
\usepackage{amsmath}
\usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder={0 0 1},backref=false,colorlinks=false]
{hyperref}
\usepackage{breakurl}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
\usepackage{theorem}
\theorembodyfont{\upshape}
\newtheorem{theorem}{\R{משפט}}[section]
\AtBeginDocument{\make@lr\thetheorem}
% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and \make@lr is only defined by babel.
\@ifundefined{make@lr}
{\def\make@lr#1{\begingroup
\toks@=\expandafter{#1}%
\edef\x{\endgroup
\def\noexpand#1{\noexpand\@number{\the\toks@}}}%
\x}}{\relax}
\@ifundefined{date}{}{\date{}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
\usepackage{braket}
\usepackage{tensind}
\tensordelimiter{?}
\usepackage{culmus}
\makeatother
\begin{document}
\title{כותרת -- \L{Title}}
\maketitle
\tableofcontents{}
\newpage{}
\part{חלק -- \L{Part}}
\section{נושא -- \L{Section}}
\subsection{תת-נושא -- \L{Subsection}}
\end{document}