]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Center longtable explicitly (#10690)
[lyx.git] / src / insets / InsetTabular.cpp
index ee666869f1e654ce72cd4b9e5efc5ec3d3173489..67da03ec5cd1e120cca28dee8aaad8f2d324ea3e 100644 (file)
@@ -2777,6 +2777,7 @@ void Tabular::latex(otexstream & os, OutputParams const & runparams) const
                        os << "[l]";
                        break;
                case LYX_LONGTABULAR_ALIGN_CENTER:
+                       os << "[c]";
                        break;
                case LYX_LONGTABULAR_ALIGN_RIGHT:
                        os << "[r]";