X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.cpp;h=f214f770ee466a39c5803c2ad278f61caa6d8724;hb=2e72ed3e2c12a32f482a6d5a14a39a5636092525;hp=5a04cde46e0ff3db76078bcca41bcd3bc8760309;hpb=72af7f340ca8ee81c7e51633afbb3f9bd435356a;p=lyx.git diff --git a/src/tex2lyx/Context.cpp b/src/tex2lyx/Context.cpp index 5a04cde46e..f214f770ee 100644 --- a/src/tex2lyx/Context.cpp +++ b/src/tex2lyx/Context.cpp @@ -41,7 +41,7 @@ void end_deeper(ostream & os) os << "\n\\end_deeper"; } -} +} // namespace bool operator==(TeXFont const & f1, TeXFont const & f2) @@ -81,11 +81,11 @@ Context::Context(bool need_layout_, TeXFont const & font_) : need_layout(need_layout_), need_end_layout(false), need_end_deeper(false), - has_item(false), deeper_paragraph(false), + has_item(false), in_list_preamble(false), deeper_paragraph(false), new_layout_allowed(true), merging_hyphens_allowed(true), textclass(textclass_), layout(layout_), parent_layout(parent_layout_), - font(font_) + font(font_), tablerotation(0) { if (!layout) layout = &textclass.defaultLayout(); @@ -140,9 +140,9 @@ void Context::check_layout(ostream & os) begin_layout(os, layout); has_item = false; } else { - // a standard paragraph in an - // enumeration. We have to recognize - // that this may require a begin_deeper. + // A standard paragraph in a list. + // We have to recognize that this + // may require a begin_deeper. if (!deeper_paragraph) begin_deeper(os); begin_layout(os, &textclass.defaultLayout()); @@ -247,6 +247,8 @@ void Context::dump(ostream & os, string const & desc) const os << "extrastuff=[" << extra_stuff << "] "; if (!par_extra_stuff.empty()) os << "parextrastuff=[" << par_extra_stuff << "] "; + if (!list_extra_stuff.empty()) + os << "listextrastuff=[" << list_extra_stuff << "] "; os << "textclass=" << textclass.name() << " layout=" << to_utf8(layout->name()) << " parent_layout=" << to_utf8(parent_layout->name()) << "] font=["