What I'm doing in my thesis is having the following dir structure:
thesis/
chap1/
chap2/
chapn/
I have thesis/paper.tex, which uses \include to make the chapters, e.g., inside paper.tex I have
\include{chap1/intro}
and so on. The only thing to watch out for is all path URL's are relative to ...
Search found 2 matches
- Fri Jul 25, 2008 3:44 pm
- Forum: General
- Topic: Multiple Latex documents, single bibliography ... ?
- Replies: 9
- Views: 13218
- Fri Jul 25, 2008 3:40 pm
- Forum: General
- Topic: Code Block and Graph side-by-side
- Replies: 0
- Views: 3426
Code Block and Graph side-by-side
Hello,
I'm trying to figure out a nice way of putting a code block next to a graphic inside a figure. The reason I want to do this is the code block on the left is an example, and the graphic on the right would be a picture of the memory layout.
I've tried a couple of different things. For example ...
I'm trying to figure out a nice way of putting a code block next to a graphic inside a figure. The reason I want to do this is the code block on the left is an example, and the graphic on the right would be a picture of the memory layout.
I've tried a couple of different things. For example ...