I'm in the process of thesis writing. I'm LaTeX newbie and have its limited knowledge and experience. I'm thinking to use LaTeX or LyX for my thesis. Which one is better for thesis write up? If I go with LaTeX then how can I use it more efficiently. In case of LaTeX I'd like to have separate .tex file for each chapter and each chapter will have its own bibliography. Then how can I combine all chapters and other issue would of cross references. I have to my Univ. template for thesis write up. I'd highly appreciate if someone provide me general guidelines to manage and write a long document like thesis in LaTeX.
|
|
|||||||||||||
|
|
The following code is derived from my template code (currently only in svn). My old template can be found on this site. It shows how to organise chapters using include and includeonly. Also numbering of pages at the beginning, main part and appendix are set up. having a bib for each chapter can be set up using biblatex, which I have not tried yet.
|
|||||||||||||
|
|
You should check out Choosing Your Workflow Applications (also on GitHub) by Kieran Healy. It is targeted to social science grad students, but a lot of the information should be relevant.
|
|||||
|
|
I have come to like package |
|||
|
|
|
I have recently started learning latex to write my thesis. I can recommened two great books for reference. 1) Latex for Beginner's by Stefan Kottwitz (This book is awesome and there is a section on handling large documents - having chapters in different files.) 2)Latex Wikibook http://en.wikibooks.org/wiki/LaTeX A friend told me when starting: a) Don't use a template. They are very tempting but you can do it all yourself and learn how latex works much better along the way. I tried to use some templates but they were more confusing than just starting from scratch with the book class. b) Use biblatex and biber. You want a bibliography at the end of each section and biblatex can do it without any extra packages plus the documentation is good. c)Running "texdoc " is your friend! (on windows to get package documentation) As for the editor, I use texworks as it is simple and comes with TexLive 2011. Again, LyX was tempting. Good luck! |
|||||||||||||||
|
|
On the "Managing" side, I'd really recommend a version control system. git (and github) has treated me very well. |
|||||||||
|
