I'm using TexnicCenter 2.02 and writes my thesis with it.
However, I tried to use:
Code: Select all
\documentclass[a4paper]{srcbook}
\usepackage{amsmath}
\newcommand{\pathchp}{chapters}
\begin{document}
include{\pathchp/introduction}
\end{document}
But in the file browser (in my case on the left side within TeXnicCenter) the file tree is not correct.
It should be like that (would be the case if I don't use the command \pathchp):
projectname
->chapters
-->introduction
mainfilename
But is:
projectname
->pathchp
-->introduction (in red color, since introduction.tex is not in a folder named pathchp)
mainfilename
I'm doing it wrong? Or should I do it in another way?
regarts,
Robert