7 #ifndef __PINKSCAPE_SLIDE_H__
8 #define __PINKSCAPE_SLIDE_H__
14 #define SLIDE_RECOVER_FILE "_slide_recover.slide"
Path of a directory or a file.
std::map< PPath, PPath > PMapSlide
Map of the formulae generated by the ptex2html which can be reused by other PLatexObj which have the ...
void pinkscape_loadSlideMap(PMapSlide &mapFormula, const PPath &baseOutputName)
Load the map file of all the formulae if it exists.
void pinkscape_saveSlideMap(const PMapSlide &mapFormula, const PPath &baseOutputName)
Save the map file of the formulae to avoid extra latex call.
bool pinkscape_isSlideKnown(POutoutMode &outputMode, const PPath &outputSlide, const PString &slideContent)
Check if the slide we are going to save was already saved (with the same content) or not.
Output mode of the html backend.
PMapSlide mapSlide
Map of the formula which are already saved as png files.