https://github.com/erickchacon/uni-thesis
UniThesis class in LaTeX as a template for undergraduate thesis at Universidad Nacional de Ingeniería
https://github.com/erickchacon/uni-thesis
latex-template thesis-template
Last synced: about 1 month ago
JSON representation
UniThesis class in LaTeX as a template for undergraduate thesis at Universidad Nacional de Ingeniería
- Host: GitHub
- URL: https://github.com/erickchacon/uni-thesis
- Owner: ErickChacon
- License: mit
- Created: 2014-09-18T01:34:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T00:06:58.000Z (about 8 years ago)
- Last Synced: 2025-03-30T06:05:01.010Z (2 months ago)
- Topics: latex-template, thesis-template
- Language: TeX
- Homepage:
- Size: 3.14 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
UniThesis
=========This project modified the ClemsonThesis project made by Andrew R. Dalton in order to customize and create
the **UniThesis.cls** class in LaTeX as a template for undergraduate tesis at *Universidad Nacional de Ingeniería*.Description
------------This project include:
1. **UniThesis.cls:** This file has the main code of UniThesis template, it automatically creates the fontmatter and defines the features of a thesis document at *Universidad Nacional de Ingeniería*. You do not need to manipulate this file. You can all this class in a .tex file with: `\documentclass[10pt,a4paper,onecolumn]{UniThesis}`
2. **ec_dedication.tex, ec_acknowledgments.tex, ec_abstract.tex, ec0_introduction.tex, ec1_planteamiento.tex, ..., ec6_conclusion.tex:** These files contain the body of your thesis, you must modify these files based on your thesis.
3. **BibThesis.bib:** This file contain your bibliography, you can obtain it through a bibliography manager software such as mendeley, zotero, etc.
4. **MyThesis.tex:** This file join all the .tex files in order to create **MyThesis.pdf**, which is your final thesis document. In this file, you must update your personal information and run it with some LaTeX software such as TexStudio and so on.Suggested Books
---------------Although I do not try to make a manual to write a thesis, I made some tips, mainly, in the Introduction and Statement of the Problem. Some of these tips were taken from:
[1] Hans F. et all.(2006). How to Write a Succesful Science Thesis, The Concise Guide for Students
[2] James, E.(2003). Guide to the Successful Thesis and Dissertation, A Handbook for Students and Faculty, Fifth Edition, University of Pittsburgh, Pennsylvania, U.S.A.