Latex Thesis Template
This is the latex code of my Bachelor's thesis. I deleted most content of the thesis, but left many important structures in there, so you can easily use the existing code as a template for your Bachelor's thesis, Master's thesis, PhD thesis or book. The code has the following functionalities:
- external chapter files
- list of tables, list of figures
- ability to use the same code for creating dvi files AND pdf files
- even with images, provided you have the eps and png files ready, see example
- for a free and simple windows program to create eps files, see PNG To EPS And JPG To EPS Converter For Windows
- there are links in the final pdf file and the dvi file
- different kinds of references
- colors
- appendix
- glossary
- pretty source code listings
- large tables that might exceed one page
- works under Linux and Windows
- pretty title page
- etc.
You can also see the complete Bachelor Thesis.
Download
- the complete package, with sample images LatexThesisFramework.zip
- The final pdf and dvi files: finalThesis.pdf, finalThesis.dvi
- notice the links in the pdf file, very subtle, so it looks great when printed
Additional Information
- Q: How do I create eps files or how can I convert png to eps images?
- A: Download Inkscape, copy and paste the image into an empty page and export it to eps. Or even simpler: PNG To EPS And JPG To EPS Converter For Windows
How to include a textfile
- Useful for source code files
- In the head section: \usepackage{fancyvrb }
- For text file: \VerbatimInput[baselinestretch=1,fontsize=\footnotesize,numbers=left]{yourFileInSameDirectory.txt}
Comments, Questions and Suggestions