From 401d87f1a3ec97caf5b490e3d129b18958632d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Sun, 9 Feb 2014 23:23:51 +0100 Subject: [PATCH] lyx2lyx/Preamble.cpp: fix bug 8723 also for branch --- src/tex2lyx/Preamble.cpp | 4 ++-- status.20x | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cpp index c02ca5beca..69833f2c35 100644 --- a/src/tex2lyx/Preamble.cpp +++ b/src/tex2lyx/Preamble.cpp @@ -464,7 +464,7 @@ Preamble::Preamble() : one_language(true), title_layout_found(false) //h_pdf_author; //h_pdf_subject; //h_pdf_keywords; - h_pdf_bookmarks = "1"; + h_pdf_bookmarks = "0"; h_pdf_bookmarksnumbered = "0"; h_pdf_bookmarksopen = "0"; h_pdf_bookmarksopenlevel = "1"; @@ -472,7 +472,7 @@ Preamble::Preamble() : one_language(true), title_layout_found(false) h_pdf_pdfborder = "0"; h_pdf_colorlinks = "0"; h_pdf_backref = "section"; - h_pdf_pdfusetitle = "1"; + h_pdf_pdfusetitle = "0"; //h_pdf_pagemode; //h_pdf_quoted_options; h_quotes_language = "english"; diff --git a/status.20x b/status.20x index d9112aa63a..2e5d9f4cd1 100644 --- a/status.20x +++ b/status.20x @@ -87,6 +87,7 @@ What's new * TEX2LYX +- Don't automatically turn on PDF bookmarks when importing TeX files (bug 8723). * ADVANCED FIND AND REPLACE