X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FContext.h;h=427e4020a81556c748b4754eff4885cb243b0047;hb=fd5adacef25eb40f813dedd961920c353448213a;hp=b2821d50cf3b93c6be9978b65ab7f0676dbfa6f5;hpb=a04d30a6509222882d8e73b8a09276e0d8509e18;p=features.git diff --git a/src/tex2lyx/Context.h b/src/tex2lyx/Context.h index b2821d50cf..427e4020a8 100644 --- a/src/tex2lyx/Context.h +++ b/src/tex2lyx/Context.h @@ -176,6 +176,10 @@ public: static TeXFont normalfont; /// Table rotation angle int tablerotation; + /// + bool in_table_cell; + /// + char cell_align; private: void begin_layout(std::ostream & os, Layout const * const & l);