// 1. Create a new blank document (DOCM will be set on save). Document doc = new Document(); // 2. Add a custom XML part that will hold the data to bind. // Use a GUID as the part identifier. // 3.
// Path to the DOTM template that contains OfficeMath equations. string templatePath = @"C:\Docs\Template.dotm"; // Load the document with conversion of shapes that have EquationXML to OfficeMath ...