Skip to content

sahib/libmunin-thesis

 
 

Repository files navigation

Bachelor Thesis for libmunin

Based on a (quite heavily) modified version of sphinxtr:

https://github.com/jterrace/sphinxtr

More details there.

Output

Projektarbeit

HTML

http://sahib.github.com/libmunin-thesis/projekt/html/rst/index.html

PDF

https://dl.dropboxusercontent.com/u/12859833/projektarbeit.pdf

Installation

$ pip install -r requirements.txt

In contrast to original sphinxtr, this works with Python3 and does not necessarily need a virtualenv, although you may want to consider it:

# *before* the pip command above:
$ virtualenv venv
$ source ./venv/bin/activate

Configuration

For configuring name, title and stuff, look into these files:

  • tex/sphinx.sty (Titlepage)
  • conf.py (Projectname, Author, Language (currently ngerman))
  • rst/index.rst (HTML Entydocument)
  • rst/index_tex.rst (LaTeX Entrydocument)

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.0%
  • TeX 36.4%
  • CSS 4.1%
  • Shell 0.5%