![]() |
Compile and typeset project configuration |
When opening a new project document, you can access the configuration panel by either clicking the project icon in the toolbar or choosing one of the Show sub items in the project menu item. |
The Compile and Typeset configuration panes are reached by either clicking the corresponding button or choosing the Show submenu items in the project menu. |
Both configuration panes have a "built in" part which is not fully implemented and should be ignored (external unix script missing) and a "custom" part. In the "custom" part, you check the "use custom" box and you enter in the text field the unix commands to be executed: for example "pdfelatex ${iTMInput}" where ${iTMInput} represents the full path of the input file minus the extension. Built in scripts are provided for convenience: there names are "makeTheBibliography", "makeTheIndex", "compile". the "compile" script will launch the custom commands defined in the compile configuration pane. Beware of recursivity... See the examples given in iTeXMac distribution for practical use.
When entering commands you can assume that the current directory is the one containing the main input file.
See the generic projects for examples