This is going in now as discussed here
http://bugzilla.lyx.org/show_bug.cgi?id=2132


Georg
Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.744
diff -u -p -r1.744 ChangeLog
--- lib/ChangeLog	14 Nov 2005 14:10:46 -0000	1.744
+++ lib/ChangeLog	25 Nov 2005 09:33:50 -0000
@@ -1,3 +1,7 @@
+2005-11-25  Georg Baum  <[EMAIL PROTECTED]>
+
+	* syntax.default: add some hyperref commands
+
 2005-11-14  Hartmut Haase  <[EMAIL PROTECTED]>
 
 	* examples/de_mathed.lyx: 
Index: lib/syntax.default
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/syntax.default,v
retrieving revision 1.2
diff -u -p -r1.2 syntax.default
--- lib/syntax.default	26 Jul 2005 11:58:43 -0000	1.2
+++ lib/syntax.default	25 Nov 2005 09:33:50 -0000
@@ -364,6 +364,7 @@ $$
 % support it, but only the "\mbox{" and the "}" need to be in TeX mode.
 
 \abstractname
+\Acrobatmenu{}{}         % from the hyperref package
 \addcontentsline{}{}{translate}
 \address{}
 \addtime{}
@@ -449,6 +450,10 @@ $$
 \href{}{translate}       % from the hyperref package
 \hspace{}
 \hspace*{}
+\hyperdef{}{}{translate} % from the hyperref package
+\hyperlink{}{translate}  % from the hyperref package
+\hyperref{}{}{translate} % from the hyperref package
+\hypertarget{}{translate} % from the hyperref package
 \hyphenation{}
 \iflanguage{}{}{}
 \ifthenelse
@@ -540,6 +545,8 @@ $$
 \part[]{}
 \part*{}
 \partname
+\pdfbookmark[]{}{}       % from the hyperref package
+\pdfstringdef{}{}        % from the hyperref package
 \poptabs
 \prefacename
 \printindex
@@ -618,6 +625,7 @@ $$
 \tableofcontents
 \tabularnewline[]
 \telephone{translate}
+\texorpdfstring{}{}      % from the hyperref package
 \textcircled{translate}
 \textcolor[]{,,}{translate}
 %\textcolor{}{}      % reLyX doesn't care about this version
@@ -687,6 +695,7 @@ titlepage
 \begin{environments}
 bibunit[]{translate}
 psmatrix[]{}
+thebibliography{}
 \end{environments}
 
 % Environments that start math mode.

Reply via email to