]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2any.h
Added ignoreBadRefs so e.g. the PMF manual doesn't generate bad references to
[wxWidgets.git] / utils / tex2rtf / src / tex2any.h
index fb9a2eab15dea1e1e2382e31988e2d7ec497ea38..5b2c6f4e55309758ccede08d02e3f29c93c8cf15 100644 (file)
@@ -248,6 +248,7 @@ extern char *linkColourString; // HTML link colour
 extern char *followedLinkColourString; // HTML followed link colour
 extern bool combineSubSections; // Stop splitting files below section
 extern bool htmlWorkshopFiles;  // generate HTML Help Workshop project files
+extern bool ignoreBadRefs;      // Don't insert (REF NOT FOUND)
 
 // Names to help with internationalisation
 extern char *ContentsNameString;