lyx2lyx/Preamble.cpp: fix bug 8723 also for branch

This commit is contained in:
Uwe Stöhr 2014-02-09 23:23:51 +01:00
parent 5726535d96
commit 401d87f1a3
2 changed files with 3 additions and 2 deletions

View File

@ -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";

View File

@ -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