]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.cpp
Cmake build: Creating a define for a header file found
[lyx.git] / src / output_plaintext.cpp
index d58c44a7964f42fdc5e75e5cb75451c1e0aa609c..476e62d368b0e0235bcded0767b8f8f5e46887db 100644 (file)
@@ -41,6 +41,7 @@ void writePlaintextFile(Buffer const & buf, FileName const & fname,
        // make sure we are ready to export
        buf.updateBuffer();
        buf.updateMacroInstances(OutputUpdate);
+       buf.makeCitationLabels();
 
        writePlaintextFile(buf, ofs, runparams);
 }
@@ -71,6 +72,7 @@ static pair<int, docstring> addDepth(int depth, int ldepth)
        return make_pair(d, docstring(d, ' '));
 }
 
+
 void writePlaintextParagraph(Buffer const & buf,
                    Paragraph const & par,
                    odocstream & os,