]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix glitch in drawing fractions
[lyx.git] / src / Buffer.h
index 999b7cbf734ce75430057a4cdb169da3f0bd48dd..04539647c91fed35c658f0a4acbf37d2eb573438 100644 (file)
@@ -417,6 +417,18 @@ public:
         */
        support::DocFileName getReferencedFileName(std::string const & fn) const;
 
+       /// Format a file name for LaTeX output (absolute or relative or filename only,
+       /// depending on file and context)
+       std::string const prepareFileNameForLaTeX(std::string const &,
+                                       std::string const &, bool nice) const;
+
+       /** Returns a vector of bibliography (*.bib) file paths suitable for the
+        *  output in the respective BibTeX/Biblatex macro
+        */
+       std::vector<docstring> const prepareBibFilePaths(OutputParams const &,
+                                   support::FileNamePairList const bibfilelist,
+                                   bool const extension = true) const;
+
        /** Returns the path where a local layout file lives.
         *  An empty string is returned for standard system and user layouts.
         *  If possible, it is always relative to the buffer path.