FilipeSantana / risethesis

The RiSE Latex Template is a project for providing an elegant, almost fully customizable, LaTeX class and template for B.Sc., M.Sc. and Ph.D. thesis for CIn/UFPE stundents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RiSEThesis

The RiSE Latex Template is a project for providing an elegant, almost fully customizable, LaTeX class and template for B.Sc., M.Sc. and Ph.D. thesis. It is developed by RiSE researchers and it was initially based on UFPE Thesis class proposed for undergraduate and graduate programs at Center for Informatics — Federal University of Pernambuco. The manual of UFPE Thesis class is still valid for the RiSE template.

The template is also a good start point for developing your own latex class. So, feel free to reuse it anywhere for any purpose.

The following features are provided by the class:

  • Writing B.Sc. documents (style option: bsc)
  • Writing M.Sc. documents (style option: msc)
  • Writing Ph.D. documents
    • Proposal (style option: prop)
    • Qualification (style option: qual)
    • Final thesis (style option: phd)
  • Language options
    • English (style option: en)
    • Portuguese (style option: pt)
  • Line spacing options
    • Single spacing (command: \singlespacing)
    • One half spacing command: (onehalfspacing)
    • Double spacing (command: \doublespacing)
  • Pagination options
    • One sided, for unique face press (style option: oneside)
    • Two sided, for two faces press (style option: twoside)
  • List of abbreviations through the acronym package
  • List of source code through listings package
  • Referencing commands (useful for writing language independent documents)
    • \figref — for Figure reference
    • \tabref — for Table reference
    • \eqnref — for equation reference
    • \chapref — for chapter reference
    • \secref — for section reference
    • \appref — for appendix reference
    • \axiref — for axiom reference
    • \conjref — for conjecture reference
    • \defref — for definition reference
    • \lemref — for lemma reference
    • \theoref — for theorem reference
    • \corref — for corollary reference
    • \propref — for proprosition reference
    • \pgref — for page reference

For UFPE students

The RiSE Latex class has been tested by several students from CIn, UFPE. A lot of contributions from them has been also received. Thus, it satisfies most of the requirements from the department about the thesis format. However, probably some customization will be needed to fully satisfies the cover that is provided by the department when printing the final thesis to the library.

Customization

The RiSE Latex class is easily customizable for the most common document issues through the options that the class provides. For a complete list of options see the examples provided in the distribution package.

If the options provided by the class are not enough for the customization, we believe that it is very easy to hack the class file.

About

The RiSE Latex Template is a project for providing an elegant, almost fully customizable, LaTeX class and template for B.Sc., M.Sc. and Ph.D. thesis for CIn/UFPE stundents.


Languages

Language:TeX 99.8%Language:Makefile 0.2%