X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.cpp;h=eb92612d847b6d9bad0ead06aa018324b53164fe;hb=eeaea7cbbb98141c98c189751907a8fc0b10f7d4;hp=55e4a9a9f2e0bc611a28869683d6bff376a0def6;hpb=25bb51c865b8013e983395122f8a20835b8f1319;p=lyx.git diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 55e4a9a9f2..eb92612d84 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -139,12 +139,12 @@ TextClass::TextClass() opt_pagesize_("default|a4|a5|b5|letter|legal|executive"), opt_pagestyle_("empty|plain|headings|fancy"), fontsize_format_("$$spt"), pagesize_("default"), pagesize_format_("$$spaper"), pagestyle_("default"), tablestyle_("default"), + docbookroot_("article"), docbookforceabstract_(false), columns_(1), sides_(OneSide), secnumdepth_(3), tocdepth_(3), outputType_(LATEX), outputFormat_("latex"), has_output_format_(false), defaultfont_(sane_font), titletype_(TITLE_COMMAND_AFTER), titlename_("maketitle"), min_toclevel_(0), max_toclevel_(0), maxcitenames_(2), - cite_full_author_list_(true), bibintoc_(false), docbookroot_("article"), docbookforceabstract_(false) -{ + cite_full_author_list_(true), bibintoc_(false) { }