TeXnicCenter Generic Project Wizard
Build TeXniCenter project with multi-files templates
with automatic substitution of variable
Features
This my first version of a project wizard for TeXnicenter, using Addon Wizard
API of this software.
- Addon DLL project wizard for TeXniCenter,
- Build project with multifiles templates,
- Replace "<@varname@> in TEX files with your values,
- Saving values in registry for reusing,
- Adding New Project Wizard command in the NewShell menu (Right Click in shell)
for quick building TeXnicCenter Project outside this software.
- TeXniCenter is a Windows Latex Editor from www.toolscenter.org

Restrictions
- Tested with TeXnicCenter 1 Beta 6.31
- Tool is not localised,
- Version 0.1 !
Installation
Download Setup file from the download Section and follow instructions, you
need to install TeXnicCenter before.
Running Wizard
Running From TeXniCenter
See below
Running from Shell (Shell New)
The wizard can be launch with the shellnew command.

Click on the New Menu Item from Mouse Right-Click on then Shell
and select TeXnicCenter Texoo Wizard
Change installation directory manually
If you want to move TeXooWz directory from the default installation
directory to an other one you have to register manually this Addon. Just run
TxcWizardApp.exe wich can be found in the TeXooWz directory and Click
Execute.

Building Templates
Templates directory
Templates are directories with Tex and others needed files. The main file of
the template project should be named "main.tex", this name will be
changed by the wizard and get the name of your project name.
Templates directories are above the Addon DLL.

Template directory can contains others directories with files (and TEX files),
all files and directories under will be copied. (See examples).
A Template directory
- A template directory should contain at less one file (main.tex).
- Example :
|
main.tex
style.sty
logo.eps
|
NB : Your project name should not have the same name of a file found
in the template Root directory.
Variables in TEX files
- In TEX files you can insert variables area with tag "<@ xxxx @>",
xxx will be the caption text for prompting input for this area. The wizard
will change this text (including tags) with your input
- Example : Title input from the wizard process.
| \title <@Document Title@> |
Download
Goto to the download section for
exe and DELPHI 6 sources.
Example (Run)



|