]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
avoid float-conversion warning and simplify size computation
[lyx.git] / src / LaTeX.h
index d040b43b474503a88a66f24b7d4c8cb967b405a6..08c9dfd372643d9025e249994eb5ff69c3a2c94b 100644 (file)
@@ -160,6 +160,7 @@ public:
        LaTeX(std::string const & cmd, OutputParams const &,
              support::FileName const & file,
              std::string const & path = empty_string(),
+             std::string const & lpath = empty_string(),
              bool const clean_start = false);
 
        /// runs LaTeX several times
@@ -222,9 +223,12 @@ private:
        ///
        support::FileName file;
 
-       ///
+       /// The document directory path.
        std::string path;
 
+       /// Extra path, possibly relative to the document directory path.
+       std::string lpath;
+
        /// used by scanLogFile
        int num_errors;