mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
lyx2lyx/Preamble.cpp: fix bug 8723 also for branch
This commit is contained in:
parent
5726535d96
commit
401d87f1a3
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user