]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.h
Support for command argument placement after the workarea argument
[lyx.git] / src / Layout.h
index 39f784638e2bcfc5248fb706567a94485ba7099c..b02c5289be2a9f315b3c40dbca3197b0913a5a5e 100644 (file)
@@ -111,6 +111,8 @@ public:
        ///
        LaTeXArgMap const & latexargs() const { return latexargs_; }
        ///
+       LaTeXArgMap const & postcommandargs() const { return postcommandargs_; }
+       ///
        LaTeXArgMap const & itemargs() const { return itemargs_; }
        ///
        int optArgs() const;
@@ -411,6 +413,8 @@ private:
        ///
        LaTeXArgMap latexargs_;
        ///
+       LaTeXArgMap postcommandargs_;
+       ///
        LaTeXArgMap itemargs_;
 };