To start a new project perform the following steps:
- In the menu choose 'File|New...'.
- In the following dialog
choose 'TeXnicCenter-Project' and click on 'OK'.

- In the next dialog enter a name for the new project in the
field 'Project title'.
- If necessary, modify the path of the project directory, shown in the field 'Path'.
- Set one file as the main file of the new project.
- If you want to create a new LaTeX-file, choose 'Create main file from template'. Use it as
the main file for the new project.
- If you want to use an existing LaTeX-file, choose 'Use existing file as main file'.
This file will become the main file of the new project.
- To create the new project click on 'OK'.
- If you have choosen the option 'Create main file from template' (see above) and if you
already have specified the paths for the document templates, a new dialog will appear, that allows you to
choose a template for the new LaTeX-file.
If the specified project directory does not exist, TeXnicCenter will create
it. It then will create the new project and the project's main file and open
both. Now you can make changes to the LaTeX-Document and you will see the structure of
your document in the structure view on the left. You can create more new LaTeX-files
and include them into your projects by using an \input
or
\include
-command in your project's main file or a file that is
already included into the main file.