Search found 2 matches

by denisyuk23
Wed Sep 21, 2011 6:22 pm
Forum: TeXworks
Topic: Root File Definition
Replies: 1
Views: 12840

Re: Root File Definition

Found the solution by myself.
It works if I use a relative path: /../main.tex
...so simple.
by denisyuk23
Tue Sep 20, 2011 4:08 pm
Forum: TeXworks
Topic: Root File Definition
Replies: 1
Views: 12840

Root File Definition

Hi,

I'm using TeXworks and TeX Live. The project files are stored in several folders, e.g. .../Tex/Introduction/intro.tex and the main.tex-file is stored in .../Tex/main.tex

I put the command % !TEX root = //homefolderOnServer/.../Tex/main.tex
at the beginning of the file intro.tex, but on ...