Document wizards are a special form of the document templates. Document templates of this type will be marked wit the following icon in the 'Project New' dialog:
A document wizard helps you to create a new document by leading you step by step through the creation process. Document wizards are provided as Windows-DLLs (dynamic link library - file extension ".dll") located in the template directories, specified in the path options.
We will provide such wizards on our homepage.
Document wizards are working together with TeXnicCenter using the Microsoft-COM interface. This enables every one, to create document wizards, using a programming language, that supports the implementation of COM interfaces in a DLL. Some important languages which are providing the necessary features, are:
To learn more about how to write your own document wizards, take a look at our homepage.