Skip to content
/ DocTB Public

Documentation for the Bachelor Project using Sphinx and RST to generate LaTex and PDF.

Notifications You must be signed in to change notification settings

axelroy/DocTB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocTB

Documentation for the Bachelor Project.

Documentation written in RST format, and converted to LaTex and PDF using Sphinx.

Installation

Do as written here :

  • pip install Sphinx
  • sphinx-quickstart

then, to export as LaTex, install your favorite Tex document production binaries, such as TexLive.

and then follow these instructions to build LaTex and PDF with Sphinx.

The bibliograpy is done using the sphinxcontrib-bibtex plugin. You can install it using pip install sphinxcontrib-bibtex, and add extensions = ['sphinxcontrib.bibtex'] to the extensions in the conf.py generated by sphinx-quickstart command.

About

Documentation for the Bachelor Project using Sphinx and RST to generate LaTex and PDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published