Multiple tex files in parent documentinclude • input • Add tags
2 posts
• Page 1 of 1
Multiple tex files in parent documentHi There,
I am a complete newbie to Latex, so go easy on me here please!! A friend recommended Texmaker as my editor, so I am using this on a Windows platform I am writing my PhD thesis and essentially what I want is a parent tex file Thesis.tex and then several seperate chapter tex files which are then included. The folder structure I would like is to have a folder say: Thesis >Thesis >Chapter 1 >Chapter 2 etc etc. Now my problem, when I use this and the \include command [\include{../Chapter 3 - Experimental Method/Experimental Method}], I am getting a compile error
Is this to do with the folder structure I am using or what is going on? if anyone could help I'd be very grateful Last edited by cgnieder on Mon Jan 21st, 2013, edited 1 time in total.
Reason: added code markup
Re: Multiple tex files in parent documentSecurity considerations mean that writing anything in a directoty 'above' the one containing the main
.tex file is disabled as standard. You can enable it, but better would be to have a structure
and use \include{chapter1/chapter1} and so on.Joseph Wright
2 posts
• Page 1 of 1
Topic Tagsinclude • inputWho is onlineUsers browsing this forum: Bing [Bot] and 24 guests |






