Latex Thesis Template

This is the latex code of my Bachelor's thesis and my first book. 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, Ph D? thesis or book. The code has the following functionalities:

You can also see the complete Bachelor Thesis.

1. Download

2. Additional Information

3. Participate

4. Samples

4.1. The header

% Latex Code by Richard Socher, www.socher.org, permission granted to redistribute, if this line is left here ;)

\documentclass[
%   pdftex,
    a4paper,
    12pt,
%   twoside,
    oneside,
    idxtotoc,
    halfparskip,
    chapterprefix,
]{scrbook}

\usepackage{moreverb}

%\usepackage{german}
%\usepackage[german]{babel}
%ü,ä,ö,ß
\usepackage[latin1]{inputenc}


\usepackage{longtable}
\usepackage{tabularx}


\usepackage{graphics}

\usepackage{verbatim}

\usepackage{listings}

\usepackage{array}

\usepackage[refpages]{gloss}


\usepackage{amsmath}
\usepackage{amssymb}

\usepackage{courier}

\usepackage{rotating}

\usepackage{color}

\usepackage{comment}

%\definecolor{LinkColor}{rgb}{0,0,0.5} % blue links in pdf?
\definecolor{LinkColor}{rgb}{0,0,0}
\usepackage[%
    pdftitle={Bachelor Thesis},%
    pdfauthor={Richard Socher},%
    pdfcreator={LaTeX with hyperref},
    pdfsubject={Automatic Extension of Feature-based Semantic Lexicons via Bootstrapping Algorithms},
    pdfkeywords={semantic, bootstrapping}]{hyperref}
\hypersetup{colorlinks=true,%
    linkcolor=LinkColor,%
    citecolor=LinkColor,%
    filecolor=LinkColor,%
    menucolor=LinkColor,%
    pagecolor=LinkColor,%
    urlcolor=LinkColor}




\makegloss
% do this in shell to update:
% directoryOfThesis> bibtex baa_main.gls

 

5. Comments, Questions and Suggestions

Add Comment
(and click save twice
with correct code) 
Sign as Author 

5.0.0.1. Shammi, Japan?12 May 2007, 13:12

It was something I was searching for couple of days..thanks