cloudgoon / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

\include{notes} functionality does not seem to work #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create main file with template provided
2.Create additional file called notes.tex (and some formulae)
3.Use "\include{notes}" in main file

What is the expected output? What do you see instead?
The compiler should treat contents of notes as if it were 
part of the main file. However none of the contents of notes is inserted
into the main file

What version of the product are you using? On what browser?
Latest web version, internet explorer 7

Please provide any additional information below.

Original issue reported on code.google.com by nege...@gmail.com on 16 Jun 2010 at 8:28

GoogleCodeExporter commented 8 years ago
I have noticed that an error appears in the log : 

"No file notes.tex.".

However if one writes "\include{home/notes}" instead of "\include{notes}", then 
the error message above disappears and a new one appears : 

"No file notes.aux."

Original comment by nege...@gmail.com on 27 Jul 2010 at 6:52