https://github.com/alexanderwillner/myabstractproject
Bachelor's Theses Abstract
https://github.com/alexanderwillner/myabstractproject
Last synced: 5 days ago
JSON representation
Bachelor's Theses Abstract
- Host: GitHub
- URL: https://github.com/alexanderwillner/myabstractproject
- Owner: AlexanderWillner
- Created: 2015-03-24T17:18:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T17:25:17.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T23:28:07.514Z (11 months ago)
- Language: TeX
- Size: 430 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sophisticated LaTeX Thesis Template
===================================
Abstract
--------
During their studies most students will be faced to the decision whether
to use LaTeX or an other word processor to write a thesis. Since there are a
number of strong reasons to use the former the next step is to start
writing a LaTeX document.
Sooner or later the student will face issues or implements features that
are very common while writing a thesis in LaTeX. This is why several
instructions and even more tips are available in the Internet about
writing Theses using LaTeX.
Although one can find many minimal examples and multiple small templates, there
is no sophisticated community maintained template (i.e. everyone can collaborate)
available that demonstrates all useful features. This project aims to fill this gap by
providing a complex but stil easy to understand template. It should contain all
necessary and nice to have features someone might need writing a thesis.
So please checkout the template, test it, spread the word, and contribute.
Main Features
-------------
* PDF support: hyperlinks, ToC, annotations, meta-data
* Language support: UTF8 encoding, support for CJK and German
* Integration: buildbot test script, TeXlipse project file, graphviz, gnuplot, R
* Build file: clean, compile, image generation, validation
* Validation: orthography (incl. project dictionary), hyphens, commas, references, todos, best practices, l2tabu, latex/bibtex warnings
* Title: left aligned and centered layout, include a logo
* Affidavit, Dedication, Abstract (multi lingual), Acknowledgements
* Tables: ToC, Figures, Tables, Algorithms, Abbreviations, Symbols
* Chapter: ToC for each chapter
* Media: examples for images, multiple images, equations, tables, algorithms
* Appendix: tests for different auto generated tables
* Bibliography: multiple files, link to the source page, show unreferenced items
* Index: includes sub items
* Other: side notes, line numbering
Getting Started
---------------
* git clone --recursive git://github.com/Thesis/Template.git
* cd Template
* make images
* make build
Ticket system
-------------
Have a look at http://githubthesis.lighthouseapp.com/tickets and create error reports and feature requests. Also feel free to fork and push enhancements.