Preamble.cpp: fix bug #8723

This commit is contained in:
Uwe Stöhr 2013-07-16 23:07:46 +02:00
parent 85e635d2e3
commit c7cdac6561

View File

@ -500,7 +500,7 @@ Preamble::Preamble() : one_language(true), explicit_babel(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";
@ -508,7 +508,7 @@ Preamble::Preamble() : one_language(true), explicit_babel(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";